Very good... No more need of MQB...
Notice: Adding Plugins->AutoTimer doesn't show list of AutoTimer
Posted 12 October 2014 - 19:33
Here it does. I have under Red the EPG/add Autotimer.
This gives you the list of existing autotimers
Indeed... Thank you!
use
http://forums.openpl...ndpost&p=449093
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Posted 12 October 2014 - 20:28
suggestion...
Show/hide only first infoBar:
--- a/Hotkey.py +++ b/Hotkey.py @@ -127,7 +127,7 @@ hotkeyFunctions.append((_("Start teletext"), "Infobar/startTeletext", "InfoBar")) hotkeyFunctions.append((_("Open subservice selection"), "Infobar/subserviceSelection", "InfoBar")) hotkeyFunctions.append((_("Open subtitle selection"), "Infobar/subtitleSelection", "InfoBar")) - hotkeyFunctions.append((_("Show InfoBar"), "Infobar/show", "InfoBar")) + hotkeyFunctions.append((_("Show InfoBar"), "Infobar/showOnlyFirstInfoBar", "InfoBar")) hotkeyFunctions.append((_("Show second InfoBar"), "Infobar/showSecondInfoBar", "InfoBar")) hotkeyFunctions.append((_("Show/hide infoBar"), "Infobar/toggleShow", "InfoBar")) hotkeyFunctions.append((_("Letterbox zoom"), "Infobar/vmodeSelection", "InfoBar")) --- a/InfoBarGenerics.py +++ b/InfoBarGenerics.py @@ -347,6 +347,12 @@ self.hide() self.hideTimer.stop() + def showOnlyFirstInfoBar(self): + if self.__state == self.STATE_HIDDEN: + self.doShow() + elif self.__state == self.STATE_SHOWN: + self.doTimerHide() + def lockShow(self): self.__locked = self.__locked + 1 if self.execing:
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Posted 13 October 2014 - 06:39
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Posted 13 October 2014 - 10:06
Some MQB variations have macro's....
Question... are they really needed...?
This may be useful. I understand it can replace several button presses of my choice?
Anyway, this should not be a priority if you have more important things to do on HOTKEY.
For me, box model customization would be a more important thing.
ET9000, OpenPLi 4.0, 13E, 19E
HD51, OpenPLi 6.2, 75E - 30W
Posted 13 October 2014 - 10:44
Edited by littlesat, 13 October 2014 - 10:46.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Posted 26 October 2014 - 21:03
Hi.
I have Vu+ Duo2.
Have found that I have Hotkey in my settings menu.
Try to start EPG Cool TV Guide when press EPG button, so I start Hotkey from settings menu. Change Info (EPG) to EPG Cool TV Guide.
Now when press EPG button, a list are shown with two choice 1. Show event details, 2. Cool TV Guide.
Soo almost there, but I like to start the Cool TV guide direct and not get the list with the two choice.
I have search the forum, but not find anything that help.
I don't have Hotkey.po but Hotkey.pyo
Please help
0 members, 0 guests, 0 anonymous users