[tracker] Ontology fixes in MP3 exractor



commit 1f1b05bd2bed13cfbd5b97c4dd639fc418151a8c
Author: Philip Van Hoof <philip codeminded be>
Date:   Tue Aug 18 11:52:59 2009 +0200

    Ontology fixes in MP3 exractor

 src/tracker-extract/tracker-extract-mp3.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/tracker-extract/tracker-extract-mp3.c b/src/tracker-extract/tracker-extract-mp3.c
index af1386d..5e81dcd 100644
--- a/src/tracker-extract/tracker-extract-mp3.c
+++ b/src/tracker-extract/tracker-extract-mp3.c
@@ -899,7 +899,7 @@ get_id3v24_tags (const gchar *data,
 		{"TIT3", NIE_PREFIX "comment", NULL, NULL, NULL, &filedata->id3v1_info->comment},
 		{"TDRL", NIE_PREFIX "contentCreated", NULL, NULL, NULL, &filedata->id3v1_info->year},
 		{"TRCK", NMM_PREFIX "trackNumber", NULL, NULL, NULL, &filedata->id3v1_info->trackno},
-		/* TODO Nepomukify {"PCNT", "Audio:PlayCount"}, */
+		{"PCNT", NIE_PREFIX "usageCounter", NULL, NULL, NULL, NULL},
 		{"TLEN", NMM_PREFIX "length", NULL, NULL, NULL, NULL},
 		{NULL, 0, NULL, NULL, NULL},
 	};
@@ -1175,7 +1175,7 @@ get_id3v23_tags (const gchar *data,
 		{"TIT2", NIE_PREFIX "title", NULL, NULL, NULL, &filedata->id3v1_info->title},
 		{"TYER", NIE_PREFIX "contentCreated", NULL, NULL, NULL, &filedata->id3v1_info->year},
 		{"TRCK", NMM_PREFIX "trackNumber", NULL, NULL, NULL, &filedata->id3v1_info->trackno},
-		/* TODO Nepomukify {"PCNT", "Audio:PlayCount"}, */
+		{"PCNT", NIE_PREFIX "usageCounter", NULL, NULL, NULL, NULL},
 		{"TLEN", NMM_PREFIX "length", NULL, NULL, NULL, NULL},
 		{NULL, 0, NULL, NULL, NULL},
 	};



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]