[mpd] add support for commands 'listplaylists', 'listplaylist',

'listplaylistinfo', 'ping'; add support for additional tags
This commit is contained in:
chme
2015-02-23 18:43:38 +01:00
parent 4a1bff500a
commit f41e7014e4
3 changed files with 336 additions and 45 deletions

View File

@@ -22,6 +22,7 @@ enum sort_type {
S_ALBUM,
S_ARTIST,
S_PLAYLIST,
S_YEAR,
};
#define Q_F_BROWSE (1 << 15)
@@ -38,6 +39,7 @@ enum query_type {
Q_GROUP_ARTISTS = (1 << 8),
Q_GROUP_ITEMS = (1 << 9),
Q_GROUP_DIRS = Q_F_BROWSE | (1 << 10),
Q_BROWSE_YEARS = Q_F_BROWSE | (1 << 11),
};
#define ARTWORK_UNKNOWN 0