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
31
32
33
34
35
|
<page xmlns="http://projectmallard.org/1.0/"
type="guide"
id="channels">
<info>
<link type="guide" xref="index#browsing"/>
<desc>Switching through the channel tabs, different radio directoriy services.</desc>
</info>
<title>Channels</title>
<p>The tabs in the main window represent the music directory channels. Each lists
categories and streams from a specific radio directory.</p>
<media type="image" mime="image/png" src="img/channels.png">Tabs</media>
<p>If you first select a channel tab, the categories should appear or be loading.
Otherwise:</p>
<steps>
<item><p>Select a channel tab</p></item>
<item><p>Choose <guiseq><gui>Channel</gui> <gui>Reload categories...</gui></guiseq></p></item>
<item><p>Pick a category/genre from the overview, left.</p></item>
</steps>
<p>Individual channels provide different music/radio information. The table
views are however identical in each tab. You could modify the <code>datamap[]</code>
in the plugin files, if you want to adapt this.</p>
<section id="list">
<title>Available channels</title>
</section>
<section id="homepage">
|
|
|
|
|
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
31
32
33
34
35
|
<page xmlns="http://projectmallard.org/1.0/"
type="guide"
id="channels">
<info>
<link type="guide" xref="index#browsing"/>
<desc>Switching through the channel tabs, different radio directory services.</desc>
</info>
<title>Channels</title>
<p>The tabs in the main window represent the music directory channels. Each lists
categories and streams from a specific radio directory.</p>
<media type="image" mime="image/png" src="img/channels.png">Tabs</media>
<p>If you first select a channel tab, the categories should appear or be loading.
Otherwise:</p>
<steps>
<item><p>Select a channel tab</p></item>
<item><p>Choose <guiseq><gui>Channel</gui> <gui>Reload categories...</gui></guiseq></p></item>
<item><p>Pick a category/genre from the overview, left.</p></item>
</steps>
<p>Individual channels provide different music/radio information. The table
views are mostly identical in each tab. (You could modify the <code>datamap[]</code>
in the plugin files if you wanted to adapt this.)</p>
<section id="list">
<title>Available channels</title>
</section>
<section id="homepage">
|