Diff
Differences From Artifact [3bfa1b4ae8]:
- File channels/timer.py — part of check-in [6b99231fbe] at 2016-12-10 12:20:20 on branch trunk — Updated comment, more correct regex (albeit it's too strict in comparison to the real date/time extraction method now) (user: mario, size: 7669) [annotate] [blame] [check-ins using]
To Artifact [5d008572c0]:
- File channels/timer.py — part of check-in [88aac7840a] at 2016-12-10 13:55:47 on branch trunk — Use `module = __name__` consistently for all plugins (user: mario, size: 7670) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
37 38 39 40 41 42 43 |
# timed events (play/record) within bookmarks tab
class timer:
# plugin info
| | | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
# timed events (play/record) within bookmarks tab
class timer:
# plugin info
module = __name__
meta = plugin_meta()
# configuration settings
timefield = "playing"
# kronos scheduler list
sched = None
|
| ︙ | ︙ |