allow non-binary states
[enigma2.git] / lib / python / Components / RecordingConfig.py
index 9a13bd62f071f3db3e2bea58827912de37979918..fe9284d9d4d738bf7c0cd9f91cea8fe83e0011cb 100644 (file)
@@ -7,3 +7,4 @@ def InitRecordingConfig():
        config.recording.margin_before = ConfigNumber(default=0)
        config.recording.margin_after = ConfigNumber(default=0)
        config.recording.debug = ConfigYesNo(default = False)
+       config.recording.ascii_filenames = ConfigYesNo(default = False)