1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19 | <page xmlns="http://projectmallard.org/1.0/"
type="guide"
id="playing">
<info>
<link type="guide" xref="index#browsing"/>
<link type="guide" xref="index#functions"/>
<desc>Double click a station to start it in your audio player.</desc>
<link type="guide" xref="streams#actions"/>
</info>
<section>
<title>Playing</title>
<p>To start playing a station, you can:</p>
<list>
<item><p>Just <em>double click</em> an entry.</p></item> |
<
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18 | <page xmlns="http://projectmallard.org/1.0/"
type="guide"
id="playing">
<info>
<link type="guide" xref="index#browsing"/>
<link type="guide" xref="index#functions"/>
<desc>Double click a station to start it in your audio player.</desc>
<link type="guide" xref="streams#actions"/>
</info>
<title>Playing</title>
<p>To start playing a station, you can:</p>
<list>
<item><p>Just <em>double click</em> an entry.</p></item> |
29
30
31
32
33
34
35
36
37
38
39 | </list>
<p>In streamtuner2 you can configure different audio players for different audio
formats (MP3 or OGG). In the <link xref="config_apps">Apps</link> section of the
<link xref="configuration">settings dialog</link>, you can associate one player
with each audio file (MIME) type. Nowadays you can often configure the same player
for all audio (and even video) types.</p>
</section>
</page> |
<
<
| 28
29
30
31
32
33
34
35
36 | </list>
<p>In streamtuner2 you can configure different audio players for different audio
formats (MP3 or OGG). In the <link xref="config_apps">Apps</link> section of the
<link xref="configuration">settings dialog</link>, you can associate one player
with each audio file (MIME) type. Nowadays you can often configure the same player
for all audio (and even video) types.</p>
</page> |