Diff
Differences From Artifact [0abfc97e9b]:
- File channels/timer.py — part of check-in [85313637a3] at 2015-04-08 23:32:30 on branch action-mapfmts — Consolidate listformat types to just "pls", "m3u" and "srv". Probe for direct ICY server contact in action.playlist_convert(), unify extraction methods. (user: mario, size: 5930) [annotate] [blame] [check-ins using] [more...]
To Artifact [f6d2128cb5]:
- File channels/timer.py — part of check-in [a7b0cd39a2] at 2015-04-17 21:14:32 on branch trunk — Remove remnant module .title/etc attributes, and .current category overwriting. (user: mario, size: 5910) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
32 33 34 35 36 37 38 | # timed events (play/record) within bookmarks tab class timer: # plugin info module = "timer" | < | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | # timed events (play/record) within bookmarks tab class timer: # plugin info module = "timer" meta = plugin_meta() # configuration settings timefield = "playing" # kronos scheduler list sched = None |
︙ | ︙ |