I understand that we do not speak the same language but writing for the sake of writing is useless. I repeat, I ask if it is possible to remove this type of reading of the epg button to have the default one.
GraphicalEPGPIG openatv7.4
-
- Member
- Beiträge: 80
- Registriert: 26 Dez 2014 12:21
- Hat gedankt: 15 Mal
- Hat Dank erhalten: 7 Mal
Re: GraphicalEPGPIG openatv7.4
-
- Member
- Beiträge: 801
- Registriert: 07 Mai 2019 13:52
- Wohnort: Scotland
- Receiver 1: Gigablue Quad UHD 4K
- Receiver 2: Zgemma H9 Combo
- Hat gedankt: 139 Mal
- Hat Dank erhalten: 172 Mal
Re: GraphicalEPGPIG openatv7.4
You questions have nothing to do with this thread but if you do not want to show graphical epg then you may need to remap what ever button you use to display it. Ask how to do that elsewarelucas hat geschrieben: ↑30 Aug 2024 23:56I understand that we do not speak the same language but writing for the sake of writing is useless. I repeat, I ask if it is possible to remove this type of reading of the epg button to have the default one.
Re: GraphicalEPGPIG openatv7.4
Its the subservice code that broke it in infobargenerics.py
https://github.com/openatv/enigma2/issues/3414
Code: Alles auswählen
def openBouquetEPG(self, bouquet=None, bouquets=None):
if bouquet:
self.StartBouquet = bouquet
elif bouquets and not self.servicelist.isSubservices(): # Current service not found in any bouquet so add all services
root = self.servicelist.getRoot()
bouquets.insert(0, (self.servicelist.getServiceName(root), root))
self.dlg_stack.append(self.session.openWithCallback(self.closed, EPGSelection, None, zapFunc=self.zapToService, EPGtype=self.EPGtype, StartBouquet=self.StartBouquet, StartRef=self.StartRef, bouquets=bouquets))
Re: GraphicalEPGPIG openatv7.4
Hi,
Have any of the users having issues with button functions tried pressing HELP (if it is available on your remote control) to check what all the buttons do? You should find that HELP is being enabled in more and more screens to guide users on what the various buttons do in the current context of the current screen.
Regards,
Ian.
Have any of the users having issues with button functions tried pressing HELP (if it is available on your remote control) to check what all the buttons do? You should find that HELP is being enabled in more and more screens to guide users on what the various buttons do in the current context of the current screen.
Regards,
Ian.
-
- Member
- Beiträge: 801
- Registriert: 07 Mai 2019 13:52
- Wohnort: Scotland
- Receiver 1: Gigablue Quad UHD 4K
- Receiver 2: Zgemma H9 Combo
- Hat gedankt: 139 Mal
- Hat Dank erhalten: 172 Mal
Re: GraphicalEPGPIG openatv7.4
Pressing help did not help this situation yes there may be more help screens addedIanSav hat geschrieben: ↑04 Sep 2024 16:31 Hi,
Have any of the users having issues with button functions tried pressing HELP (if it is available on your remote control) to check what all the buttons do? You should find that HELP is being enabled in more and more screens to guide users on what the various buttons do in the current context of the current screen.
Regards,
Ian.
But the ony fix for this was posted by @kiddac ,
I have since edited InfoBarGenerics.py versions for openatv 7.4 and openatv 7.5 and everything now works correctly.
I am now happily using openatv 7.4 were as since mid may I have had to use openatv 7.3 hopefully fix will be done in github save having to add InfoBarGenerics.py as Additional backup file.
-
- Member
- Beiträge: 801
- Registriert: 07 Mai 2019 13:52
- Wohnort: Scotland
- Receiver 1: Gigablue Quad UHD 4K
- Receiver 2: Zgemma H9 Combo
- Hat gedankt: 139 Mal
- Hat Dank erhalten: 172 Mal
Re: GraphicalEPGPIG openatv7.4
This has now been fixed https://github.com/openatv/enigma2/comm ... f30244efe8
-
- Member
- Beiträge: 801
- Registriert: 07 Mai 2019 13:52
- Wohnort: Scotland
- Receiver 1: Gigablue Quad UHD 4K
- Receiver 2: Zgemma H9 Combo
- Hat gedankt: 139 Mal
- Hat Dank erhalten: 172 Mal
Re: GraphicalEPGPIG openatv7.4
no not included in build yet but commit has been done
https://github.com/openatv/enigma2/blob ... enerics.py