Check-in [6b99231fbe]
Overview
| Comment: | Updated comment, more correct regex (albeit it's too strict in comparison to the real date/time extraction method now) |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
6b99231fbeb667c4bd4f674c50c562ed |
| User & Date: | mario on 2016-12-10 12:20:20 |
| Other Links: | manifest | tags |
Context
|
2016-12-10
| ||
| 12:20 | Check for "theme" key to exist in conf.* check-in: 5fcd7309eb user: mario tags: trunk | |
| 12:20 | Updated comment, more correct regex (albeit it's too strict in comparison to the real date/time extraction method now) check-in: 6b99231fbe user: mario tags: trunk | |
| 12:19 | More typos fixed, updated html check-in: 693ec3ad97 user: mario tags: trunk | |
Changes
Modified channels/timer.py from [e5d0046412] to [3bfa1b4ae8].
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | - + - + | # 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 |
| ︙ | |||
103 104 105 106 107 108 109 | 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 | - + |
return self.parent.timer_dialog.hide()
# close dialog,get data
def add_timer(self, *w):
timespec = self.parent.timer_value.get_text()
# basic check for consistency
|
| ︙ |