Index: channels/shoutcast.py ================================================================== --- channels/shoutcast.py +++ channels/shoutcast.py @@ -3,11 +3,11 @@ # description: Primary list of shoutcast servers (now managed by radionomy). # type: channel # category: radio # author: Mario # original: Jean-Yves Lefort -# version: 1.5 +# version: 1.6 # url: http://www.shoutcast.com/ # config: - # priority: default # png: # iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAelJREFUOI2NU0toE2EYnM12t2wLkhSXSIgEJMHFQ2naQ+kpoPYQoaXH3gRFsegloUhRQTyU2oOgggQUzzlEQomIBzU+EHooBIol0cOGLqFFFiJ5SB5skvFU6ebRduA7/DAz @@ -50,11 +50,11 @@ # within the cache dirs. # class shoutcast(channels.ChannelPlugin): # attrs - base_url = "http://shoutcast.com/" + base_url = "http://directory.shoutcast.com/" listformat = "pls" has_search = False # categories categories = [] @@ -70,11 +70,15 @@ html = ahttp.get(self.base_url) #log.DATA( html ) self.categories = [] # Genre list in sidebar - """