![]() |
Beta Live TV Playlist - 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: Service Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=152) +---- Thread: Beta Live TV Playlist (/showthread.php?tid=342729) |
RE: Live TV Playlist - jmooremcc - 2019-04-08 (2019-04-07, 22:53)HeresJohnny Wrote: Here are my settings:Please go into my add-on's settings. Debug Mode should be on. If that is OK then I want you to add a TV show to the playlist. I'm looking for debug statements that my add-on generates to see what's going on when you add a show to the playlist. If the problem is occurring during startup, the complete log should give me more information to help diagnose the problem. ![]() RE: Live TV Playlist - jmooremcc - 2019-04-08 (2019-04-07, 22:53)HeresJohnny Wrote: Here are my settings: I was finally able to replicate the problem and itĀ appears to be Kodi related. The work around requires you to change your short date regional format from 7.4.2019 to 07.04.2019 When you use the single digit version instead of the 2 digit version, Kodi gives me an invalid format string which causes the exception you're experiencing. I'll keep working on a better solution so that you'll be able to use your original preferred date format. Live TV Playlist - jmooremcc - 2019-04-08 I've released version 0.9.35 which provides a fix to the problem I found. You should be able to use the single digit date format of your choice with this update. I've also reported this Kodi bug and in the process of doing so, discovered others developers had reported similar issues. I hope they will address this bug in v18. RE: Live TV Playlist - aegidius - 2019-04-09 (2019-04-07, 19:26)jmooremcc Wrote: If you choose the existing playlist item, that item would be set to record and the new item would replace it in the playlist. Sounds good to me. I haven't had a chance to play with it yet in its present form, though. RE: Live TV Playlist - jmooremcc - 2019-04-09 I've released version 0.9.36 which improves handling of different regional date/time formats. RE: Live TV Playlist - HeresJohnny - 2019-04-10 (2019-04-09, 21:16)jmooremcc Wrote: I've released version 0.9.36 which improves handling of different regional date/time formats.I'm happy to report that I can add tv programs to the playlist now, regardless of 12h or 24h format. Now the next challenge: No switching occurs at the programmed time, sorry :-S This might detail the problem: Code: 2019-04-10 00:59:53.009 T:1980 DEBUG: 00:59:53.008:line#393 RE: Live TV Playlist - HeresJohnny - 2019-04-10 Looks like a code page problem: Code: 2019-04-10 01:52:39.251 T:3212 ERROR: Exception in thread DataReceivedEvent: RE: Live TV Playlist - jmooremcc - 2019-04-10 (2019-04-10, 02:20)HeresJohnny Wrote: Looks like a code page problem: I think I have an idea of what's going on. Please send me a screenshot of your PVR & Live TV Settings -> General Tab page. Since you're using the IPTV Simple Client, I want to see what options are available on that page. Be sure that Settings Level is set to Advanced when you do the screenshot. RE: Live TV Playlist - jmooremcc - 2019-04-10 I was able to replicate the problem and have released version 0.9.37 that contains a fix for the channel change issue. RE: Live TV Playlist - jmooremcc - 2019-04-10 Version 0.9.37 Released RE: Live TV Playlist - HeresJohnny - 2019-04-11 I can confirm that this release now works at least on some of my KODI installations. On CoreELEC it still throws an error but I haven't looked at the logfile yet. I would guess that this is related to the service which must be implemented in a different way on Linux flavoured OS's. Live TV Playlist - jmooremcc - 2019-04-11 The good news is we're making progress. I'm really pleased to know that the add-on works with the IPTV Simple Client running on Windows. I don't have a device running CoreELEC but interestingly enough, the add-on was developed on hardware running LibreELEC, which is also Linux. My understanding is that CoreELEC is a fork of LibreELEC with support for a different a different set of hardware. I'd really be interested in seeing the debug log on this one. RE: Live TV Playlist - jmooremcc - 2019-04-15 Version 0.9.38 Released RE: Live TV Playlist - Atreyu - 2019-04-15 I am running (mostly) coreelec. First tries just threw an error (because of the date-format thing). Reading up there seems to be progress. Will test again when i get around to it and report back. Really like the idea of creating a livetv playlist! Regards, Atreyu RE: Live TV Playlist - jmooremcc - 2019-04-18 (2019-04-15, 08:02)Atreyu Wrote: I am running (mostly) coreelec.I'd appreciate it if you could send me a debug log. My add-on will produce diagnostic output if you turn logging on either using the GUI or by setting loglevel to 1 in an advancedsettings.xml file. Thanks |