aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag.c
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.c
parent971fbe5d8ed2c5437f47d0ad10b43163ee88a413 (diff)
downloadmpd-7246d67263b561f722f317eeff087058b8b6a1c0.tar.gz
mpd-7246d67263b561f722f317eeff087058b8b6a1c0.tar.xz
mpd-7246d67263b561f722f317eeff087058b8b6a1c0.zip
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.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 34205d20d..8648c0f77 100644
--- a/src/tag.c
+++ b/src/tag.c
@@ -45,6 +45,7 @@ const char *tag_item_names[TAG_NUM_OF_ITEM_TYPES] = {
"Artist",
"Album",
"AlbumArtist",
+ [TAG_ALBUM_ARTIST_SORT] = "AlbumArtistSort",
"Title",
"Track",
"Name",