work on asynchron pic loading... to get rid of spinning wheels
[vuplus_dvbapp] / lib / python / Components / UsageConfig.py
index d9fb2a5..714d366 100644 (file)
@@ -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)