Added Disc # metadata item based on bug 571 (added id3v2 support)

git-svn-id: https://svn.musicpd.org/mpd/trunk@4131 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Qball Cow
2006-04-30 19:55:56 +00:00
parent 8aca530b86
commit 4324150b42
5 changed files with 26 additions and 6 deletions

View File

@@ -44,8 +44,9 @@
#define TAG_ITEM_COMPOSER 7
#define TAG_ITEM_PERFORMER 8
#define TAG_ITEM_COMMENT 9
#define TAG_ITEM_DISC 10
#define TAG_NUM_OF_ITEM_TYPES 10
#define TAG_NUM_OF_ITEM_TYPES 11
extern char * mpdTagItemKeys[];