2016-12-15, 00:10
(2016-12-14, 23:55)primaeval Wrote:(2016-12-14, 23:46)gillmacca Wrote: Another option (not keen on, but if it works), is add the reminder option to the search box that comes up (so you have, Title, Synopsis, Categories & Reminder) and it will add the reminder because the show is already selected
- Choice.
I see where you're coming from but if we're going for a multi-function action then the main context menu already is that.
I'll try and find a spare ACTION_ for the Reminders tomorrow as it seems like it would be useful to have a quick shortcut.
Should it be the Once/Always choice or just the Once?
I tried and failed (wasn't 100% sure what I was doing)
What I tried was this:
In Gui.py added this line - ACTION_TELETEXT_BLUE = 30301 (where 30301 is REMIND_PROGRAM in strings.py) - In my head trying this seemed logical to a point. Although I do think I am wrong here. I chose the above action because it was free..... and my thinking was if it's free I can make it do what I want (real big knowledge gaps here)
I then made a keymaps.xml and put: <keymap>
<global>
<keyboard>
<r>blue</r>
</keyboard>
</global>
</keymap>
However it failed....... as it most likely is not correct at all.