update listall and listallinfo commands
git-svn-id: https://svn.musicpd.org/mpd/trunk@65 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
5262a06659
commit
ce1d377d69
|
@ -62,11 +62,11 @@ list <string type> <string arg1>
|
||||||
to list albums by a artist, where artist is specified with
|
to list albums by a artist, where artist is specified with
|
||||||
arg1
|
arg1
|
||||||
|
|
||||||
listall <string directory>
|
listall <string path>
|
||||||
lists all songs and directories in _directory_ (recursively)
|
lists all songs and directories in _path_ (recursively)
|
||||||
_directory_ is optional
|
_path_ is optional and maybe a directory or path
|
||||||
|
|
||||||
listall <string directory>
|
listallinfo <string path>
|
||||||
same as listall command, except it also returns metadata info
|
same as listall command, except it also returns metadata info
|
||||||
in the same format as lsinfo
|
in the same format as lsinfo
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue