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

⌈⌋ ⎇ branch:  streamtuner2


Diff

Differences From Artifact [0abfc97e9b]:

To Artifact [f6d2128cb5]:


32
33
34
35
36
37
38
39
40
41
42
43
44
45
46


# timed events (play/record) within bookmarks tab
class timer:

    # plugin info
    module = "timer"
    title = "Timer"
    meta = plugin_meta()
    
    # configuration settings
    timefield = "playing"
    
    # kronos scheduler list
    sched = None







<







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