aboutsummaryrefslogtreecommitdiff
path: root/src/tag.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-07-07 07:36:25 +0200
committerMax Kellermann <max@duempel.org>2009-07-07 07:36:25 +0200
commit7246d67263b561f722f317eeff087058b8b6a1c0 (patch)
tree5755cb34e8afcb0981ef13a580a94fb11f71c4d4 /src/tag.h
parent971fbe5d8ed2c5437f47d0ad10b43163ee88a413 (diff)
tag: added tag "AlbumArtistSort"
The tag_id3.c library supports both the documented "TSO2" tag, and the inofficial TXXX/ALBUMARTISTSORT. The Vorbis/FLAC decoder automatically supports the new tag, without further change.
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 4b72dd18..d6875300 100644
--- a/src/tag.h
+++ b/src/tag.h
@@ -34,6 +34,7 @@ enum tag_type {
TAG_ITEM_ARTIST,
TAG_ITEM_ALBUM,
TAG_ITEM_ALBUM_ARTIST,
+ TAG_ALBUM_ARTIST_SORT,
TAG_ITEM_TITLE,
TAG_ITEM_TRACK,
TAG_ITEM_NAME,