primaeval

Results 111 comments of primaeval

The m3u is "userdata\addon_data\plugin.video.iptv.recorder\channels1.m3u"

You could rename or delete the folder to reset everything. userdata\addon_data\plugin.video.iptv.recorder As the xml didn't get updated and you got a 401 Unauthorized code earlier I expect you need something...

It must be wrong if it won't download. kodi.log might be at the top of userdata or in temp or cache.

Look in the IPTV Simple Client settings file to make sure you have got the correct epgUrl. "userdata\addon_data\pvr.iptvsimple\settings.xml"

Your xml loaded up ok for me in Windows in both addons. Be careful what you paste on pastebin. It is public. So it looks like it is a pi...

I just think it's too big for python on the pi. Python uses a lot of memory to do the same things that a c addon does. See if there...

The id has to be the same exactly including case I think. It's probably easier for you to change the m3u rather than the xmltv. So make the m3u: ```...

You'll have to send me a link to the xmltv files or show me the error message in kodi.log.

You've got a strange unicode setting in one of these settings in the settings.xml file. https://github.com/primaeval/script.tvguide.fullscreen/blob/master/source.py#L58 Have a look in addon_data\script.tvguide.fullscreen\settings.xml for anything non-ascii. It is also complaining about your...

I don't think it is the + but it might be. It is failing trying to join the channel logo folder to the channel title. https://github.com/primaeval/script.tvguide.fullscreen/blob/master/source.py#L2097 Try changing `logoFile =...