Check-in [1306bc3c6c]
Overview
| Comment: | - |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
1306bc3c6c44cd9b6ae0644ee36c7bf7 |
| User & Date: | mario on 2016-10-22 18:59:44 |
| Other Links: | manifest | tags |
Context
|
2016-10-22
| ||
| 19:00 | Set "instant activation" option background yellow instead of orange. check-in: 6c2f0c5c09 user: mario tags: trunk | |
| 18:59 | - check-in: 1306bc3c6c user: mario tags: trunk | |
| 18:59 | Remove default specbuttons{} entry. check-in: 54297a5913 user: mario tags: trunk | |
Changes
Modified channels/timer.py from [4716a4148b] to [c2e95598e0].
1 2 3 4 5 6 7 8 9 10 |
# encoding: utf-8
# api: streamtuner2
# 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.5
# config:
# { name: timer_duration, type: select, select: "auto|streamripper|fpls", value: none, description: "Support for time ranges" }
| | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# encoding: utf-8
# api: streamtuner2
# 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.5
# config:
# { name: timer_duration, type: select, select: "auto|streamripper|fpls", value: none, description: "Support for time ranges" }
# { name: timer_crontab, type: bool, value: 0, description: "Utilize cron instead of runtime scheduler. (not implemented yet)" }
# priority: optional
# support: basic
#
# Provides an internal timer, to configure recording and playback times/intervals
# for stations. It accepts a natural language time string when registering a stream.
#
# Context menu > Extension > Add timer
|
| ︙ | ︙ |