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
37
|
<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 the stations for a genre (right).</p>
<media src="img/mainwindow2.svg" type="image" mime="image/svg+xml" />
<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 expandable genre/category brings up no station list on its own, while in Shoutcast
and most others it's a valid genre in itself.</p>
<p>Some radio stations cannot be played, because they just have a homepage. (That's the
case for all listings in the Google Stations channel.)</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
|
<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/mainwindow2.svg" type="image" mime="image/svg+xml" />
<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>
|