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

⌈⌋ ⎇ branch:  streamtuner2


Diff

Differences From Artifact [740afe7476]:

To Artifact [3af550db05]:


1
2
3
4

5
6
7
8
9

10
11
12
13
14
15
16
#
# encoding: UTF-8
# api: streamtuner2
# type: class

# title: channel objects
# description: base functionality for channel modules
# version: 1.0
# author: mario
# license: public domain

#
#
#  GenericChannel implements the basic GUI functions and defines
#  the default channel data structure. It implements base and
#  fallback logic for all other channel implementations.
#
#  Built-in channels derive directly from generic. Additional



|
>


|


>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# encoding: UTF-8
# api: streamtuner2
# type: internal
# category: ui
# title: channel objects
# description: base functionality for channel modules
# version: 1.1
# author: mario
# license: public domain
# priority: core
#
#
#  GenericChannel implements the basic GUI functions and defines
#  the default channel data structure. It implements base and
#  fallback logic for all other channel implementations.
#
#  Built-in channels derive directly from generic. Additional
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
        pass


# generic channel module                            ---------------------------------------
class GenericChannel(object):

        # desc
        api = "streamtuner2"
        module = "generic"
        title = "GenericChannel"
        version = 1.0
        homepage = "http://milki.inlcude-once.org/streamtuner2/"
        base_url = ""
        listformat = "audio/x-scpls"
        audioformat = "audio/mp3" # fallback value
        config = []
        has_search = False








<


<







43
44
45
46
47
48
49

50
51

52
53
54
55
56
57
58
        pass


# generic channel module                            ---------------------------------------
class GenericChannel(object):

        # desc

        module = "generic"
        title = "GenericChannel"

        homepage = "http://milki.inlcude-once.org/streamtuner2/"
        base_url = ""
        listformat = "audio/x-scpls"
        audioformat = "audio/mp3" # fallback value
        config = []
        has_search = False