From 3abc3a286970d03d9cde95d11328843907f10609 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sun, 5 Oct 2008 22:37:19 +0000 Subject: add possibility to disable loading the length of movies (experts only, sorry) --- lib/python/Components/UsageConfig.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/python/Components/UsageConfig.py') diff --git a/lib/python/Components/UsageConfig.py b/lib/python/Components/UsageConfig.py index d9fb2a55..714d366d 100644 --- a/lib/python/Components/UsageConfig.py +++ b/lib/python/Components/UsageConfig.py @@ -55,7 +55,8 @@ def InitUsageConfig(): ("5", "DVB-T/-S/-C") ]) config.usage.blinking_display_clock_during_recording = ConfigYesNo(default = False) - + config.usage.load_length_of_movies_in_moviellist = ConfigYesNo(default = True) + def TunerTypePriorityOrderChanged(configElement): setTunerTypePriorityOrder(int(configElement.value)) config.usage.alternatives_priority.addNotifier(TunerTypePriorityOrderChanged) -- cgit v1.2.3