From 67d4334dcaeef5e1a5b18a92681c8b61e6fc4034 Mon Sep 17 00:00:00 2001 From: doursse Date: Sun, 14 May 2006 14:32:02 +0000 Subject: [PATCH] add track count in the metadata git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@22617 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Emotion.h | 3 ++- src/lib/emotion_private.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/Emotion.h b/src/lib/Emotion.h index cc3ba7f..38038ed 100644 --- a/src/lib/Emotion.h +++ b/src/lib/Emotion.h @@ -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; diff --git a/src/lib/emotion_private.h b/src/lib/emotion_private.h index ac07d62..68abdfd 100644 --- a/src/lib/emotion_private.h +++ b/src/lib/emotion_private.h @@ -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; -- 2.7.4