Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


Check-in [88e3ee3b66]

Overview
Comment:Remove WindowsMedia from docs.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 88e3ee3b66df3696061825d423e950fc9f3690d6
User & Date: mario on 2016-11-14 22:03:36
Other Links: manifest | tags
Context
2016-11-14
22:04
Use web online manual as fallback if /usr/share/docs/streamtuner/help* absent. check-in: fe43e46f81 user: mario tags: trunk
22:03
Remove WindowsMedia from docs. check-in: 88e3ee3b66 user: mario tags: trunk
2016-11-13
22:38
Rename wmplayer example. check-in: 8afbb98cc4 user: mario tags: trunk
Changes

Modified help/contrib_channels.page from [c13947cc02] to [3c2147c998].

41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
  </item>
  <item>
    <title><link href="http://publicradiofan.com/">PublicRadioFan</link></title>
    <p>PublicRadioFan.com hosts a huge lists of worldwide radio stations.
    This plugin displays just the genre list though.</p>
  </item>
  <item>
    <title><link href="http://windowsmedia.com/">WindowsMedia</link></title>
    <p>Is actually a Windows-specific streaming directory. Station entries
    are converted from ASX into standard playlist formats by ST2. </p>
  </item>
  <item>
    <title><link href="http://delicast.com/">Delicast</link></title>
    <p>Delicast.com is another web directory of radio stations. It's
    somewhat slower because playback addresses are hidden away with extra
    page requests. Works reliably still. </p>
  </item>
  <item>
    <title><link href="http://listenlive.eu/">ListenLive.eu</link></title>







<
<
<
<
<







41
42
43
44
45
46
47





48
49
50
51
52
53
54
  </item>
  <item>
    <title><link href="http://publicradiofan.com/">PublicRadioFan</link></title>
    <p>PublicRadioFan.com hosts a huge lists of worldwide radio stations.
    This plugin displays just the genre list though.</p>
  </item>
  <item>





    <title><link href="http://delicast.com/">Delicast</link></title>
    <p>Delicast.com is another web directory of radio stations. It's
    somewhat slower because playback addresses are hidden away with extra
    page requests. Works reliably still. </p>
  </item>
  <item>
    <title><link href="http://listenlive.eu/">ListenLive.eu</link></title>

Modified help/html/config_apps.html from [bf90a93e2d] to [dbf8d8b1b8].

53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<tr>
<td style="border-top-style: solid;"><p class="p"><span class="app">Totem</span></p></td>
<td style="border-top-style: solid;border-left-style: solid;"><p class="p"><span class="cmd">totem %u</span></p></td>
<td style="border-top-style: solid;border-left-style: solid;"><p class="p">video</p></td>
</tr>
<tr class="shade">
<td style="border-top-style: solid;"><p class="p"><span class="app">Media Player</span></p></td>
<td style="border-top-style: solid;border-left-style: solid;"><p class="p"><span class="cmd">mplayer2.exe %asx</span></p></td>
<td style="border-top-style: solid;border-left-style: solid;"><p class="p">Win32</p></td>
</tr>
</table></div></div></div>
<p class="p">Some audio players open a second instance when you actually want to switch radios.
	In this case it's a common workaround to write <span class="code">pkill vlc ; vlc %u</span> instead,
	which ends the previous player process and starts it anew.
        For VLC there's however also the <span class="code">--one-instance</span> option, which sometimes







|







53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<tr>
<td style="border-top-style: solid;"><p class="p"><span class="app">Totem</span></p></td>
<td style="border-top-style: solid;border-left-style: solid;"><p class="p"><span class="cmd">totem %u</span></p></td>
<td style="border-top-style: solid;border-left-style: solid;"><p class="p">video</p></td>
</tr>
<tr class="shade">
<td style="border-top-style: solid;"><p class="p"><span class="app">Media Player</span></p></td>
<td style="border-top-style: solid;border-left-style: solid;"><p class="p"><span class="cmd">wmplayer.exe %asx</span></p></td>
<td style="border-top-style: solid;border-left-style: solid;"><p class="p">Win32</p></td>
</tr>
</table></div></div></div>
<p class="p">Some audio players open a second instance when you actually want to switch radios.
	In this case it's a common workaround to write <span class="code">pkill vlc ; vlc %u</span> instead,
	which ends the previous player process and starts it anew.
        For VLC there's however also the <span class="code">--one-instance</span> option, which sometimes

Modified help/html/contrib_channels.html from [a401b8aa50] to [ba626b2ec2].

40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<dd class="terms"><p class="p">Magnatune is an independent label for artists. It makes most
    albums available for free listening with only a few intermittent
    adverts. Otherwise it's a flatrate payable music discovery and
    download service. </p></dd>
<dt class="terms"><span class="link"><a href="http://publicradiofan.com/" title="http://publicradiofan.com/">PublicRadioFan</a></span></dt>
<dd class="terms"><p class="p">PublicRadioFan.com hosts a huge lists of worldwide radio stations.
    This plugin displays just the genre list though.</p></dd>
<dt class="terms"><span class="link"><a href="http://windowsmedia.com/" title="http://windowsmedia.com/">WindowsMedia</a></span></dt>
<dd class="terms"><p class="p">Is actually a Windows-specific streaming directory. Station entries
    are converted from ASX into standard playlist formats by ST2. </p></dd>
<dt class="terms"><span class="link"><a href="http://delicast.com/" title="http://delicast.com/">Delicast</a></span></dt>
<dd class="terms"><p class="p">Delicast.com is another web directory of radio stations. It's
    somewhat slower because playback addresses are hidden away with extra
    page requests. Works reliably still. </p></dd>
