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.c21
1 files changed, 17 insertions, 4 deletions
diff --git a/src/main/extractor_metatypes.c b/src/main/extractor_metatypes.c
index b98a395..c97fc3e 100644
--- a/src/main/extractor_metatypes.c
+++ b/src/main/extractor_metatypes.c
@@ -369,10 +369,10 @@ static const struct MetaTypeDescription meta_type_descriptions[] = {
369 /* 150 */ 369 /* 150 */
370 { gettext_noop ("movie director"), 370 { gettext_noop ("movie director"),
371 gettext_noop ("name of the director") }, 371 gettext_noop ("name of the director") },
372 { gettext_noop ("TV network"), 372 { gettext_noop ("network"),
373 gettext_noop ("name of the broadcasting TV network") }, 373 gettext_noop ("name of the broadcasting network or station") },
374 { gettext_noop ("TV show"), 374 { gettext_noop ("show"),
375 gettext_noop ("name of the TV show") }, 375 gettext_noop ("name of the show") },
376 { gettext_noop ("chapter name"), 376 { gettext_noop ("chapter name"),
377 gettext_noop ("name of the chapter") }, 377 gettext_noop ("name of the chapter") },
378 { gettext_noop ("song count"), 378 { gettext_noop ("song count"),
@@ -402,10 +402,23 @@ static const struct MetaTypeDescription meta_type_descriptions[] = {
402 /* 165 */ 402 /* 165 */
403 { gettext_noop ("original release year"), 403 { gettext_noop ("original release year"),
404 gettext_noop ("year of the original release") }, 404 gettext_noop ("year of the original release") },
405 { gettext_noop ("original performer"),
406 gettext_noop ("name of the original performer") },
405 { gettext_noop ("lyrics"), 407 { gettext_noop ("lyrics"),
406 gettext_noop ("lyrics of the song or text description of vocal activities") }, 408 gettext_noop ("lyrics of the song or text description of vocal activities") },
407 { gettext_noop ("popularity"), 409 { gettext_noop ("popularity"),
408 gettext_noop ("information about the file's popularity") }, 410 gettext_noop ("information about the file's popularity") },
411 { gettext_noop ("licensee"),
412 gettext_noop ("name of the owner or licensee of the file") },
413 /* 170 */
414 { gettext_noop ("musician credit list"),
415 gettext_noop ("names of contributing musicians") },
416 { gettext_noop ("mood"),
417 gettext_noop ("keywords reflecting the mood of the piece") },
418 { gettext_noop ("subtitle"),
419 gettext_noop ("subtitle of this part") },
420 { gettext_noop (""),
421 gettext_noop ("") },
409 { gettext_noop (""), 422 { gettext_noop (""),
410 gettext_noop ("") }, 423 gettext_noop ("") },
411#if 0 424#if 0