@@ -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.2.0-rc1 +# version: 2.2.0-rc2 # state: stable # author: Mario Salzer # license: Public Domain # url: http://freshcode.club/projects/streamtuner2 # config: @@ -18,20 +18,23 @@ # pack: *.py, gtk3.xml.gz, bin, channels/__init__.py, bundle/*.py, CREDITS, help/index.page, # streamtuner2.desktop, README, help/streamtuner2.1=/usr/share/man/man1/, # NEWS=/usr/share/doc/streamtuner2/, icon.png=/usr/share/pixmaps/streamtuner2.png # architecture: all # -# Streamtuner2 is a GUI for browsing internet radio directories, music -# collections, and video services - grouped by genres or categories. -# It runs your preferred audio player, and streamripper for recording. -# -# It's an independent rewrite of streamtuner1. Being written in Python, -# can be more easily extended and fixed. The mix of JSON APIs, regex -# or PyQuery extraction makes list generation simpler and more robust. -# -# Primarily radio stations are displayed, some channels however are music -# collections. Commercial and sign-up services are not an objective. +# Streamtuner2 is a GUI for browsing internet radio directories, +# music collections, and video services - grouped by genres or +# categories. It runs your preferred audio player or streamripper +# for recording. +# +# It's an independent rewrite of streamtuner1. Being written in +# Python, can be more easily extended and fixed. The mix of +# JSON APIs, regex or PyQuery extraction simplifies collecting +# station lists. +# +# Primarily radio stations are displayed, some channels however +# are music collections. Commercial and sign-up services are not +# an objective. # standard modules import sys import os