22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
from config import __print__, dbg
from channels import *
import kronos
from mygtk import mygtk
from action import action
import copy
# timed events (play/record) within bookmarks tab
class timer:
# plugin info
|
>
|
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
from config import __print__, dbg
from channels import *
import kronos
from mygtk import mygtk
from action import action
import copy
import re
# timed events (play/record) within bookmarks tab
class timer:
# plugin info
|