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
|
<page xmlns="http://projectmallard.org/1.0/"
type="guide"
id="introduction">
<info>
<link type="guide" xref="index"/>
<desc>Basic usage instructions. Selecting a channel, category, and playing a radio.</desc>
</info>
<title>Introduction</title>
<p>Streamtuner2 is a simple browser for internet radios. It aquires its radio lists
from various directory services. These are represented as "channel" tabs in the main
window. Below are the category/genre lists (left) and all stations for a genre (right).</p>
<media src="img/mainwindow.png" type="image" mime="image/png" />
<section id="play">
<title>How to select and play a radio.</title>
<steps>
<item><p>Select a channel tab, like <code>Shoutcast</code>.</p></item>
<item><p>Click one of the genres in the left pane. For example <code>Classic</code>.</p></item>
<item><p>Now the right pane loads a radio list.</p></item>
<item><p>Double click one of the radio streams or use the <key>play</key> toolbar button.</p></item>
</steps>
<p>Note that some categories can and should be exanded. In a few plugins (modarchive),
the grouping genre/categories are empty, while in other channels they're valid genres themselves.</p>
</section>
<section id="actions">
<title>What else can you do?</title>
<p>Double clicking an entry row in the radio list starts your audio player. But there are
other functions available. Either go to the <guiseq><gui/><gui>Station</gui></guiseq> menu,
or access the context menu with a right click.</p>
|
|
>
|
|
|
>
|
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
36
|
<page xmlns="http://projectmallard.org/1.0/"
type="guide"
id="introduction">
<info>
<link type="guide" xref="index"/>
<desc>Basic usage instructions. Selecting a channel, category, and playing a radio.</desc>
</info>
<title>Introduction</title>
<p>Streamtuner2 is a simple browser for internet radios. It aquires its radio lists
from various directory services. These are represented as "channel" tabs in the main
window. The category/genre lists are in the left pane, and associated stations right
to them.</p>
<media src="img/mainwindow.png" type="image" mime="image/png" />
<section id="play">
<title>How to select and play a radio.</title>
<steps>
<item><p>Select a channel tab, like <code>Shoutcast</code>.</p></item>
<item><p>Click one of the genres in the left pane. For example <code>Classic</code>.</p></item>
<item><p>Now the right pane loads a radio list.</p></item>
<item><p>Double click one of the radio streams or use the <key>â–¶ play</key> toolbar button.</p></item>
</steps>
<p>Note that some categories are expandable. In a few plugins (modarchive),
the grouping genre/categories are empty, while in other channels they're
filled genre lists themselves.</p>
</section>
<section id="actions">
<title>What else can you do?</title>
<p>Double clicking an entry row in the radio list starts your audio player. But there are
other functions available. Either go to the <guiseq><gui/><gui>Station</gui></guiseq> menu,
or access the context menu with a right click.</p>
|
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
<tr><td><p>Editing</p></td><td><p>This command is in the <gui>Edit</gui> and context menu, allows to inspect and modify radio descriptions.</p></td></tr>
<tr><td><p>Searching</p></td><td><p>You can get a radio list according to search criteria.</p></td></tr>
</table>
<p> Play, Record and Homepage also have buttons in the toolbar.</p>
</section>
<section id="none">
<title>Radio lists get stale</title>
<p>After some time, stream informations become obsolete. Therefore you should regularily
refresh the lists. The <gui>Reload</gui> button in the toolbar (or <key>F5</key>) is your friend. You can
also update the category lists with <guiseq><gui>Channel</gui> <gui>Reload Category Tree</gui></guiseq>
and load favicons using <guiseq><gui>Channel</gui> <gui>Update favicons..</gui></guiseq>.</p>
</section>
<section>
<note style="tip"><p>You should only select radio stations and genres that you like.</p></note>
</section>
</page>
|
|
|
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
<tr><td><p>Editing</p></td><td><p>This command is in the <gui>Edit</gui> and context menu, allows to inspect and modify radio descriptions.</p></td></tr>
<tr><td><p>Searching</p></td><td><p>You can get a radio list according to search criteria.</p></td></tr>
</table>
<p> Play, Record and Homepage also have buttons in the toolbar.</p>
</section>
<section id="none">
<title>Refresh radio lists</title>
<p>After some time, stream informations become obsolete. Therefore you should regularily
refresh the lists. The <gui>Reload</gui> button in the toolbar (or <key>F5</key>) is your friend. You can
also update the category lists with <guiseq><gui>Channel</gui> <gui>Reload Category Tree</gui></guiseq>
and load favicons using <guiseq><gui>Channel</gui> <gui>Update favicons..</gui></guiseq>.</p>
</section>
<section>
<note style="tip"><p>You should only select radio stations and genres that you like.</p></note>
</section>
</page>
|