Index: README ================================================================== --- README +++ README @@ -51,11 +51,11 @@ DEB / RPM --------- There are rudimentary packages built as .DEB and .RPM version. Install those if feasible. The dependencies may not match with your package -manger, and are somewhat incomplete. (See "Dependencies" section.) +manager, and are somewhat incomplete. (See "Dependencies" section.) PYZ --- Index: action.py ================================================================== --- action.py +++ action.py @@ -516,11 +516,11 @@ # Add placeholder fields to extracted row def mkrow(self, row, title=None): url = row.get("url", "") comb = { - "title": row.get("title") or re.sub("\.\w+$", "", os.path.basename(self.fn)), + "title": row.get("title") or title or re.sub("\.\w+$", "", os.path.basename(self.fn)), "playing": "", "url": None, "homepage": "", "listformat": self.probe_ext(url) or "href", # or srv? "format": self.mime_guess(url), Index: st2.py ================================================================== --- st2.py +++ st2.py @@ -2,11 +2,11 @@ # encoding: UTF-8 # api: python # type: application # title: streamtuner2 # description: Directory browser for internet radio, audio and video streams -# version: 2.1.8 +# version: 2.1.8-dev # state: beta # author: Mario Salzer # license: Public Domain # url: http://freshcode.club/projects/streamtuner2 # config: