add track count in the metadata

SVN revision: 22617
This commit is contained in:
doursse 2006-05-14 14:32:02 +00:00 committed by doursse
parent 3b0d15d0d3
commit 8958bf1458
2 changed files with 3 additions and 1 deletions

View File

@ -49,7 +49,8 @@ enum _Emotion_Meta_Info
EMOTION_META_INFO_TRACK_YEAR,
EMOTION_META_INFO_TRACK_GENRE,
EMOTION_META_INFO_TRACK_COMMENT,
EMOTION_META_INFO_TRACK_DISC_ID
EMOTION_META_INFO_TRACK_DISC_ID,
EMOTION_META_INFO_TRACK_COUNT
};
typedef enum _Emotion_Module Emotion_Module;

View File

@ -18,6 +18,7 @@
#define META_TRACK_ALBUM 5
#define META_TRACK_YEAR 6
#define META_TRACK_DISCID 7
#define META_TRACK_COUNT 8
typedef enum _Emotion_Format Emotion_Format;
typedef enum _Emotion_Vis Emotion_Vis;