mirror of
https://github.com/ZetaKebab/MpcNET.git
synced 2025-01-14 22:18:43 +00:00
Comments
This commit is contained in:
parent
6829b8cf05
commit
03800369b6
@ -12,7 +12,10 @@ namespace LibMpc
|
|||||||
public class Database
|
public class Database
|
||||||
{
|
{
|
||||||
// TODO: count
|
// TODO: count
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Finds songs in the database that is exactly "searchText".
|
||||||
|
/// </summary>
|
||||||
public class Find : IMpcCommand<IEnumerable<MpdFile>>
|
public class Find : IMpcCommand<IEnumerable<MpdFile>>
|
||||||
{
|
{
|
||||||
private readonly ITag _tag;
|
private readonly ITag _tag;
|
||||||
|
@ -11,7 +11,7 @@ namespace LibMpc
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public static class Reflection
|
public static class Reflection
|
||||||
{
|
{
|
||||||
// TODO: config
|
// config : This command is only permitted to "local" clients (connected via UNIX domain socket).
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Shows which commands the current user has access to.
|
/// Shows which commands the current user has access to.
|
||||||
@ -28,7 +28,7 @@ namespace LibMpc
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: notcommands
|
// TODO: notcommands : Shows which commands the current user does not have access to.
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Shows a list of available song metadata.
|
/// Shows a list of available song metadata.
|
||||||
|
Loading…
Reference in New Issue
Block a user