cvarelaruiz / owi2plex

Exporter of EPG from OpenWebif to XMLTV to use with Plex
Mozilla Public License 2.0
27 stars 6 forks source link

Channel IDs are not in the recommended format #3

Open cvarelaruiz opened 5 years ago

cvarelaruiz commented 5 years ago

The generated XMLTV uses the program number such as channel.attrib['id'] = '{}'.format(service['program']. It works but is not the recommended format.

Need to do some research to understand what that format is too.