aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-13 23:43:20 +0100
committerMax Kellermann <max@duempel.org>2009-01-13 23:43:20 +0100
commit2af1742fcf99e32129c55334a08fba22f28dcbc7 (patch)
tree7801327bc22a90e082e0de9d0307064e4ca19eb9 /src/tag.c
parent14527174593fcdfcc6ab67d6e4ff5af456431e18 (diff)
downloadmpd-2af1742fcf99e32129c55334a08fba22f28dcbc7.tar.gz
mpd-2af1742fcf99e32129c55334a08fba22f28dcbc7.tar.xz
mpd-2af1742fcf99e32129c55334a08fba22f28dcbc7.zip
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.
Diffstat (limited to 'src/tag.c')
-rw-r--r--src/tag.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tag.c b/src/tag.c
index e7ce51c15..285afe84c 100644
--- a/src/tag.c
+++ b/src/tag.c
@@ -44,6 +44,7 @@ static struct {
const char *mpdTagItemKeys[TAG_NUM_OF_ITEM_TYPES] = {
"Artist",
"Album",
+ "AlbumArtist",
"Title",
"Track",
"Name",