[WirelessLanSetup] fixed to be set in the Network menu.
[vuplus_dvbapp] / lib / python / Components / RecordingConfig.py
index 40dfb2c..6979de6 100755 (executable)
@@ -11,4 +11,6 @@ def InitRecordingConfig():
        config.recording.filename_composition = ConfigSelection(default = "standard", choices = [
                ("standard", _("standard")),
                ("short", _("Short filenames")),
-               ("long", _("Long filenames")) ] )
\ No newline at end of file
+               ("long", _("Long filenames")) ] )
+       config.recording.always_ecm = ConfigYesNo(default = False)
+       config.recording.never_decrypt = ConfigYesNo(default = False)
\ No newline at end of file