Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


Diff

Differences From Artifact [3bfa1b4ae8]:

To Artifact [5d008572c0]:


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 = "timer"
    meta = plugin_meta()
    
    # configuration settings
    timefield = "playing"
    
    # kronos scheduler list
    sched = None







|







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