SenexCrenshaw / StreamMaster

MIT License
159 stars 20 forks source link

Ability to add and autorefresh local EPG files #145

Closed jaragoncr99 closed 8 months ago

jaragoncr99 commented 8 months ago

Is your feature request related to a problem? Please describe. Most IPTV guides suck. I use Guide2Go (Alturismo container) to pull the EPG and create the files that i need. In Xteve I mounted it to a local file and Xteve treated it like a URL

Describe the solution you'd like Treat a local file/XML like a URL for EPGs

Describe alternatives you've considered I would need a webserver on another container, but I'm trying to keep it simple.

jaragoncr99 commented 8 months ago

This is superseded by the work to add SD directly.

Dleewee commented 1 month ago

I see issue closed as superseded by Schedules Direct integration. But for anyone wanting to update from a local file, I believe this is possible - Depending on your file paths, simply update the local file under: ~/.streammaster/PlayLists/EPG/$filename.xmltv Same for M3U: ~/.streammaster/PlayLists/M3U/$filename.m3u Should be possible to use a simple CRON job to automate downloading updated files and saving to the correct folder.