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

⌈⌋ branch:  streamtuner2


Diff

Differences From Artifact [6c7e3b19fe]:

  • File channels/global_key.py — part of check-in [ea628d6426] at 2015-04-08 17:59:53 on branch trunk — Remove extraneous class wrapper action.action. Start to regroup listformat mapping (pls-url → m3u-fn rewrites). Will need some heuristics, as depending just on the channel.listformat assumption won't work in practice (some .pls servers actually host direct server links, or occasionally .m3u references even). Currently does nothing, just returns the pls/etc URL. (user: mario, size: 2371) [annotate] [blame] [check-ins using] [more...]

To Artifact [d213cc695c]:


25
26
27
28
29
30
31

32
33
34
35
36
37
38
39
40
import random



# register a key
class global_key(object):


    module = "global_key"
    title = "keyboard shortcut"
    meta = plugin_meta()
    last = 0


    # register
    def __init__(self, parent):
        self.parent = parent







>

<






25
26
27
28
29
30
31
32
33

34
35
36
37
38
39
40
import random



# register a key
class global_key(object):

    # control attributes
    module = "global_key"

    meta = plugin_meta()
    last = 0


    # register
    def __init__(self, parent):
        self.parent = parent