Hello,
i got a vu+ uno4k with last BH image.
i have a question, i see here https://github.com/OpenLD/enigma2/blob/master/lib/python/Components/RecordingConfig.py
differents recording mode.
1) normal - where it descrambles as it records and doesn't save the ECM data
2) descramble and record ECM - where it descrambles and saves the ECM data
3) don't descramble and record ECM - where is simply records the raw data and it descrambled at the point of playback
-------------------------------------------------------------------
config.recording.ecm_data = ConfigSelection(default = "normal", choices = [
("normal", _("normal")),
("descrambled+ecm", _("descramble and record ecm")),
("scrambled+ecm", _("don't descramble, record ecm")) ] )
-------------------------------------------------------------------
i don't see this mode on backhole image, it's possible to active them ?
It's possible to put the RecordingConfig.py on BH image (/usr/lib/enigma2/python/Components/RecordingConfig.py) to have modes on menu ?
Thanks
i got a vu+ uno4k with last BH image.
i have a question, i see here https://github.com/OpenLD/enigma2/blob/master/lib/python/Components/RecordingConfig.py
differents recording mode.
1) normal - where it descrambles as it records and doesn't save the ECM data
2) descramble and record ECM - where it descrambles and saves the ECM data
3) don't descramble and record ECM - where is simply records the raw data and it descrambled at the point of playback
-------------------------------------------------------------------
config.recording.ecm_data = ConfigSelection(default = "normal", choices = [
("normal", _("normal")),
("descrambled+ecm", _("descramble and record ecm")),
("scrambled+ecm", _("don't descramble, record ecm")) ] )
-------------------------------------------------------------------
i don't see this mode on backhole image, it's possible to active them ?
It's possible to put the RecordingConfig.py on BH image (/usr/lib/enigma2/python/Components/RecordingConfig.py) to have modes on menu ?
Thanks