Index: channels/timer.py ================================================================== --- channels/timer.py +++ channels/timer.py @@ -3,13 +3,13 @@ # title: Recording timer # description: Schedules play/record events for bookmarked radio stations. # type: feature # category: hook # depends: kronos, action >= 1.1.1 -# version: 0.7.3 +# version: 0.7.4 # config: -# { name: timer_duration, type: select, select: "none|streamripper", value: none, description: support for time ranges } +# { name: timer_duration, type: select, select: "auto|streamripper|fpls", value: none, description: support for time ranges } # priority: optional # support: unsupported # # Provides an internal timer, to configure recording and playback times/intervals # for stations. It accepts a natural language time string when registering a stream. @@ -53,10 +53,11 @@ # prepare gui def __init__(self, parent): if not parent: return + conf.add_plugin_defaults(self.meta, self.module) # keep reference to main window self.parent = parent self.bookmarks = parent.bookmarks