add support for adding random artists/albums to playlist

This commit is contained in:
Andrzej Rybczak
2010-01-22 22:24:44 +01:00
parent 153081158d
commit df15fe2bf4
4 changed files with 57 additions and 3 deletions

View File

@@ -125,6 +125,8 @@ mpd_tag_type IntoTagItem(char c)
{
case 'a':
return MPD_TAG_ARTIST;
case 'b':
return MPD_TAG_ALBUM;
case 'y':
return MPD_TAG_DATE;
case 'g':