1streamtuner2(1) Application manuals streamtuner2(1)
2
3
4
6 streamtuner2 - Browser for internet radio stations
7
9 streamtuner2 command [ channel,... ] [ title ]
10
11
13 Streamtuner2 is a graphical application for browsing through internet
14 radio station directories, like Shoutcast.com and Xiph.org or Internet-
15 Radio.org.uk. It is written in Python and easy to extend. And besides
16 the grapical interface, has a commandline interface.
17
18
20 help Prints out a summary of available commands.
21
22
23 Cached data
24
25
26 stream channel title
27 Searches for a station with the given title. Either looks in a
28 single channel, or scans all plugins.
29
30 url channel title
31 Prints out only the streaming URL.
32
33 play [channel] title
34 Invokes the configured audio player.
35
36
37 Instantly retrieve data from directory service
38
39
40 categories channelname
41 Returns a nested JSON list of all categories/genres.
42
43 category "channelname" "Category"
44 Prints out a JSON list of the genre. Each entry constains title,
45 url and other meta information. Note that the category must have
46 the exact case.
47
48
50 streamtuner2 stream shoutcast,xiph "Top 100"
51 Searches for the term "Top 100" in the shoutcast and xiph chan‐
52 nels, and returns all info about the first match as JSON output.
53
54 streamtuner2 play frequence3
55 Looks for the first occourence, and starts the audio player for
56 FREQUENCE3.
57
58
59
61 There's only one option for the graphical UI mode:
62
63 --gtk3 Loads Gtk3 via PyGI instead of Gtk2. This is implicit when run‐
64 ning on Python3 anyway.
65
66
67
69 /home/$USER/.config/streamtuner2/settings.json
70
72 streamripper(1) audacious(1) json(5) m3u(5) pls(5)
73
74
75
762.1.4 2015-04-02 streamtuner2(1)