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

⌈⌋ ⎇ branch:  streamtuner2


Check-in [07d8e1cf0d]

Overview
Comment:Updated help.chm, whitespace fixed, new theme download dir back.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 07d8e1cf0d51112603f8cfc7beef8707120eae05
User & Date: mario on 2016-12-31 14:53:02
Other Links: manifest | tags
Context
2016-12-31
16:19
Release as 2.2.0 (mostly stable) check-in: 43a204cce6 user: mario tags: trunk, 2.2.0
14:53
Updated help.chm, whitespace fixed, new theme download dir back. check-in: 07d8e1cf0d user: mario tags: trunk
14:14
Fetch meta["title"] instead of ["id"] for About dialog check-in: 576bac1d25 user: mario tags: trunk
Changes

Modified action.py from [a600e70b5c] to [12a6d46476].

264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
            if conf.playlist_asis:
                url = row["url"]
            # e.g. from .m3u to .pls
            else:
                url = convert_playlist(row["url"], listfmt(source), listfmt(dest), local_file=True, row=row)
            # insert quoted URL/filepath
            return re.sub(rx, quote(url), cmd.replace("%%", "%"), 2, re.X)
                

    if not add_default:
        return cmd
    else:
        return "/bin/false"









<







264
265
266
267
268
269
270

271
272
273
274
275
276
277
            if conf.playlist_asis:
                url = row["url"]
            # e.g. from .m3u to .pls
            else:
                url = convert_playlist(row["url"], listfmt(source), listfmt(dest), local_file=True, row=row)
            # insert quoted URL/filepath
            return re.sub(rx, quote(url), cmd.replace("%%", "%"), 2, re.X)


    if not add_default:
        return cmd
    else:
        return "/bin/false"


Modified contrib/theme_installer.py from [8ce5ac7b7d] to [d8225b01da].

53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
class theme_installer(object):

    # plugin info
    module = "theme_installer"
    meta = plugin_meta()
    category = "themes"
    theme_dir = conf.dir + "/themes/"
    themes_url = "http://milki.include-once.org/streamtuner2/themes/"
    themes_csv = "themes.json"
    mime = "zip/gtk-theme"
    parent = None
    bm = None

    # register
    def __init__(self, parent):







|







53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
class theme_installer(object):

    # plugin info
    module = "theme_installer"
    meta = plugin_meta()
    category = "themes"
    theme_dir = conf.dir + "/themes/"
    themes_url = "http://oha59.bplaced.net/streamtuner2/themes/" #"http://milki.include-once.org/streamtuner2/themes/"
    themes_csv = "themes.json"
    mime = "zip/gtk-theme"
    parent = None
    bm = None

    # register
    def __init__(self, parent):

Modified help/help.chm from [4c614f2286] to [bcb00ca15b].

cannot compute difference between binary files