@@ -56,22 +56,19 @@ # "tags":"Pop Dance RnB Techno","country":"Germany","subcountry":"","language":"German", # "votes":4,"negativevotes":10}, # class radiobrowser (ChannelPlugin): - # description - homepage = "http://www.radio-browser.info/" + # control flags has_search = True listformat = "pls" titles = dict(listeners="Votes+", bitrate="Votes-", playing="Country") - + base = "http://www.radio-browser.info/webservice/json/" categories = [] pricat = ("topvote", "topclick") catmap = { "tags": "bytag", "countries": "bycountry", "languages": "bylanguage" } - base = "http://www.radio-browser.info/webservice/json/" - # votes, and tags, no countries or languages def update_categories(self): self.categories = list(self.pricat) for sub in [conf.radiobrowser_cat]: