Index: action.py ================================================================== --- action.py +++ action.py @@ -266,11 +266,10 @@ # 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" Index: contrib/theme_installer.py ================================================================== --- contrib/theme_installer.py +++ contrib/theme_installer.py @@ -55,11 +55,11 @@ # 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_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 Index: help/help.chm ================================================================== --- help/help.chm +++ help/help.chm cannot compute difference between binary files