diff options
| author | Fraxinas <andreas.frisch@multimedia-labs.de> | 2009-04-23 13:21:12 +0200 |
|---|---|---|
| committer | Fraxinas <andreas.frisch@multimedia-labs.de> | 2009-04-23 13:21:12 +0200 |
| commit | 6ae5d719b93de2e8897a660ac61b0e9c5a190dde (patch) | |
| tree | f77406822cfb75bdf9637adcd8e9f05f790e5bb1 /lib/python/Components | |
| parent | 15a8fe81499c156e251986f5bd33801f54c140e9 (diff) | |
| download | enigma2-6ae5d719b93de2e8897a660ac61b0e9c5a190dde.tar.gz enigma2-6ae5d719b93de2e8897a660ac61b0e9c5a190dde.zip | |
introduce option that allows limiting recording filename character set to legacy DOS compatibility
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/RecordingConfig.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Components/RecordingConfig.py b/lib/python/Components/RecordingConfig.py index 9a13bd62..fe9284d9 100644 --- a/lib/python/Components/RecordingConfig.py +++ b/lib/python/Components/RecordingConfig.py @@ -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) |
