1
0
mirror of https://github.com/ZetaKebab/MpcNET.git synced 2024-09-16 05:30:09 +00:00
This commit is contained in:
glucaci 2016-12-20 12:35:41 +01:00
parent 6829b8cf05
commit 03800369b6
2 changed files with 6 additions and 3 deletions

View File

@ -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;

View File

@ -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.