From: ProfYaffle Date: Thu, 29 Sep 2016 13:10:36 +0000 (+0100) Subject: EPG: Add in missing EPG genres X-Git-Tag: v4.2.1~287 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ab404439b58ad30912d41074e9de1459c3d774b;p=thirdparty%2Ftvheadend.git EPG: Add in missing EPG genres --- diff --git a/src/epg.c b/src/epg.c index 2e9e0f986..f3007b82f 100644 --- 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 },