Kodi Community Forum
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)

Pages: 1 2 3 4 5 6 7


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
#KODIPROP:inputstream.adaptive.manifest_type=hls
What I wanted to achive was this, but, tbh, I have noticed no difference.
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.

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
#KODIPROP:inputstream.adaptive.manifest_type=hls
What I wanted to achive was this, but, tbh, I have noticed no difference.
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?

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/
alpha.png       ert2.png        mega.png        star.png
ant1.png        ert3.png        openbeyond.png  tvh
ert1.png        makedonia.png   skai.png        vdr

# cat .kodi/userdata/addon_data/pvr.iptvsimple/settings.xml | grep -i logopath
    <setting id="logoPath">/storage/picons/</setting>
    <setting id="logoPathType">1</setting>
This is how every extinf line looks in my m3u (regular file stored locally, not online url). I do see the right logo, the right epg and the right name for all...
Code:
#EXTINF:-1 tvg-id="skai" tvg-logo="skai.png",SKAI
...except for these 2 where the logos do not show up at all and I get the generic tv icon. Any ideas why?
Code:
#EXTINF:-1 tvg-id="open" tvg-logo="openbeyond.png",OPEN
#EXTINF:-1 tvg-id="mtv" tvg-logo="makedonia.png",MAKTV



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! Big Grin 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
170405|d/d0d0ca94.png|0400|0400|0064|2024-10-05 17:00:59|2024-09-04 11:26:00|/storage/picons/ert1.png
170406|0/0bc76203.png|0400|0400|0064|2024-10-05 17:00:59|2024-09-04 11:25:59|/storage/picons/ert2.png
170407|4/42ca058e.png|0400|0400|0064|2024-10-05 17:00:59|2024-09-04 11:25:59|/storage/picons/ert3.png
170408|6/639cc2b2.png|0400|0400|0064|2024-10-05 17:00:59|2024-09-04 11:25:59|/storage/picons/alpha.png
170409|1/146a354b.png|0400|0400|0066|2024-10-05 17:00:59|2024-09-19 20:29:03|/storage/picons/mega.png
170410|1/164195d2.png|0400|0400|0073|2024-10-05 17:00:59|2024-09-26 17:38:58|/storage/picons/ant1.png
170411|1/1b2b8ee3.png|0400|0400|0061|2024-10-05 17:00:59|2024-09-04 11:25:59|/storage/picons/star.png
170412|7/7f29a694.png|0400|0400|0055|2024-10-05 17:00:59|2024-09-19 20:29:03|/storage/picons/skai.png
170413|7/7ae06db4.jpg|0400|0400|0059|2024-10-05 17:00:59|2024-09-04 11:25:59|/storage/picons/openbeyond.png
259217|6/68903b19.png|0400|0400|0013|2024-10-05 17:00:59|2024-09-04 11:25:59|/storage/picons/makedonia.png
Matching row ids: 170405 170406 170407 170408 170409 170410 170411 170412 170413 259217
And then I tried deleting them, both through texturecache and the regular file too
Code:
# texturecache.py d 170413 259217

# rm -v .kodi/userdata/Thumbnails/7/7ae06db4.jpg
removed '.kodi/userdata/Thumbnails/7/7ae06db4.jpg'

# rm -v .kodi/userdata/Thumbnails/6/68903b19.png
removed '.kodi/userdata/Thumbnails/6/68903b19.png'
I restarted kodi and they still do not show up. It was worth the try though.