add track count in the metadata
authordoursse <doursse>
Sun, 14 May 2006 14:32:02 +0000 (14:32 +0000)
committerdoursse <doursse@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 14 May 2006 14:32:02 +0000 (14:32 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@22617 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Emotion.h
src/lib/emotion_private.h

index cc3ba7f..38038ed 100644 (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;
index ac07d62..68abdfd 100644 (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;