add-ons / service.iptv.manager

Integrate TV and radio channels with EPG data from other add-ons in Kodi PVR.
https://github.com/add-ons/service.iptv.manager/wiki
GNU General Public License v3.0
95 stars 28 forks source link

Implement genre #30

Closed michaelarnauts closed 4 years ago

michaelarnauts commented 4 years ago

Kodi supports the Genre tag in the EPG, and the default skin even provides color coding for this.

We should find out what the different genres are and define constants for these. The addons are then responsible to do the mapping between the genres used at the service provider and map these to the constants.

We don't need the genre mapping of IPTV Simple, since when we write the XML ourself we can directly write the correct string that Kodi understands. It might be a good source to find out the different supported genres however.