Alpha PVR reminder - 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: Alpha PVR reminder (/showthread.php?tid=251829) |
RE: PVR reminder - AshG - 2016-01-22 (2016-01-22, 13:19)andersh Wrote: I installed this on Jarvis RC1 on an Nvidia Shield TV (Android). When trying to add a reminder it fails and writes this to the log:Can I have the full log please in past bin or something similar a part of the log is no good to me. RE: PVR reminder - sconly - 2016-01-22 (2016-01-20, 12:55)AshG Wrote: Hi Sconly, I'm afraid 15.xx and upwards. I developed it on 16B, the difference I think is the "remind me" option in the context menu will only show in Live TV where as in 15, it will show everywhere... So it is optimised for 16.x I've running all series of the beta 16s on my prod box for some time and I would say it's pretty stable right now... Ok, so if want to have a go at getting it to work in 14.2 - and you don't mind me 'tinkering' with it - what/where in the code do I need to change, do I need to change a reference to an API/function/etc.? Thanks RE: PVR reminder - andersh - 2016-01-22 (2016-01-22, 21:07)AshG Wrote: Can I have the full log please in past bin or something similar a part of the log is no good to me.Full debug log here: https://www.zerobin.net/?548081255c9ab398#MLuQBk+QO3dgnt8x1cmhzRy7cEopt9k+8PmvBd80iZg= Error at the very bottom. RE: PVR reminder - AshG - 2016-01-23 (2016-01-22, 23:17)andersh Wrote:(2016-01-22, 21:07)AshG Wrote: Can I have the full log please in past bin or something similar a part of the log is no good to me.Full debug log here: Cool, thanks for that, presuming your just going into your EPG, selecting a programme to remind for today and using the context menu to select "remind me"? so looking at your log, everything's looks good,until we write the EPG data into the XML... Thinking about this logically the only thing that is different to other users set-up in regards to the addon is your EPG data, have you tried testing different channels ? Different programmes? I'm thinking there may be some kind of special character in your EPG that The XML object doesn't like... Although I'm only guessing at the moment and I may be barking up the wrong tree! The addon stores: Programme name, time, date and channel name in a xml file, is there any special characters at all? Are you able to show a screen print of the EPG that you need reminding of RE: PVR reminder - AshG - 2016-01-23 (2016-01-22, 22:45)sconly Wrote:(2016-01-20, 12:55)AshG Wrote: Hi Sconly, I'm afraid 15.xx and upwards. I developed it on 16B, the difference I think is the "remind me" option in the context menu will only show in Live TV where as in 15, it will show everywhere... So it is optimised for 16.x I've running all series of the beta 16s on my prod box for some time and I would say it's pretty stable right now... Go for your life, I have this on GitHub so if you can work it out I can make another branch for anything below Kodi 15.xx I'm guessing your getting a "dependency not met" message? I would first look in the addon.xml I'm guessing the python version is not supported ? What does the log say ? Does it give any clues? Code: <requires> RE: PVR reminder - andersh - 2016-01-23 (2016-01-23, 00:29)AshG Wrote: Cool, thanks for that, presuming your just going into your EPG, selecting a programme to remind for today and using the context menu to select "remind me"?Yes, that's precisely what I do. Quote:The addon stores: Programme name, time, date and channel name in a xml file, is there any special characters at all? Are you able to show a screen print of the EPG that you need reminding ofConfusedMost of the EPG have Norwegian characters, both in title, genre and description, but I've also tested on programmes that have only english text. Same thing happen on all of them. This EPG is provided by MediaPortal as a backend. What I could do is fire up a TVHeadEnd backend and see if that makes a difference. Link to EPG screenshot: http://ibin.co/2UQfmbFJk4Sv RE: PVR reminder - andersh - 2016-01-23 I did some more testing. Changed skin back to Confluence - still the same problem. Changed PVR Backend to TVHeadend and reloaded EPG - still the same problem. Also tested on another Android device that is running a self-compiled version of the latest Kodi (ver. 17 updated Jan. 18th) from Github. Same problem there as well. RE: PVR reminder - macardi - 2016-01-23 Hi, thanks for a great addon, love it! One problem though, it takes almost a minute for the addon to terminate when closing Kodi. Could this be fixed? Log Cheers! Marcus RE: PVR reminder - Solo0815 - 2016-01-24 @AshG: I added a PR for the converting to unixtime. Hopefully you can do something with it FR: - more than 1 timer - more than 7 days in the future. Should be possible with unixtime - XML with timers in $userdata/script.pvr.reminder, e.g. Code: <?xml version="1.0" ?> RE: PVR reminder - AshG - 2016-01-24 (2016-01-23, 11:46)andersh Wrote: I did some more testing. Thanks, I'm really not sure, im not sure how easy this would be.? could you check to see if any data has been written to the XML file? If you can navigate to your addon folder, find the Remindme addon folder then in the folder called "resources" there should be an XML files called "reminder_data.xml".. This file gets written to when a reminder is set, just wondering whether it's failed in a particular tag, that may give some light to what's it's failing on. Other than I'm not sure what to suggest? I don't like being beaten! RE: PVR reminder - AshG - 2016-01-24 (2016-01-23, 14:03)macardi Wrote: Hi, thanks for a great addon, love it! Yeah looks like some classes in your log were left open, I'll put it on my list RE: PVR reminder - AshG - 2016-01-24 (2016-01-24, 13:45)Solo0815 Wrote: @AshG: Thanks @Solo0815, got your pr, thanks mate will have a look. RE: PVR reminder - andersh - 2016-01-24 (2016-01-24, 22:37)AshG Wrote: Other than I'm not sure what to suggest? I don't like being beaten!Neither do I, and this would be a really useful plugin for me if I could get it to work. I checked the resources xml and it contained this: Code: <data> RE: PVR reminder - AshG - 2016-02-03 Hey all, I would urge everyone to try out _BJ1's excellent reminder service over here http://forum.kodi.tv/showthread.php?tid=258581 I'm just not finding the time at the moment to progress this one .... I certainly want carry on with this at some point. But in the mean time BJ1's Finder service does what I think everyone wants... RE: PVR reminder - schumi2004 - 2016-02-03 Thanks for your time and effort creating this and also thank you for linking to BJ1's version to check it out |