lib/python/Components/PluginsComponent.py: even allow .pyo files
[vuplus_dvbapp] / lib / python / Components / RecordingConfig.py
index 9a13bd6..fe9284d 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)