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
|
<page xmlns="http://projectmallard.org/1.0/"
type="guide"
id="streams">
<info>
<link type="guide" xref="index#browsing"/>
<link type="seealso" xref="index#functions"/>
<desc>Radio streams lists, station information columns, entry actions.</desc>
</info>
<title>Streams / Stations</title>
<p>Radio stations are listed in the right pane. Usually they have a title and a
description. The description is often the last played song. (This isn't updated
automatically to conserve bandwidth and because live information is seldomly available.)</p>
<media type="image" mime="image/png" src="img/streams.png">Station list</media>
<p>You can double click a station line to get it to play. Alternatively there are the
play and record buttons in the menubar. You can also invoke a stations homepage, if it
has one.</p>
<section id="actions">
<title>Actions</title>
</section>
<section>
<title>Context menu</title>
|
>
|
|
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="streams">
<info>
<link type="guide" xref="index#browsing"/>
<link type="seealso" xref="index#functions"/>
<desc>Radio streams lists, station information columns, entry actions.</desc>
</info>
<section>
<title>Streams / Stations</title>
<p>Radio stations are listed in the right pane. Usually they have a title and a
description. The description is often the last played song. (This isn't updated
automatically to conserve bandwidth and because live information is seldomly available.)</p>
<media type="image" mime="image/png" src="img/streams.png">Station list</media>
<p>You can double click a station line to get it to play. Alternatively there are the
play and record buttons in the menubar. You can also invoke a stations homepage, if it
has one.</p>
</section>
<section id="actions">
<title>Actions</title>
</section>
<section>
<title>Context menu</title>
|