Index: action.py ================================================================== --- action.py +++ action.py @@ -2,11 +2,11 @@ # api: streamtuner2 # type: functions # category: io # title: play/record actions # description: Starts audio applications, guesses MIME types for URLs -# version: 1.1.1 +# version: 1.1.2 # priority: core # # Multimedia interface for starting audio players, recording app, # or web browser (listed as "url/http" association in players). # It maps audio MIME types, and extracts/converts playlist types Index: channels/configwin.py ================================================================== --- channels/configwin.py +++ channels/configwin.py @@ -1,9 +1,9 @@ # api: streamtuner2 # title: Config dialog # description: Allows to configure players, options, and plugins -# version: 2.5 +# version: 2.7 # type: feature # category: ui # config: - # priority: core # Index: channels/specbuttons.py ================================================================== --- channels/specbuttons.py +++ channels/specbuttons.py @@ -1,9 +1,9 @@ # encoding: utf-8 # title: Spec buttons for apps # description: Adds configurable mini toolbar buttons -# version: 0.7 +# version: 0.8 # depends: streamtuner2 >= 2.2.0 # type: feature # category: ui # config: # { name: specbutton_rows, value: 2, max: 4, type: int, description: "Number of rows to arrange buttons in." } Index: st2.py ================================================================== --- st2.py +++ st2.py @@ -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.1.9.3 +# version: 2.1.9.4 # state: beta # author: Mario Salzer # license: Public Domain # url: http://freshcode.club/projects/streamtuner2 # config: Index: uikit.py ================================================================== --- uikit.py +++ uikit.py @@ -1,11 +1,11 @@ # encoding: UTF-8 # api: python # type: functions # title: uikit helper functions # description: simplify usage of some gtk widgets -# version: 1.9 +# version: 2.0 # author: mario # license: public domain # # Wrappers around gtk methods. The TreeView method .columns() allows # to fill a treeview. It adds columns and data rows with a mapping