Server that provides m3u does not have support for epg but has tvg-id like this:tvg-id="NRK1.no"
Need help with this and hope someone can help.
Most apps and boxes have only one epg source field and will not get full epg.
As an example, it is possible to download both gz. and xz files today in from rytec.
And here are 3 of them for Norwegian epg with cron.
Code
wget -O /var/www/html/rytecNO_Basic.xml.xz http://www.vuplus-community.net/rytec/rytecNO_Basic.xz
wget -O /var/www/html/rytecNO_Misc.xml.xz http://www.vuplus-community.net/rytec/rytecNO_Misc.xz
wget -O /var/www/html/rytecNO_SportMovies.xml.xz http://www.vuplus-community.net/rytec/rytecNO_SportMovies.xz
repacking xz.files to gz.files:
Code
unxz /var/www/html/rytecNO_Basic.xml.xz
gzip /var/www/html/rytecNO_Basic.xml
unxz /var/www/html/rytecNO_Misc.xml.xz
gzip /var/www/html/rytecNO_Misc.xml
unxz /var/www/html/rytecNO_SportMovies.xml.xz
gzip /var/www/html/rytecNO_SportMovies.xml
But how to package different/all into one address that everyone is in an .xml and can be downloaded again as follows:
