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
38
39
40
41
42
43
44
45
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title>Glossary</title>
<link rel="stylesheet" type="text/css" href="C.css">
<script type="text/javascript" src="jquery.js"></script><script type="text/javascript" src="jquery.syntax.js"></script><script type="text/javascript" src="yelp.js"></script>
</head>
<body><div class="page" role="main">
<div class="header"><div class="trails" role="navigation"><div class="trail">
<a class="trail" href="index.html" title="โช Streamtuner2"><span class="media"><span class="media media-image"><img src="img/logo.png" class="media media-inline" alt="โช"></span></span> Streamtuner2 </a>ย โบ <a class="trail" href="index.html#advanced" title="Advanced topics">Advanced topics</a>ย ยป </div></div></div>
<div class="body">
<div class="hgroup"><h1 class="title"><span class="title">Glossary</span></h1></div>
<div class="region">
<div class="contents"><div class="terms"><div class="inner"><div class="region"><dl class="terms">
<dt class="terms">Channel</dt>
<dd class="terms"><p class="p">Each tab in the main window is a "channel". It represents one
music directory service.</p></dd>
<dt class="terms">Stream</dt>
<dd class="terms">
<p class="p">"stream" is a technical term which means continuosly flowing
data. MP3 radio music for example is streamed, because it's not
just a time-limited audio file, but unending (unless you stop
the player or paying your ISP).</p>
<p class="p">In streamtuner2 the terms "stream" and radio "station" are used interchangably.</p>
</dd>
<dt class="terms">Genre</dt>
<dd class="terms"><p class="p">Music genres are represented as "categories" in the left
pane. Every channel groups its music stations into some
structure.</p></dd>
<dt class="terms">URL</dt>
<dd class="terms"><p class="p">URL stands for "Uniform Resource Locator"
and simply means hyperlinks and web addresses like
http://www.example.org/. There is also the hipster term "URI",
which is technically more general (but superseeded by "IRI" and
"IRL" anyway). In streamtuner2 the audio streaming link often
is an URL, as is the radio station homepage of course. (ISBN or
Mailto URIs don't make much sense for either.)</p></dd>
<dt class="terms">Radio</dt>
<dd class="terms"><p class="p">Plays music. Sometimes interrupted by advertisements.
</p></dd>
<dt class="terms">Favicons</dt>
<dd class="terms"><p class="p">Favicons are small symbols for
websites. Most website should have one. (ST2 downloads
favicons either per menu command or automatically for the
|
|
<
>
|
|
|
|
|
<
|
|
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
38
39
40
41
42
43
44
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title>Glossary</title>
<link rel="stylesheet" type="text/css" href="C.css">
<script type="text/javascript" src="jquery.js"></script><script type="text/javascript" src="jquery.syntax.js"></script><script type="text/javascript" src="yelp.js"></script>
</head>
<body><div class="page" role="main">
<div class="header"></div>
<div class="body">
<div class="hgroup"><h1 class="title"><span class="title">Glossary</span></h1></div>
<div class="region">
<div class="contents">
<div class="terms"><div class="inner"><div class="region"><dl class="terms">
<dt class="terms">Channel</dt>
<dd class="terms"><p class="p">Each tab in the main window is a "channel". It represents one
music directory service.</p></dd>
<dt class="terms">Stream</dt>
<dd class="terms">
<p class="p">"stream" is a technical term which means continuosly flowing
data. MP3 radio music for example is streamed, because it's not
just a time-limited audio file, but unending (unless you stop
the player or paying your ISP).</p>
<p class="p">In streamtuner2 the terms "stream" and radio "station" are used interchangably.</p>
</dd>
<dt class="terms">Genre</dt>
<dd class="terms"><p class="p">Music genres are represented as "categories" in the left
pane. Every channel groups its music stations into some
structure.</p></dd>
<dt class="terms">URL</dt>
<dd class="terms"><p class="p">URL stands for "Uniform Resource Locator"
and simply refers to something retrievable hyperlinks or web addresses like
http://www.example.org/. Radio stations/streams are stored as URLs internally.
The more generic hipster term "URI" (long superseded by "IRI" anyway)
makes less sense in this context, because ISBN: or MailTo: references aren't
overly useful for such purposes.</p></dd>
<dt class="terms">Radio</dt>
<dd class="terms"><p class="p">Plays music. Sometimes interrupted by advertisements.
</p></dd>
<dt class="terms">Favicons</dt>
<dd class="terms"><p class="p">Favicons are small symbols for
websites. Most website should have one. (ST2 downloads
favicons either per menu command or automatically for the
|
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
|
audio/mpeg, and not audio/mp3 as shown in the settings window.</p></dd>
<dt class="terms">Bitrate</dt>
<dd class="terms"><p class="p">Audio streams are compressed with exactness loss. This can be heard
at lower "bitrates". For MP3 files any music with less than 100 kbit/s
starts to hiss, while OGG Vorbis still sounds okay at a datarate of
e.g. 64 kbit per second. So while bitrate basically means file size per duration,
it's commonly used as quality indicator.</p></dd>
</dl></div></div></div></div>
<div id="filetypes" class="sect"><div class="inner">
<div class="hgroup"><h2 class="title"><span class="title">Filetypes</span></h2></div>
<div class="region"><div class="contents">
<p class="p">Besides audio formats MP3 and OGG, there are also station/streaming link files.
These are often downloaded from the directory servers, before your music player gets activated.</p>
<div class="links topiclinks"><div class="inner"><div class="region">
<div class="linkdiv "><a class="linkdiv" href="m3u.html" title=".M3U files"><span class="title">.M3U files</span><span class="linkdiv-dash"> โ </span><span class="desc">MP3-URL playlist file.</span></a></div>
<div class="linkdiv "><a class="linkdiv" href="pls.html" title=".PLS files"><span class="title">.PLS files</span><span class="linkdiv-dash"> โ </span><span class="desc">Playlist file format.</span></a></div>
<div class="linkdiv "><a class="linkdiv" href="json.html" title="JSON files"><span class="title">JSON files</span><span class="linkdiv-dash"> โ </span><span class="desc">JavaScript Object Notation is a common data exchange format.</span></a></div>
</div></div></div>
</div></div>
</div></div>
<div class="sect sect-links" role="navigation">
<div class="hgroup"></div>
<div class="contents"><div class="links guidelinks"><div class="inner">
<div class="title"><h2><span class="title">More Information</span></h2></div>
<div class="region"><ul><li class="links "><a href="index.html#advanced" title="Advanced topics">Advanced topics</a></li></ul></div>
</div></div></div>
</div>
</div>
<div class="clear"></div>
</div>
<div class="footer"></div>
</div></body>
</html>
|
|
>
>
<
<
<
<
<
<
<
|
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
audio/mpeg, and not audio/mp3 as shown in the settings window.</p></dd>
<dt class="terms">Bitrate</dt>
<dd class="terms"><p class="p">Audio streams are compressed with exactness loss. This can be heard
at lower "bitrates". For MP3 files any music with less than 100 kbit/s
starts to hiss, while OGG Vorbis still sounds okay at a datarate of
e.g. 64 kbit per second. So while bitrate basically means file size per duration,
it's commonly used as quality indicator.</p></dd>
</dl></div></div></div>
<div class="links topiclinks"><div class="inner"><div class="region"><div class="linkdiv "><a class="linkdiv" href="index.html#extra" title="Additional features"><span class="title">Additional features</span></a></div></div></div></div>
</div>
<div id="filetypes" class="sect"><div class="inner">
<div class="hgroup"><h2 class="title"><span class="title">Filetypes</span></h2></div>
<div class="region"><div class="contents">
<p class="p">Besides audio formats MP3 and OGG, there are also station/streaming link files.
These are often downloaded from the directory servers, before your music player gets activated.</p>
<div class="links topiclinks"><div class="inner"><div class="region">
<div class="linkdiv "><a class="linkdiv" href="m3u.html" title=".M3U files"><span class="title">.M3U files</span><span class="linkdiv-dash"> โ </span><span class="desc">MP3-URL playlist file.</span></a></div>
<div class="linkdiv "><a class="linkdiv" href="pls.html" title=".PLS files"><span class="title">.PLS files</span><span class="linkdiv-dash"> โ </span><span class="desc">Playlist file format.</span></a></div>
<div class="linkdiv "><a class="linkdiv" href="json.html" title="JSON files"><span class="title">JSON files</span><span class="linkdiv-dash"> โ </span><span class="desc">JavaScript Object Notation is a common data exchange format.</span></a></div>
</div></div></div>
</div></div>
</div></div>
</div>
<div class="clear"></div>
</div>
<div class="footer"></div>
</div></body>
</html>
|