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

⌈⌋ branch:  streamtuner2


Diff

Differences From Artifact [6b8a1b4500]:

To Artifact [0d878b1704]:


233
234
235
236
237
238
239
240



241
242
243
244
245
246
247
233
234
235
236
237
238
239

240
241
242
243
244
245
246
247
248
249







-
+
+
+






            if self.streams.get(main_base):
                self.streams[main] = self.streams[main_base]


    # extract meta data
    def file_entry(self, fn, dir):
        # basic data
        url = ("%s/%s" % (dir, fn)).replace("\\", "/")
        url = ("%s/%s" % (dir, fn))
        if not conf.windows: # needed for VLC playback
            url = url.replace("\\", "/")
        meta = {
            "title": "",
            "filename": fn,
            "url": url,
            "genre": "",
            "album": "",
            "artist": "",