listallinfo now prints out directories
git-svn-id: https://svn.musicpd.org/mpd/trunk@2399 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
348a1fb373
commit
59bd973de5
2
TODO
2
TODO
@ -38,8 +38,6 @@
|
||||
*) command for displaying playlist contents
|
||||
*) command for appending to playlist
|
||||
|
||||
*) have listallinfo return directories
|
||||
|
||||
*) abstract out input buffering from inputStream_http to inputStream
|
||||
|
||||
*) use getaddrinfo instead of gethostbyname (check libshout)
|
||||
|
@ -1309,7 +1309,7 @@ int sumSongTime(FILE * fp, Song * song, void * data) {
|
||||
}
|
||||
|
||||
int printInfoForAllIn(FILE * fp, char * name) {
|
||||
return traverseAllIn(fp,name,directoryPrintSongInfo,NULL,NULL);
|
||||
return traverseAllIn(fp,name,directoryPrintSongInfo,printDirectoryInDirectory,NULL);
|
||||
}
|
||||
|
||||
int countSongsIn(FILE * fp, char * name) {
|
||||
|
Loading…
Reference in New Issue
Block a user