cvarelaruiz / owi2plex

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

Option to use multiple bouquets for the XML file #17

Open chrisnasah opened 4 years ago

chrisnasah commented 4 years ago

Hello,

This is a request, is it possible to have multiple bouquets for the XML and also have a option to select the tuner required as i have three different ones in a box.

Thanks

cvarelaruiz commented 4 years ago

Hey @chrisnasah, regarding the multiple bouquets yes it shouldn't be too difficult. The resultant EPG would be the combination of all of the channels. Only difficulty would be to dedup to make sure that if a channel appears in two or more bouquets that the programms are only generated once.

I'm not sure what you mean by selecting the tuner though. The script pulls the data from the OpenWebIf API and so the IP address is the one from the Enigma2 box. In Plex, when you configure the tuners you'd have to map the channels manually.

I'll see if I have time to do the multiple bouquets within the next week or two.