Adding count command. It's usage is identical to find, but instead of
returning a list of matching songs, the number of results and total play time of the results are returned. git-svn-id: https://svn.musicpd.org/mpd/trunk@5950 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -32,10 +32,13 @@ int addAllInToStoredPlaylist(int fd, char *name, char *utf8file);
|
||||
int printInfoForAllIn(int fd, char *name);
|
||||
|
||||
int searchForSongsIn(int fd, char *name, int numItems,
|
||||
LocateTagItem * items);
|
||||
LocateTagItem * items);
|
||||
|
||||
int findSongsIn(int fd, char *name, int numItems, LocateTagItem * items);
|
||||
|
||||
int searchStatsForSongsIn(int fd, char *name, int numItems,
|
||||
LocateTagItem * items);
|
||||
|
||||
int countSongsIn(int fd, char *name);
|
||||
|
||||
unsigned long sumSongTimesIn(int fd, char *name);
|
||||
|
||||
Reference in New Issue
Block a user