]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
EPG: Add in missing EPG genres
authorProfYaffle <ian@sproink.co.uk>
Thu, 29 Sep 2016 13:10:36 +0000 (14:10 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 6 Oct 2016 07:42:02 +0000 (09:42 +0200)
src/epg.c

index 2e9e0f986d1c59ca94fd713209d89536dc03c2d9..f3007b82f0934cb014ee28793fda917c0f485410 100644 (file)
--- a/src/epg.c
+++ b/src/epg.c
@@ -2273,6 +2273,9 @@ static const char **_epg_genre_names[16][16] = {
     C_{ N_("Athletics"), NULL },
     C_{ N_("Motor sport"), NULL },
     C_{ N_("Water sport"), NULL },
+    C_{ N_("Winter sports"), NULL },
+    C_{ N_("Equestrian"), NULL },
+    C_{ N_("Martial sports"), NULL },
   },
   { /* 05 */
     C_{ N_("Children's / Youth programs"), NULL },
@@ -2297,13 +2300,7 @@ static const char **_epg_genre_names[16][16] = {
     C_{ N_("Folk"), N_("Traditional music"), NULL },
     C_{ N_("Jazz"), NULL },
     C_{ N_("Musical"), N_("Opera"), NULL },
-    C_{ N_("Musical"), N_("Opera"), NULL },
-    C_{ N_("Musical"), N_("Opera"), NULL },
-    C_{ N_("Musical"), N_("Opera"), NULL },
-    C_{ N_("Musical"), N_("Opera"), NULL },
-    C_{ N_("Musical"), N_("Opera"), NULL },
-    C_{ N_("Musical"), N_("Opera"), NULL },
-    C_{ N_("Musical"), N_("Opera"), NULL },
+    C_{ N_("Ballet"), NULL },
   },
   { /* 07 */
     C_{ N_("Arts"), N_("Culture (without music)"), NULL },
@@ -2315,6 +2312,9 @@ static const char **_epg_genre_names[16][16] = {
     C_{ N_("Film"), N_("Cinema"), NULL },
     C_{ N_("Experimental film"), N_("Video"), NULL },
     C_{ N_("Broadcasting"), N_("Press"), NULL },
+    C_{ N_("New media"), NULL },
+    C_{ N_("Arts magazines"), N_("Culture magazines"), NULL },
+    C_{ N_("Fashion"), NULL },
   },
   { /* 08 */
     C_{ N_("Social"), N_("Political issues"), N_("Economics"), NULL },