Index: channels/__init__.py ================================================================== --- channels/__init__.py +++ channels/__init__.py @@ -2,22 +2,22 @@ # api: streamtuner2 # type: class # category: ui # title: Channel plugins # description: Base implementation for channels and feature plugins -# version: 1.5 +# version: 1.6 # license: public domain # author: mario # url: http://fossil.include-once.org/streamtuner2/ # pack: # bookmarks.py, configwin.py, dirble.py, dnd.py, exportcat.py, # filtermusic.py, global_key.py, history.py, internet_radio.py, # itunes.py, jamendo.py, links.py, live365.py, modarchive.py, # myoggradio.py, pluginmanager2.py, radiobrowser.py, radionomy.py, # radiotray.py, search.py, shoutcast.py, somafm.py, streamedit.py, -# surfmusik.py, timer.py, tunein.py, ubuntuusers.py, -# useragentswitcher.py, xiph.py, youtube.py, favicon.py +# surfmusik.py, timer.py, tunein.py, ubuntuusers.py, youtube.py, +# useragentswitcher.py, xiph.py, favicon.py, filter_bitrate.py # config: - # priority: core # # GenericChannel implements the basic GUI functions and defines # the default channel data structure. It implements fallback logic Index: channels/filter_bitrate.py ================================================================== --- channels/filter_bitrate.py +++ channels/filter_bitrate.py @@ -32,11 +32,10 @@ module = "filter_bitrate" # Hijack postprocessing filters in stream_update handler def __init__(self, parent): GenericChannel.postprocess_filters.append(self.filter_rows) - print GenericChannel.postprocess_filters # Filter row on bitrate def filter_rows(self, row, channel): bits = int(row.get("bitrate", 0)) if bits <= 10: