1
2
3
4
5
6
7
8
9
10
11
12
13
|
<page xmlns="http://projectmallard.org/1.0/"
type="guide"
id="streams">
<info>
<link type="guide" xref="index#browsing"/>
<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
|
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<page xmlns="http://projectmallard.org/1.0/"
type="guide"
id="streams">
<info>
<link type="guide" xref="index#browsing"/>
<link type="topic" 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
|
26
27
28
29
30
31
32
33
34
35
36
37
38
|
<section>
<title>Context menu</title>
<p>Additionally most actions are available in a context menu. Right click
a station entry to display it.</p>
<p>You can always click the current category in the left list, to have the current
station list redisplayed. Which is useful after updating favicons, or accidental
dragging of entries.</p>
</section>
</page>
|
|
|
>
>
|
|
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
<section>
<title>Context menu</title>
<p>Additionally most actions are available in a context menu. Right click
a station entry to display it.</p>
<media type="image" mime="image/png" src="img/streamactions.png">Station list</media>
<p>You can reach them in the <guiseq><gui>Main menu</gui> <gui>Stations</gui></guiseq>
as well. The <guiseq><gui>Extensions</gui> <gui></gui></guiseq> submenu there will
list a few other plugin extensions.</p>
</section>
</page>
|