<dt class="terms"><span class="link"><a href="http://listenlive.eu/" title="http://listenlive.eu/">ListenLive.eu</a></span></dt>
<dd class="terms"><p class="p">ListenLive is also an Europe-centric radio directory. </p></dd>
<dt class="terms"><span class="link"><a href="http://radiosure.com/" title="http://radiosure.com/">RadioSure</a></span></dt>







<
<
<







40
41
42
43
44
45
46



47
48
49
50
51
52
53
<dd class="terms"><p class="p">Magnatune is an independent label for artists. It makes most
    albums available for free listening with only a few intermittent
    adverts. Otherwise it's a flatrate payable music discovery and
    download service. </p></dd>
<dt class="terms"><span class="link"><a href="http://publicradiofan.com/" title="http://publicradiofan.com/">PublicRadioFan</a></span></dt>
<dd class="terms"><p class="p">PublicRadioFan.com hosts a huge lists of worldwide radio stations.
    This plugin displays just the genre list though.</p></dd>



<dt class="terms"><span class="link"><a href="http://delicast.com/" title="http://delicast.com/">Delicast</a></span></dt>
<dd class="terms"><p class="p">Delicast.com is another web directory of radio stations. It's
    somewhat slower because playback addresses are hidden away with extra
    page requests. Works reliably still. </p></dd>
<dt class="terms"><span class="link"><a href="http://listenlive.eu/" title="http://listenlive.eu/">ListenLive.eu</a></span></dt>
<dd class="terms"><p class="p">ListenLive is also an Europe-centric radio directory. </p></dd>
<dt class="terms"><span class="link"><a href="http://radiosure.com/" title="http://radiosure.com/">RadioSure</a></span></dt>

Modified help/html/index.html from [bc00fe4907] to [0f6b18a9e8].

122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
	  <span class="link"><a href="http://fossil.include-once.org/streamtuner2/rptview?rn=1" title="http://fossil.include-once.org/streamtuner2/rptview?rn=1">Bug reports</a></span>
	  don't require any account registration. But please include -D debug output.
	  Also accessible via <span class="guiseq"><span class="gui">Help</span> ▸ <span class="gui">Wiki/Fossil/Bugs</span></span>.</p></li>
<li class="list"><p class="p">Watch for new project releases on
	  <span class="link"><a href="http://freshcode.club/projects/streamtuner2" title="http://freshcode.club/projects/streamtuner2">freshcode.club</a></span></p></li>
</ul></div></div></div>
<p class="p">This manual was last updated for available functions in streamtuner2
	version 2.1.9, as of May 2015.</p>
<div class="links topiclinks"><div class="inner"><div class="region">
<div class="linkdiv "><a class="linkdiv" href="glossary.html" title="Glossary"><span class="title">Glossary</span><span class="linkdiv-dash"> — </span><span class="desc">Technical and streamtuner2 specific terminology and jargon.</span></a></div>
<div class="linkdiv "><a class="linkdiv" href="technical.html" title="Technical information"><span class="title">Technical information</span><span class="linkdiv-dash"> — </span><span class="desc">Filenames, Directories, Dependencies</span></a></div>
</div></div></div>
</div></div>
</div></div>
</div>







|







122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
	  <span class="link"><a href="http://fossil.include-once.org/streamtuner2/rptview?rn=1" title="http://fossil.include-once.org/streamtuner2/rptview?rn=1">Bug reports</a></span>
	  don't require any account registration. But please include -D debug output.
	  Also accessible via <span class="guiseq"><span class="gui">Help</span> ▸ <span class="gui">Wiki/Fossil/Bugs</span></span>.</p></li>
<li class="list"><p class="p">Watch for new project releases on
	  <span class="link"><a href="http://freshcode.club/projects/streamtuner2" title="http://freshcode.club/projects/streamtuner2">freshcode.club</a></span></p></li>
</ul></div></div></div>
<p class="p">This manual was last updated for available functions in streamtuner2
	version 2.2.0, as of Nov 2016.</p>
<div class="links topiclinks"><div class="inner"><div class="region">
<div class="linkdiv "><a class="linkdiv" href="glossary.html" title="Glossary"><span class="title">Glossary</span><span class="linkdiv-dash"> — </span><span class="desc">Technical and streamtuner2 specific terminology and jargon.</span></a></div>
<div class="linkdiv "><a class="linkdiv" href="technical.html" title="Technical information"><span class="title">Technical information</span><span class="linkdiv-dash"> — </span><span class="desc">Filenames, Directories, Dependencies</span></a></div>
</div></div></div>
</div></div>
</div></div>
</div>

Modified help/index.page from [15fcb3a57b] to [7ee25973a3].

46
47
48
49
50
51
52
53
54
55
56

	  <item><p>Watch for new project releases on
	  <link href="http://freshcode.club/projects/streamtuner2">freshcode.club</link></p></item>

   	</list>

	<p>This manual was last updated for available functions in streamtuner2
	version 2.1.9, as of May 2015.</p>
	</section>

</page>







|



46
47
48
49
50
51
52
53
54
55
56

	  <item><p>Watch for new project releases on
	  <link href="http://freshcode.club/projects/streamtuner2">freshcode.club</link></p></item>

   	</list>

	<p>This manual was last updated for available functions in streamtuner2
	version 2.2.0, as of Nov 2016.</p>
	</section>

</page>