added composer, performer, and comment metadata items

git-svn-id: https://svn.musicpd.org/mpd/trunk@3022 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes
2005-03-05 22:24:10 +00:00
parent 4b016cafa1
commit 3bdee55217
5 changed files with 41 additions and 9 deletions

View File

@@ -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[];