aboutsummaryrefslogtreecommitdiff
path: root/src/main/extractor_metatypes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/extractor_metatypes.c')
-rw-r--r--src/main/extractor_metatypes.c32
1 files changed, 25 insertions, 7 deletions
diff --git a/src/main/extractor_metatypes.c b/src/main/extractor_metatypes.c
index 158d3a2..b98a395 100644
--- a/src/main/extractor_metatypes.c
+++ b/src/main/extractor_metatypes.c
@@ -380,14 +380,32 @@ static const struct MetaTypeDescription meta_type_descriptions[] = {
380 /* 155 */ 380 /* 155 */
381 { gettext_noop ("starting song"), 381 { gettext_noop ("starting song"),
382 gettext_noop ("number of the first song to play") }, 382 gettext_noop ("number of the first song to play") },
383 { gettext_noop (""), 383 { gettext_noop ("play counter"),
384 gettext_noop ("") }, 384 gettext_noop ("number of times the media has been played") },
385 { gettext_noop (""), 385 { gettext_noop ("conductor"),
386 gettext_noop ("") }, 386 gettext_noop ("name of the conductor") },
387 { gettext_noop (""), 387 { gettext_noop ("interpretation"),
388 gettext_noop ("") }, 388 gettext_noop ("information about the people behind interpretations of an existing piece") },
389 { gettext_noop (""), 389 { gettext_noop ("composer"),
390 gettext_noop ("name of the composer") },
391 /* 160 */
392 { gettext_noop ("beats per minute"),
390 gettext_noop ("") }, 393 gettext_noop ("") },
394 { gettext_noop ("encoded by"),
395 gettext_noop ("name of person or organization that encoded the file") },
396 { gettext_noop ("original title"),
397 gettext_noop ("title of the original work") },
398 { gettext_noop ("original artist"),
399 gettext_noop ("name of the original artist") },
400 { gettext_noop ("original writer"),
401 gettext_noop ("name of the original lyricist or writer") },
402 /* 165 */
403 { gettext_noop ("original release year"),
404 gettext_noop ("year of the original release") },
405 { gettext_noop ("lyrics"),
406 gettext_noop ("lyrics of the song or text description of vocal activities") },
407 { gettext_noop ("popularity"),
408 gettext_noop ("information about the file's popularity") },
391 { gettext_noop (""), 409 { gettext_noop (""),
392 gettext_noop ("") }, 410 gettext_noop ("") },
393#if 0 411#if 0