Support for epg in xml.gz format - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +---- Forum: IPTV Simple Client (https://forum.kodi.tv/forumdisplay.php?fid=215) +---- Thread: Support for epg in xml.gz format (/showthread.php?tid=364871) |
RE: Support for epg in xml.gz format - jim_p - 2024-06-18 Sorry for bringing my thread to the surface again, but I need your help. When you showed me the kodiprop parameters, I entered these lines to every single channel on my m3u, because all of them are hls streams. Code: #KODIPROP:inputstream=inputstream.adaptive https://forum.kodi.tv/showthread.php?tid=366536 Fast forward to today, the broken .mpd stream I mention above is now an .m3u8 and it switched to widevine decryption (the browser asks to install widevine when watching the stream via its page). I do not want instructions on that, but I remember there was a wiki page for iptv simple or inputstream adaptive that listed ALL the options an m3u file can have, e.g the extinf part, the kodiprop part, the logos and so on. Do you know where I can find that page? RE: Support for epg in xml.gz format - phunkyfish - 2024-06-20 (2024-06-18, 17:17)jim_p Wrote: Sorry for bringing my thread to the surface again, but I need your help. I’m not sure about that page but the adaptive GitHub would be a good place to start I’d say. RE: Support for epg in xml.gz format - jim_p - 2024-11-06 Sorry for resurrecting this again, but I am out of ideas an I need some help. I have all my logos inside /storage/picons/, all of them are 400*400 png files and they are all visible as pictures from the file manager, i.e. none is different than the rest or missing or corrupted. I have also set the right folder path in the settings. Code: # ls picons/ Code: #EXTINF:-1 tvg-id="skai" tvg-logo="skai.png",SKAI Code: #EXTINF:-1 tvg-id="open" tvg-logo="openbeyond.png",OPEN RE: Support for epg in xml.gz format - phunkyfish - 2024-11-06 You can try clearing the cache for thumbnails and see if they reload: https://github.com/kodi-pvr/pvr.vuplus/issues/252 RE: Support for epg in xml.gz format - jim_p - 2024-11-06 Kill me! Good idea though, I may try it... one day. I stopped cleaning the cache, even via texturecache.py, a few years ago when I realised how long it takes to redownload all the thumbnails etc for the dozens of videos I had in favorites. Now I have hundreds! Maybe there is a switch of texturecache.py that queries the db file and deletes only the needed ones. RE: Support for epg in xml.gz format - jim_p - 2024-11-06 Aaalmost did it. Texturecache does have a search function, so I tried it Code: # texturecache.py s picons Code: # texturecache.py d 170413 259217 |