From 7246d67263b561f722f317eeff087058b8b6a1c0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 7 Jul 2009 07:36:25 +0200 Subject: 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. --- 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 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, -- cgit v1.2.3