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

⌈⌋ ⎇ branch:  streamtuner2


Diff

Differences From Artifact [8b1442273b]:

To Artifact [db37b9587d]:


25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
import action
from config import *
from uikit import *
import os, os.path

# Stop button
class continuous_record(object):
    module = __name__
    meta = plugin_meta()
    parent = None
    rec = None

    # exchange button and hook
    def __init__(self, parent):
        self.parent = parent







|







25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
import action
from config import *
from uikit import *
import os, os.path

# Stop button
class continuous_record(object):
    module = 'continuous_record'
    meta = plugin_meta()
    parent = None
    rec = None

    # exchange button and hook
    def __init__(self, parent):
        self.parent = parent