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 - 2022-11-25 Guess what broke again This time I checked the xml file itself for the program and I noticed that it does anything for today! For the forementioned channel, it starts and ends at Code: <programme start="20221122223500 +0000" stop="20221123002500 +0000" channel="ERT1.gr"><title lang="el">Πρωίαν σε Είδον τη Μεσημβρίαν (Ε)</title><category lang="el">Εκπομπή - Μαγκαζίνο</category></programme> RE: Support for epg in xml.gz format - jim_p - 2023-08-04 Sorry for bringing this back to the surface after 6+ months, but I am fed up hunting for logos. Roughly 1 month ago, I found a site that had neat 200*200 logos for all my 10 channels and now it is gone. So, how can I use image files (stored locally) for logos, how do I name them and what do I change in my m3u? I already know that the addon can read the logos from a set folder, so please do not mention that. Lets take this channel for for instance. What do I change it too? Assume that its logo file which is stored locally is named "ert1.png". Code: #EXTINF:-1 tvg-id="ert1" tvg-logo="https://program.ert.gr/images/ChannelLogo-ERT1.png",ERT1 RE: Support for epg in xml.gz format - phunkyfish - 2023-08-04 (2023-08-04, 18:52)jim_p Wrote: Sorry for bringing this back to the surface after 6+ months, but I am fed up hunting for logos. Roughly 1 month ago, I found a site that had neat 200*200 logos for all my 10 channels and now it is gone. So, how can I use image files (stored locally) for logos, how do I name them and what do I change in my m3u? I already know that the addon can read the logos from a set folder, so please do not mention that. Just set the local path instead of the remote path. RE: Support for epg in xml.gz format - jim_p - 2023-09-18 Sorry for the huge delay in answering. It was a tough month here So, I tried all possible ways for it and this is what I got. Obviously, using the full path there works, e.g. Code: #EXTINF:-1 tvg-id="ert1" tvg-logo="/storage/picons/ert1.png",ERT1 Using only the file name works too, provided that the image file is under the logos folder defined in settings (/storage/picons/ in my case), e.g. Code: #EXTINF:-1 tvg-id="ert1" tvg-logo="ert1.png",ERT1 What also works is to NOT have the filename or the path at all there! Just matching the filename to the id works, e.g. this Code: #EXTINF:-1 tvg-id="ert1",ERT1 This works for 8 of my 10 channels though. The 2 that do not work have different file and id names, since ever, but renaming the files to match the id names did not change anything. I will keep trying though. RE: Support for epg in xml.gz format - phunkyfish - 2023-09-18 (2023-09-18, 17:12)jim_p Wrote: This works for 8 of my 10 channels though. The 2 that do not work have different file and id names, since ever, but renaming the files to match the id names did not change anything. I will keep trying though. You might just need to clear the thumbnails to get it to work like in this post: https://github.com/kodi-pvr/pvr.vuplus/issues/252#issue-503016612 RE: Support for epg in xml.gz format - jim_p - 2023-09-20 Good idea. However, I'd rather have texturecache do that from me instead of brutally removing files (with or without kodi running). On the other hand, the reason I have not cleaned my thumbnail cache for more than a year now is my favorites. Last time I checked, I had like 200 favorites, 90% of which come from twitch or youtube, and redownloading their thumbnails will be a very tedious process. Even texturecache's process of verifying the thumbnails with their online urls takes hours, due to the amount of them. And yes, I can not tell what each channel or video is by their name, only by their thumbnail. Having said that, I had to brutally delete all cache from my nieces' tvbox a few months ago. Texturecache was waaay too slow, deleting ~1gb in ~1 hour it ran, so I closed kodi and I deleted the forementioned folders. It took like 10 minutes. RE: Support for epg in xml.gz format - jim_p - 2023-10-11 I decided to do my testing on my pc's installation from now on and I came accross this in the screenshot. This... "multiple configuration" set of options only comes up for iptv simple client and not for any other addon. Is this a feature of kodi 20 or of the addon? Kodi 20.2, iptv simple client 20.11 on debian testing/unstable x64. RE: Support for epg in xml.gz format - phunkyfish - 2023-10-12 Both. Multiple instance support was added for PVR addons in Kodi 20. So you can now, if you wish, set up multiple M3Us/XMLs. RE: Support for epg in xml.gz format - Dimarium - 2023-10-25 Hello everyone. I have troubles with big epg's(>100Mb), looks loke kodi in every platform didn't load them in any condition - i tried local file in uncompressed state, xml.gz from site, and no luck. Does anyone have the same problem? RE: Support for epg in xml.gz format - jim_p - 2024-02-15 Sorry for bringing this up again, but I need some help because I am out of ideas for the following. After all those years of having every streaming url in m3u8 format, 3 of them switched to mpd! They are not encrypted or something, because the streams play fine with mpv and no special parameters at all. And as you can see below, even yt-dlp can not help, because it somehow returns the original url! Code: $ yt-dlp -F https://telmacosa.s.llnwi.net/osY/ERT/default/index.mpd RE: Support for epg in xml.gz format - phunkyfish - 2024-02-16 Sorry, no clue. But it’s not related to this thread at all. Try using inputstream.adaptive for this. It’s supports MPD out of the box. Check out their github for details on how to set it up in your M3U file RE: Support for epg in xml.gz format - jim_p - 2024-02-16 I tried what is mentioned here*, making each entry look like so Code: #EXTINF:-1 tvg-id="ert1" tvg-logo="ert1.png",ERT1 Code: 2024-02-16 17:07:04.300 T:4061 info <general>: Removed stale TV channel 'ER 1' from group 'All channels' Code: 2024-02-16 17:00:36.725 T:140713775400704 ERROR: Open - error probing input format, https://telmacosa.s.llnwi.net/osY/ERT/default/index.mpd * https://forum.kodi.tv/showthread.php?tid=366536 RE: Support for epg in xml.gz format - phunkyfish - 2024-02-17 What you have there won’t work as you choose hls as the manifest type. That needs to be mpd. RE: Support for epg in xml.gz format - jim_p - 2024-03-16 I have a simple question: Does timeshift require an epg to work? And a complex problem behind it. I set up iptv simple for a friend (kodi 20 on w10) with ONE channel only. Nothing special, just Code: #EXTM3U But there is no pause for iptv simple on kodi because it is a live stream, and that is where timeshift (I guess) comes into play. Can I set e.g. 3 hours of the entire stream "shifts" back? E.g. if the show airs at 10am (and lasts up to 1pm), I want it to play like a live stream from 12pm to 3 pm. RE: Support for epg in xml.gz format - phunkyfish - 2024-03-16 (2024-03-16, 08:58)jim_p Wrote: I have a simple question: Does timeshift require an epg to work? If you enable timeshift you can choose how large a buffer to set, or not set a buffer at all. That’s up to you and the amount of disk space you have free. You don’t need an EPG. |