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

⌈⌋ branch:  streamtuner2


Diff

Differences From Artifact [98eef5d460]:

To Artifact [c1d1551be3]:


75
76
77
78
79
80
81
82

83
84
85
86
75
76
77
78
79
80
81

82
83
84
85
86







-
+



                r.append(dict(
                    homepage = homepage,
                    playing = location,
                    title = unhtml(title),
                    url = url,
                    genre = genre[0] if genre else cat,
                    bitrate = int(bitrate),
                    format = self.mime_fmt(format),
                    format = mime_fmt(format),
                ))
        return r