chrisbenincasa / tunarr

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

Built-in fillers / filler library API #519

Open chrisbenincasa opened 2 months ago

chrisbenincasa commented 2 months ago

It would be cool if we could provide "built-in" fillers, with the permission of the creators. Another idea would be to provide a Home Assistant "HACS" style integration where users can drop in their own libraries (Github link or something) and Tunarr would make these fillers available

liam8888999 commented 2 months ago

planning to add initial tunarr support to https://github.com/liam8888999/ErsatzTV-Filler in the next couple of days The one main change that is suggested at your end is to add something after the channel id to help with identifying it. For example instead of the channel id being "1" it might become "1.tunarr" this is not neccessarily mentioned in the spec but is acceptable and helps to identify what channel is which. if there is a local channel 7 and your channel 7 for example both sharing the same id things can get confusing. would need to be changed in both the xmltv and m3u file

chrisbenincasa commented 2 months ago

Ah, good call. https://github.com/chrisbenincasa/tunarr/pull/536 should take care of this.