|
|
|
|
@ -431,6 +431,13 @@ void mpd_sendLsInfoCommand(mpd_Connection * connection, const char * dir); |
|
|
|
|
#define MPD_TABLE_ARTIST MPD_TAG_ITEM_ARTIST |
|
|
|
|
#define MPD_TABLE_ALBUM MPD_TAG_ITEM_ALBUM |
|
|
|
|
#define MPD_TABLE_TITLE MPD_TAG_ITEM_TITLE |
|
|
|
|
#define MPD_TABLE_TRACK MPD_TAG_ITEM_TRACK |
|
|
|
|
#define MPD_TABLE_GENRE MPD_TAG_ITEM_GENRE |
|
|
|
|
#define MPD_TABLE_DATE MPD_TAG_ITEM_DATE |
|
|
|
|
#define MPD_TABLE_COMPOSER MPD_TAG_ITEM_COMPOSER |
|
|
|
|
#define MPD_TABLE_PERFORMER MPD_TAG_ITEM_PERFORMER |
|
|
|
|
#define MPD_TABLE_COMMENT MPD_TAG_ITEM_COMMENT |
|
|
|
|
#define MPD_TABLE_DISC MPD_TAG_ITEM_DISC |
|
|
|
|
#define MPD_TABLE_FILENAME MPD_TAG_ITEM_FILENAME |
|
|
|
|
|
|
|
|
|
void mpd_sendSearchCommand(mpd_Connection * connection, int table, |
|
|
|
|
|