tag: added core support for the "album artist" tag
Added TAG_ITEM_ALBUM_ARTIST. With this patch, MPD should be able to read the (inofficial) "ALBUMARTIST" Vorbis comment. Implementations in other decoder plugins will follow soon.
This commit is contained in:
parent
1452717459
commit
2af1742fcf
|
@ -44,6 +44,7 @@ static struct {
|
|||
const char *mpdTagItemKeys[TAG_NUM_OF_ITEM_TYPES] = {
|
||||
"Artist",
|
||||
"Album",
|
||||
"AlbumArtist",
|
||||
"Title",
|
||||
"Track",
|
||||
"Name",
|
||||
|
|
Loading…
Reference in New Issue