added options for 4 and 6 weeks for automatic timerlist cleanup
[vuplus_dvbapp-plugin] / automatictimerlistcleanup / src / plugin.py
index 875f3b6..9da95c4 100644 (file)
@@ -33,7 +33,7 @@ from timer import TimerEntry
 from . import _
 
 config.plugins.automatictimerlistcleanup = ConfigSubsection()
-config.plugins.automatictimerlistcleanup.type = ConfigSelection(default = "-1", choices = [("-1",_("disabled")), ("0",_("immediately after recording")),("1",_("older than 1 day")),("3",_("older than 3 days")),("7",_("older than 1 week")),("14",_("older than 2 weeks"))])
+config.plugins.automatictimerlistcleanup.type = ConfigSelection(default = "-1", choices = [("-1",_("disabled")), ("0",_("immediately after recording")),("1",_("older than 1 day")),("3",_("older than 3 days")),("7",_("older than 1 week")),("14",_("older than 2 weeks")),("28",_("older than 4 weeks")),("42",_("older than 6 weeks"))])
 
 class AutomaticTimerlistCleanUpSetup(Screen, ConfigListScreen): # config