1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
-
+
-
-
-
+
+
+
-
-
+
+
-
+
|
<page xmlns="http://projectmallard.org/1.0/"
type="guide"
id="playing">
<info>
<link type="guide" xref="index#browsing"/>
<desc>Double click a station to start it in your audio player.</desc>
<link type="guide" xref="streams#actions"/>
</info>
<title>Playing</title>
<p>Simply double click a station to start it with your audio player.</p>
<p>Simply double click a station entry. It starts with your configured audio player.</p>
<p>In streamtuner2 you can configure different audio players for different audio
formats. In the 'Apps' section of the settings dialog, there is one application associated
with each audio file (MIME) type. Per default this is audacious, but you can certainly use
any other application.</p>
formats (MP3 or OGG). In the 'Apps' section of the settings dialog, you can associate a player
with each audio file (MIME) type. Per default this is audacious, but you can use any other
media player (like VLC).</p>
<note><p>Note however, that some audio players will start twice and won't
allow easy station switching. In these circumstance it might be sensible to write
<note><p>Note however that some audio players will run multiple instance and won't
allow simple station switching. In these circumstance it might be sensible to write
a wrapper script, or configure special commandline arguments to your favoured audio
player.</p></note>
player (e.g. "vlc --one-instance").</p></note>
<p>It's also possible to save a station entry as .m3u or .pls file, and load this manually
in your player. You might even want to collect such .m3u files for archival / backup
purposes.</p>
</page>
|