![]() |
Release IPTV Recorder - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154) +---- Thread: Release IPTV Recorder (/showthread.php?tid=329991) |
RE: IPTV Recorder - wigee - 2018-04-15 Installed version 22 this morning. Addon now to starts to finding streams and creating database, so it is improved; at the end i got an error again. Checked the channels lists, i can see the groups but they are not opening... Here is the log: https://pastebin.com/E0zUJQ1U RE: IPTV Recorder - primaeval - 2018-04-15 Post an example EXTINF line from your m3u with a Belgium channel with non-ascii characters. RE: IPTV Recorder - wigee - 2018-04-15 Here is an example, i removed dns address port etc... https://pastebin.com/bj2JgAf3 RE: IPTV Recorder - primaeval - 2018-04-15 You have explicitly set tvg-ID="" so all your tvg_id's are not null but the empty string. If you either fill them in with the ids that match channel id in the xmltv or remove the tvg-ID="" completely it should work. RE: IPTV Recorder - primaeval - 2018-04-15 If you're lucky 0.0.23 will match your streams to the channels. Give it a try. IPTV Recorder - ed_davidson01 - 2018-04-15 Version 0.0.21 working perfect here mate. What an awesome addon. RE: IPTV Recorder - wigee - 2018-04-15 Thx will check later... XML list is provided by my provider so i do not know the id's... RE: IPTV Recorder - primaeval - 2018-04-15 (2018-04-15, 17:21)wigee Wrote: Thx will check later...The ids are the ones from your xmltv file: Code: <channel id="YOUR ID HERE" Code: tvg-id="YOUR ID HERE" RE: IPTV Recorder - hotshot2k3 - 2018-04-16 EPG won't load again, only thing I notice is that the progress % for scanning the xmltv file stops at 92% before I get an error message https://pastebin.com/czudqu6M xmltv.db seems to have no data in it also RE: IPTV Recorder - primaeval - 2018-04-16 (2018-04-16, 03:21)hotshot2k3 Wrote: EPG won't load again, only thing I notice is that the progress % for scanning the xmltv file stops at 92% before I get an error messageIt is either because a program has no title, which I find hard to believe but is possible, or your xmltv Title regex has replaced everything in the title with nothing. The line that fails is just after the regex replacement. https://github.com/primaeval/plugin.video.iptv.recorder/blob/3be8342759b595cc6ee6c381993acccd53cbb93f/main.py#L1924 What have you got in your xmltv Title Search and Replace settings? The other possibility is that you have a title on multiple lines. Have you got something like this in your xmltv file? Code: <title>my program RE: IPTV Recorder - primaeval - 2018-04-16 I've put some code in to handle multiline <title> fields in 0.0.27. See if that was the problem. RE: IPTV Recorder - wigee - 2018-04-16 Lots of my issues are solved since version 0.0.27. I can now open the Belgium list and almost all channels have epg and are working still have an error on one channel See logs: https://pastebin.com/CjW2M7aS Thx for the effort Ps: Later this week i will test with xtream m3u list as via this way i have more EPG. This was also not working after update that changed it to XML. RE: IPTV Recorder - primaeval - 2018-04-16 0.0.28 might fix it. There was a double utf8 encoding of xmltv program titles. If not post or pm me a link to your xmltv file. It might need a file encoding detection call. RE: IPTV Recorder - primaeval - 2018-04-16 I've added the same file encoding detection in for xmltv as for the m3u files in 0.0.29. Let's see if that detects the proper encoding. What does the first line of your xmltv file say? The one starting with <?xml RE: IPTV Recorder - hotshot2k3 - 2018-04-16 Working for me now, it takes like 5 times longer to make the xmltv.db so I just have to be patient each time it is created |