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

⌈⌋ ⎇ branch:  streamtuner2


Diff

Differences From Artifact [7a53bd0585]:

To Artifact [140c84d35b]:


15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

from config import *
from channels import *


class history:

    # plugin info
    module = "history"
    title = "History"
    meta = plugin_meta()

    
    # store
    bm = None


    # hook up to main tab
    def __init__(self, parent):







|

<

<







15
16
17
18
19
20
21
22
23

24

25
26
27
28
29
30
31

from config import *
from channels import *


class history:

    # plugin attributes
    module = "history"

    meta = plugin_meta()

    
    # store
    bm = None


    # hook up to main tab
    def __init__(self, parent):