Genres - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +---- Forum: VBox TV Gateway (https://forum.kodi.tv/forumdisplay.php?fid=233) +---- Thread: Genres (/showthread.php?tid=309443) |
Genres - Branksome - 2017-03-12 1. Shouldn't the genre listed in the guide be carried over to appear against each recording? 2. Shouldn't there be a user interface to set genre colours in the guide? None of the genres listed in my guide trigger a colour. RE: Genres - VBox - 2017-03-12 Hi Branksome, Quote:1. Shouldn't the genre listed in the guide be carried over to appear against each recording?That's a good idea, I have added it to our feature request list Quote:2. Shouldn't there be a user interface to set genre colours in the guide? None of the genres listed in my guide trigger a colour.Genre are saved in an xml file To edit the Genre type xml with the type you have in your EPG - the xml can be found @ C:\Program Files (x86)\Kodi\addons\pvr.vbox\resources\category_to_genre_types.xml <category lang="en" genre-type="sports">special events</category> <category lang="en" genre-type="sports">sports magazine</category> <category lang="en" genre-type="sports">football</category> <category lang="en" genre-type="sports">basketball</category> <category lang="en" genre-type="sports">hurling</category> <category lang="en" genre-type="sports">darts</category> The genre type = is Kodi genre and the atribute between > < is the EPG category name RE: Genres - Branksome - 2017-03-13 Quote:That's a good idea, I have added it to our feature request list Thanks Vbox. I appreciate that Quote: Genre are saved in an xml file Thanks. Where would that file be on a RP (Librelec) and with SPMC on Android? Presumably the lack of a user interface for this is a restriction with the Vbox add-on RE: Genres - VBox - 2017-03-26 See if this helps http://kodi.wiki/view/Add-on_structure |