aboutsummaryrefslogtreecommitdiff
path: root/src/tag.h
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.h
parent14527174593fcdfcc6ab67d6e4ff5af456431e18 (diff)
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.h')
-rw-r--r--src/tag.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tag.h b/src/tag.h
index 7c7abf50..a3740881 100644
--- a/src/tag.h
+++ b/src/tag.h
@@ -29,6 +29,7 @@
enum tag_type {
TAG_ITEM_ARTIST,
TAG_ITEM_ALBUM,
+ TAG_ITEM_ALBUM_ARTIST,
TAG_ITEM_TITLE,
TAG_ITEM_TRACK,
TAG_ITEM_NAME,