The relevant bit from the logs is:which was added in 023. Something to do with using a remote receiver, IIRC.KeyError: 'timer_sanity_check_enabled'
The relevant bit from the logs is:which was added in 023. Something to do with using a remote receiver, IIRC.KeyError: 'timer_sanity_check_enabled'
MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD
abu baniaz (26-11-15)
neggs (29-11-15)
Thanks, but there is no "UsageConfig.py" in "/usr/lib/enigma2/python/Components/" so the problem will be the same.
MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD
Hey Guys
Been looking at the entire 350 posts to possibly implement matts code into my new skin and have noticed that theirs different mods and improvements by many contributers namely Matt007, BBUK,Ketmp , darkdreamingdan , KIllerCow and others.
Is there a all in one download now to implement these changes as you have to trawl though the thread trying to work out what to implement or not.
For example below.
darkdreamingdan post 307 for the modified work from matt007 and bbuk for adding the options menu , green for recordings also adding search by channel in the epg.
Then we have
KIllerCow post 310 for seeing the channel numbers in Epg Guide and referencing them to the main bouquet for example 101 in the All Channels Bouquet is matched with the same channel in the entertainment bouquet.
Previously in post Post 285 and 288 by Ketmp
He came up with the mod to change what the colored buttons do in the Epg Graph such as red for Imdb, Bouquet List, Show Movies, +24 Hours etc same with the other colored keys.
I think Ketmp's mod would work great with the above but not sure if his mod uses the options menu like in matt007's code .
Can someone add to the above and let us know if the mods have been merged.
Would be grateful.
I agree, just read this entire thread and am totally confused. Does killercows components just bring in the numbers, or do they also include matt007 and bbuk, epg tabs and button changes. As there is no PY files provided from killercow there is no way for me to check this or combine the 2. I am also presume if I install killercows files its going to overwrite matts files. So reading between the lines its one or the other at the moment. Is that correct.
What skin are you using? Theres been some changes I have updated EPGselection.py to work with tabs on slyk1080r19_2.04_20181117 If your using an older skin then delete this section in the epgselection.py https://github.com/OpenViX/enigma2/c...0116c358edL461
I use YouVIX-Blue
I modded mine, so that CH+ & CH- paged up and down. Green to recordings, yellow -24 hours and blue +24 hours.
Problem is I did it so long ago, I can’t remember how I did it??
I can’t even get the file to display properly in Notepad ++, its all characters and symbols.
At least now I’ve got multiboot working correctly I can mess around and still have a good image to fall back on.
Sent from my iPad using Tapatalk
MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD
TK4|2|1 (03-12-18)
I agree with changing functions of buttons but not so much for record and series link. Maybe vix can add the code that ATV has to change functions of colours buttons but also add options for ch+ and ch-
The options ought to be added to button setup/hotkey
I did try adding guide-list bouquets a few years ago but the commit was rejected and they wanted a previous bouquet tab showing but I couldnt work it out.
Could you possibly look at adding them to ViX?
I tried here https://github.com/davesayers2014/en...10e155cdee44f0
But I get crash
It would be good if you can add ch+ and ch - minus too.Code:< 44197.086> Traceback (most recent call last): < 44197.086> File "/usr/lib/enigma2/python/Components/ActionMap.py", line 51, in action < 44197.203> File "/usr/lib/enigma2/python/Screens/ChannelSelection.py", line 104, in okbuttonClick < 44197.203> File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1583, in openBouquetEPG < 44197.203> File "/usr/lib/enigma2/python/mytest.py", line 320, in openWithCallback < 44197.204> dlg = self.open(screen, *arguments, **kwargs) < 44197.204> File "/usr/lib/enigma2/python/mytest.py", line 330, in open < 44197.204> dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs) < 44197.204> File "/usr/lib/enigma2/python/mytest.py", line 267, in instantiateDialog < 44197.204> return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop) < 44197.204> File "/usr/lib/enigma2/python/mytest.py", line 290, in doInstantiateDialog < 44197.204> dlg = screen(self, *arguments, **kwargs) < 44197.204> File "/usr/lib/enigma2/python/Screens/EpgSelection.py", line 99, in __init__ < 44197.204> self.RefreshColouredKeys() < 44197.205> File "/usr/lib/enigma2/python/Screens/EpgSelection.py", line 1660, in RefreshColouredKeys < 44197.206> if config.epgselection.graph_red.value == "24plus": < 44197.206> File "/usr/lib/enigma2/python/Components/config.py", line 1889, in __getattr__ < 44197.206> AttributeError: graph_red < 44197.206> [ePyObject] (CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap instance at 0x9ec5a198>>,('OkCancelActions', 'ok')) failed)
Crash log attached.
What would be bad with adding to EPG menu?
Willo3092 (06-12-18)