Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
EPG: Add in missing EPG genres
  • Loading branch information
ProfYaffle authored and perexg committed Oct 6, 2016
1 parent 4cdf9c9 commit 3ab4044
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/epg.c
Expand Up @@ -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 },
Expand All @@ -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 },
Expand All @@ -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 },
Expand Down

0 comments on commit 3ab4044

Please sign in to comment.