From 2af1742fcf99e32129c55334a08fba22f28dcbc7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 13 Jan 2009 23:43:20 +0100 Subject: 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. --- src/tag.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tag.h') diff --git a/src/tag.h b/src/tag.h index 7c7abf50a..a37408819 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, -- cgit v1.2.3