chrisbenincasa / tunarr

Spiritual successor to dizqueTV
https://tunarr.com/
zlib License
118 stars 11 forks source link

Decouple XMLTV generation from TV Guide Service #333

Open chrisbenincasa opened 4 months ago

chrisbenincasa commented 4 months ago

These should be 2 discrete processes. We should be able to generate a TV Guide without also writing the XMLTV. The scheduled task should do both.

chrisbenincasa commented 3 months ago

Since we have @iptv/xmltv as a library, we could parse our own xmltv into the data structure and only partially update it, which would make this a lot more doable!