aboutsummaryrefslogtreecommitdiff
path: root/src/tag.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2005-03-05 22:24:10 +0000
committerWarren Dukes <warren.dukes@gmail.com>2005-03-05 22:24:10 +0000
commit3bdee5521711f338b9ce0701d51543bee24008fc (patch)
tree45e61023164f78259095f299e32a5d386a405bc3 /src/tag.h
parent4b016cafa1e44294605467dd95efb421b96574a5 (diff)
added composer, performer, and comment metadata items
git-svn-id: https://svn.musicpd.org/mpd/trunk@3022 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/tag.h')
-rw-r--r--src/tag.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/tag.h b/src/tag.h
index 03eb8c7b..ffe0c0d4 100644
--- a/src/tag.h
+++ b/src/tag.h
@@ -41,8 +41,11 @@
#define TAG_ITEM_NAME 4
#define TAG_ITEM_GENRE 5
#define TAG_ITEM_DATE 6
+#define TAG_ITEM_COMPOSER 7
+#define TAG_ITEM_PERFORMER 8
+#define TAG_ITEM_COMMENT 9
-#define TAG_NUM_OF_ITEM_TYPES 7
+#define TAG_NUM_OF_ITEM_TYPES 10
extern char * mpdTagItemKeys[];