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

⌈⌋ branch:  streamtuner2


Diff

Differences From Artifact [f63b7b9614]:

To Artifact [fc0650246a]:


20
21
22
23
24
25
26
27

28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
20
21
22
23
24
25
26

27
28
29






30
31
32
33
34
35
36







-
+


-
-
-
-
-
-






#
#


import re
import os
import http
from config import conf
from config import conf, __print__, dbg
import platform


#from channels import __print__
def __print__(*args):
    if conf.debug:
        print(" ".join([str(a) for a in args]))


main = None


#-- media actions                           ---------------------------------------------
#
# implements "play" and "record" methods,