Jump to content


Huevos

Member Since 14 Feb 2012
Offline Last Active Yesterday, 19:44
*****

Posts I've Made

In Topic: Is it possible to assign a DVB-T2 channel to tuner C ?

11 August 2024 - 00:41

 

Indeed..... but as far I know that is not implemented....

Yes it is.

 

https://github.com/O...cpp#L2972-L3000


In Topic: Is it possible to assign a DVB-T2 channel to tuner C ?

10 August 2024 - 22:02

Indeed..... but as far I know that is not implemented....

Yes it is.


In Topic: Help to find channels

7 August 2024 - 19:05

Is PLi 2.1 compatible with DVB-S2?

In Topic: Missing channels on certain transponders

27 July 2024 - 11:48

1) wait for satellites.xml update, or
2) update satellites.xml yourself.

In Topic: [WIP] PLi-DarkOS Skin

22 July 2024 - 17:51

In OpenPLi the gmepg is (still) a plugin... there was years ago a lot of code stuff done and the gmpeg was migrated in vix/openatv to the standard EPG stuff.... and they did the 'hatefully' Ziggo and other boxes stile of navigation where you can 'zap' through EPG with left/right while this was zap and even did Neutrino stuff where I never get used to and actually doing it enigma2 style was always 'smart'.... 

Basically the GMEPG does not have real more functionality... it is differently implemented as it can 'popup' in normal infobar with two channels. It is (indeed) more/better integrated into the 'rest'.... But even when it is a plugin a third screen that just shows two channels with timer options etc... could be added....

The current EPG code in ViX was written from scratch a couple of years ago, not shared with any other distro.

enigma2/lib/python/Screens/EpgSelectionBase.py
	enigma2/lib/python/Screens/EpgSelectionChannel.py
	enigma2/lib/python/Screens/EpgSelectionGrid.py
	enigma2/lib/python/Screens/EpgSelectionInfobarSingle.py
	enigma2/lib/python/Screens/EpgSelectionMulti.py
	enigma2/lib/python/Screens/EpgSelectionSimilar.py
	enigma2/lib/python/Screens/EpgSelectionSingle.py

    
enigma2/lib/python/Components/EpgListBase.py
	enigma2/lib/python/Components/EpgListGrid.py
	enigma2/lib/python/Components/EpgListMulti.py
	enigma2/lib/python/Components/EpgListSingle.py