Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


Check-in [8b7a75f548]

Overview
Comment:Release as 2.2.2
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | 2.2.2
Files: files | file ages | folders
SHA1: 8b7a75f548a5d5d4b12aacb57bb0d4ad52063c3a
User & Date: mario on 2022-02-22 00:31:09
Other Links: manifest | tags
Context
2022-02-28
08:12
add ajax station url fetching mode check-in: a1af3dc990 user: mario tags: trunk
2022-02-22
00:31
Release as 2.2.2 check-in: 8b7a75f548 user: mario tags: trunk, 2.2.2
00:30
fix pixmap path check-in: 682d749608 user: mario tags: trunk
Changes

Modified NEWS from [05101f3e8b] to [3ccfd9638a].


















1
2
3
4
5
6
7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+







2.2.2 (2022-02-22)
 * Fix radiobrowser, radiolist, jamendo, housemixes, filtermusic, radio.net and rcast plugins.
 * Introduce peertube, deprecate youtube channel.
 * Elevate liveradio.ie channel as default. Also swap radionomy for streema.
 * Removed support for services that went offline: Tuner2, Dirble, Listenlive, Delicast, Streamlicensing.
 * Don't enable MyOggRadio channel per default for now.
 * Refine dual-dependencies on python2 & 3.
 * Minor changes to plugin processing and config syntax.
 * Reintroduce normal_bg="" und gtk warnings for dark themes.
 * Better CLI and HTTP error responses, better User-Agent string.
 * Minor doc updates, update or remove stale links.
 * Updates to recordflags frontend.
 * Add channel icon above title/link in toolbar.
 * Updates to Xiph for support of new BETA directory.
 * Utilize XDG_CACHE_HOME/.cache storage now.
 * Remove 0install support. Support snap instead.

2.2.1 (2018-12-31)
 * Fix missing import for find_executable fallback.
 * Fixed shoutcast base url, and added format option.
 * Updates to extraction for radiolist.net, delicast, streema.
 * Optional bookmark subcategories.
 * Radiotray-NG support.
 * Optional toolbar button for search dialog.

Modified PKG-INFO from [144dc3293b] to [e1d0df8ca2].

1
2
3

4
5
6
7
8
9

10
11
12
1
2

3
4
5
6
7
8

9
10
11
12


-
+





-
+



Metadata-Version: 1.0
Name: streamtuner2
Version: 2.2.1
Version: 2.2.2
Summary: Streamtuner2 is an internet radio browser
Home-page: http://fossil.include-once.org/streamtuner2/
Author: Mario Salzer
Author-email: xmilky+st2@gmail....
License: Public Domain
Description: Streamtuner2 lists radio directory services like Shoutcast, Xiph, Live365, MyOggRadio, Jamendo. It allows listening via any audio player, and recording of streams via streamripper.
Description: Streamtuner2 lists radio directory services like Shoutcast, Xiph, Radiobrowser, Liveradio, Jamendo. It allows listening via any audio player, and recording of streams via streamripper.
Platform: ALL
Keywords: internet-radio, python, streaming, audio

Modified releases.json from [c37337e9e6] to [8d6ea921b3].

13
14
15
16
17
18
19








20
21
22
23
24
25
26
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34







+
+
+
+
+
+
+
+







        "rpm": "http://milki.include-once.org/streamtuner2/streamtuner2-$version.rpm",
        "pyz": "http://milki.include-once.org/streamtuner2/streamtuner2-$version.pyz",
        "raw": "http://milki.include-once.org/streamtuner2/streamtuner2-$version.bin.txz",
        "exe": "http://milki.include-once.org/streamtuner2/streamtuner2-$version.exe",
        "arch": "http://milki.include-once.org/streamtuner2/streamtuner2-$version.arch.txz"
    },
    "releases": [
        {
            "version": "2.2.2",
            "state": "stable",
            "scope": "major bugfix",
            "changes": "Fix radiobrowser, radiolist, jamendo, housemixes, filtermusic, radio.net and rcast plugins. Introduce peertube, deprecate youtube channel. Elevate liveradio.ie channel as default. Removed support for services that went offline: Tuner2, Dirble, Listenlive, Delicast, Streamlicensing. Don't enable MyOggRadio channel per default for now. Refine dual-dependencies on python2 & 3. Minor changes to plugin processing and config syntax. Reintroduce normal_bg='' und gtk warnings for dark themes. Better CLI and HTTP error responses, better User-Agent string. Minor doc updates, update or remove stale links. Updates to recordflags frontend. Add channel icon above title/link in toolbar. Updates to Xiph for support of new BETA directory. Utilize XDG_CACHE_HOME/.cache storage now. Remove 0install support. Support snap instead.",
            "download": "http://sourceforge.net/projects/streamtuner2/files/",
            "published": "2022-02-22T02:00:00+0000"
        },
        {
            "version": "2.2.1",
            "state": "stable",
            "scope": "minor bugfix",
            "changes": "Fix missing import for find_executable fallback.  Fixed shoutcast base url, and added format option.  Updates to extraction for radiolist.net, delicast, streema.  Optional bookmark subcategories.  Radiotray-NG support.  Optional toolbar button for search dialog.  Added plugin to highlight Vorbis and Opus streams.  New recordflags plugin with additional command options.  Support for internal calls in specbuttons.  Disable man page compression.  New st2subprocess plugin for alternative player invocation schemes (mostly Windows).  UI changes for player/application configuration and feature settings, colorization and icons in main statusbar.  More streamlined heuristic for URL and format guessing.  Logging and broader plugin dependency checking.  Windows fixes related to paths and encoding.  Minor text fixes.",
            "download": "http://sourceforge.net/projects/streamtuner2/files/",
            "published": "2018-12-31T14:00:00+0000"

Modified st2.py from [f6ea5e77c0] to [3610c51274].

1
2
3
4
5
6
7

8
9
10
11
12
13
14
1
2
3
4
5
6

7
8
9
10
11
12
13
14






-
+







#!/usr/bin/env python
# encoding: utf-8
# api: python
# type: application
# title: streamtuner2
# description: Directory browser for internet radio, audio and video streams
# version: 2.2.2-py3.1
# version: 2.2.2
# state: stable
# author: Mario Salzer <mario@include-once.org>
# license: Public Domain
# url: http://freshcode.club/projects/streamtuner2
# config:  
#   { type: env, name: HTTP_PROXY, description: proxy for HTTP access }
#   { type: env, name: XDG_CONFIG_HOME, description: relocates user .config subdirectory }