X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=autotimer%2Fsrc%2FAutoTimerSettings.py;h=95a82b8a85977f6d50befe0a109eb2908be2ed01;hb=07aa7c4f56ead32aad37b8ff0cc82d91428d2db6;hp=6dd070fc9c7346e7165114b090837c372ab8fadf;hpb=e29a9962fa36b82af10ed6aaa0a95dd186360f58;p=vuplus_dvbapp-plugin diff --git a/autotimer/src/AutoTimerSettings.py b/autotimer/src/AutoTimerSettings.py index 6dd070f..95a82b8 100644 --- a/autotimer/src/AutoTimerSettings.py +++ b/autotimer/src/AutoTimerSettings.py @@ -43,6 +43,7 @@ class AutoTimerSettings(Screen, ConfigListScreen): getConfigListEntry(_("Guess existing timer based on begin/end"), config.plugins.autotimer.try_guessing, _("If this is enabled an existing timer will also be considered recording an event if it records at least 80% of the it.")), getConfigListEntry(_("Add timer as disabled on conflict"), config.plugins.autotimer.disabled_on_conflict, _("This toggles the behavior on timer conflicts. If an AutoTimer matches an event that conflicts with an existing timer it will not ignore this event but add it disabled.")), getConfigListEntry(_("Editor for new AutoTimers"), config.plugins.autotimer.editor, _("The editor to be used for new AutoTimers. This can either be the Wizard or the classic editor.")), + getConfigListEntry(_("Support \"Fast Scan\"?"), config.plugins.autotimer.fastscan, _("When supporting \"Fast Scan\" the service type is ignored. You don't need to enable this unless your Image supports \"Fast Scan\" and you are using it.")), ], session = session, on_change = self.changed