From 1963e01e7ffb86fe0e6942d3630222eddf1ebc67 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Fri, 3 Feb 2006 21:30:49 +0000 Subject: add record margin --- lib/python/Components/RecordingConfig.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/python') diff --git a/lib/python/Components/RecordingConfig.py b/lib/python/Components/RecordingConfig.py index 99c15a66..1353f18a 100644 --- a/lib/python/Components/RecordingConfig.py +++ b/lib/python/Components/RecordingConfig.py @@ -4,6 +4,6 @@ from enigma import * def InitRecordingConfig(): config.recording = ConfigSubsection(); - config.recording.asktozap = configElement("config.recording.asktozap", configSelection, 1, (("yes", _("yes")), ("no", _("no"))) ); - - + config.recording.asktozap = configElement("config.recording.asktozap", configSelection, 1, (("yes", _("yes")), ("no", _("no"))) ) + config.recording.margin_before = configElement("config.recording.margin_before", configSequence, [0], configsequencearg.get("INTEGER", (0, 30))) + config.recording.margin_after = configElement("config.recording.margin_after", configSequence, [0], configsequencearg.get("INTEGER", (0, 30))) -- cgit v1.2.3