diff --git a/LibMpc/Commands/Commands.Reflection.cs b/LibMpc/Commands/Commands.Reflection.cs index 5a7ea32..fb8f061 100644 --- a/LibMpc/Commands/Commands.Reflection.cs +++ b/LibMpc/Commands/Commands.Reflection.cs @@ -30,6 +30,9 @@ namespace LibMpc // TODO: notcommands + /// + /// Shows a list of available song metadata. + /// public class TagTypes : IMpcCommand> { public string Value => "tagtypes"; @@ -42,6 +45,9 @@ namespace LibMpc } } + /// + /// Gets a list of available URL handlers. + /// public class UrlHandlers : IMpcCommand> { public string Value => "urlhandlers"; @@ -54,6 +60,9 @@ namespace LibMpc } } + /// + /// Print a list of decoder plugins, followed by their supported suffixes and MIME types. + /// public class Decoders : IMpcCommand> { public string Value => "decoders";