From 30e288067529080b9d8ac124af27b7f9522ab152 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 24 Jan 2009 20:02:55 +0100 Subject: tag: added support for MusicBrainz tags Added all important id tags from the MusicBrainz wiki: http://musicbrainz.org/doc/MusicBrainzTag This should automatically enable its suport in the vorbis and flac decoder plugins. --- src/tag.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/tag.h') diff --git a/src/tag.h b/src/tag.h index 0c525b24..ccaf301d 100644 --- a/src/tag.h +++ b/src/tag.h @@ -39,6 +39,12 @@ enum tag_type { TAG_ITEM_PERFORMER, TAG_ITEM_COMMENT, TAG_ITEM_DISC, + + TAG_MUSICBRAINZ_ARTISTID, + TAG_MUSICBRAINZ_ALBUMID, + TAG_MUSICBRAINZ_ALBUMARTISTID, + TAG_MUSICBRAINZ_TRACKID, + TAG_NUM_OF_ITEM_TYPES }; -- cgit v1.2.3