2015-12-13, 20:28
Hey,
So as promised over on the Request Feature forum, I've been working on a PVR reminder, in other words a way of reminding you of a programme of interest on LiveTV that it's about to start.
I've created an addon to deal with this, currently the functionality is simple and limited, my knowledge of python was and probably still is somewhat limited.... But I'm getting there!
How does this work
When viewing Kodi's EPG, use the context menu (I've set "show context menu" as default in Kodi' settings) a "Remind me" option is then shown. By selling "remind me" when a valid programme is selected the time will be stored and a pop up will be shown to remind you that the programme is about to start.
settings
Settings are quite basic at the moment, the only option is to increase the amount of time the reminder is advanced e.g default is 5 minutes before programme starts. Maximum is 60 minutes.
limitations
As previously mentioned, this is quite basic at the moment, current limitations are:
Reminders
Credits
thanks to remigius who developed the XBMC alarm clock addon to which I used as a basis for this addon.
I will continue to develop and improve this, I've tested for a week or so on my production Kodi and it seems to be behaving itself... Any issues please turn on Debug and attach a log http://kodi.wiki/index.php?search=Log&ti...l%3ASearch with a full description of what went wrong and I'll do my best to fix.
current version 1.3, can be downloaded from here:
https://www.dropbox.com/s/k1co5olle9a9e0...r.zip?dl=0
It is also on GitHub, but I need to update it first, will add a link soon..
Ta
Ash
So as promised over on the Request Feature forum, I've been working on a PVR reminder, in other words a way of reminding you of a programme of interest on LiveTV that it's about to start.
I've created an addon to deal with this, currently the functionality is simple and limited, my knowledge of python was and probably still is somewhat limited.... But I'm getting there!
How does this work
When viewing Kodi's EPG, use the context menu (I've set "show context menu" as default in Kodi' settings) a "Remind me" option is then shown. By selling "remind me" when a valid programme is selected the time will be stored and a pop up will be shown to remind you that the programme is about to start.
settings
Settings are quite basic at the moment, the only option is to increase the amount of time the reminder is advanced e.g default is 5 minutes before programme starts. Maximum is 60 minutes.
limitations
As previously mentioned, this is quite basic at the moment, current limitations are:
Reminders
- Reminders can on be set in a 24hr day, eg if you set a reminder for 24:01 then this will be seen as this morning and not tomorrow morning, this is purely because i haven't dealt looked in to how to deal with dates yet.
- Only the last reminded programme is saved, so if you turn off Kodi all previouse reminders apart from the last is forgotten.
- If a reminder is set, and is not actioned in that day it will still remind you the next day if the time you turn on Kodi is before the time in the reminder.
- There's no way to cancel a reminder, the only way to do this is to let it remind you!
- ive developed this with Kodi 16 [Jarvis], this should still work on other versions (certainly Kodi 15) although the remind me in the context menu will show on every screen where as it will only show on liveTV for Kodi 16.
- I have not considered any other language other than English, I will once I have a stable release.
Credits
thanks to remigius who developed the XBMC alarm clock addon to which I used as a basis for this addon.
I will continue to develop and improve this, I've tested for a week or so on my production Kodi and it seems to be behaving itself... Any issues please turn on Debug and attach a log http://kodi.wiki/index.php?search=Log&ti...l%3ASearch with a full description of what went wrong and I'll do my best to fix.
current version 1.3, can be downloaded from here:
https://www.dropbox.com/s/k1co5olle9a9e0...r.zip?dl=0
It is also on GitHub, but I need to update it first, will add a link soon..
Ta
Ash