Index: channels/_generic.py ================================================================== --- channels/_generic.py +++ channels/_generic.py @@ -52,10 +52,11 @@ homepage = "http://milki.inlcude-once.org/streamtuner2/" base_url = "" listformat = "audio/x-scpls" audioformat = "audio/mp3" # fallback value config = [] + has_search = False # categories categories = ["empty", ] current = "" default = "empty" Index: channels/xiph.py ================================================================== --- channels/xiph.py +++ channels/xiph.py @@ -45,10 +45,11 @@ json_url = "http://api.include-once.org/xiph/cache.php" listformat = "url/http" config = [ {"name":"xiph_min_bitrate", "value":64, "type":"int", "description":"minimum bitrate, filter anything below", "category":"filter"} ] + has_search = True # content categories = [ "pop", "top40" ] current = "" default = "pop"