Check-in [659381dd58]
Overview
| Comment: | Document Dirble plugin status indicators |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
659381dd5817b6c756daf9de66808614 |
| User & Date: | mario on 2016-11-19 13:14:55 |
| Other Links: | manifest | tags |
Context
|
2016-11-19
| ||
| 13:15 | Combine relative and local path searches for help pages / or chm lookup. check-in: 5c941bcb6f user: mario tags: trunk | |
| 13:14 | Document Dirble plugin status indicators check-in: 659381dd58 user: mario tags: trunk | |
| 13:14 | Normalize all broken plugins with status: broken, and priority: obsolete check-in: 8e52a0479a user: mario tags: trunk | |
Changes
Modified CREDITS from [82a24c58a2] to [cef022c0b7].
| ︙ | ︙ | |||
15 16 17 18 19 20 21 | · Abhisek Sanyal → Major fix/patch for Live365 · Heinrich Schwietering, http://ubuntuusers.de/ → external + user-friendly documentation · Oliver | | | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | · Abhisek Sanyal → Major fix/patch for Live365 · Heinrich Schwietering, http://ubuntuusers.de/ → external + user-friendly documentation · Oliver → Windows patches, installer, CHM help package · https://fiverr.com/graphicshome → The new application logo/banner · Jean-Yves Lefort (and contributors), → For the original STREAMTUNER 0.99.xx! |
| ︙ | ︙ |
Modified help/channel_dirble.page from [72d0b33c33] to [cc63cbbbc9].
| ︙ | ︙ | |||
12 13 14 15 16 17 18 |
<subtitle><link href="http://dirble.com/">//dirble.com/</link></subtitle>
<p>Dirble.com is another radio station directory, based on
user-contributed entries and automatic streaming server polling.</p>
<list>
<item><p>Provides a JSON API, which in v2 is easy to extract from.</p></item>
| | | > > > > > > > > > > > > > > > > > > > > > > > > | 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 46 47 48 49 50 51 52 53 |
<subtitle><link href="http://dirble.com/">//dirble.com/</link></subtitle>
<p>Dirble.com is another radio station directory, based on
user-contributed entries and automatic streaming server polling.</p>
<list>
<item><p>Provides a JSON API, which in v2 is easy to extract from.</p></item>
<item><p>Station lists contain even station homepages mostly.</p></item>
<item><p>And the channel plugin selects among the available
streaming URLs based on format (Ogg, AAC, preferred over MP3) and
maximum bitrate.</p></item>
</list>
<section>
<title>Station status indicators</title>
<p>For the dirble plugin each station entry may contain a stream
status icon. They often just represent a heuristic check or general
reachability statistic. You can usually start playback without
paying attention to the status icons: </p>
<terms>
<item>
<title>▮▮</title>
<p>Maybe currently inactive.</p>
</item>
<item>
<title>â–¶â–¶â–®</title>
<p>Available stream, no recent outage.</p>
</item>
<item>
<title>◀◀</title>
<p>Unclear Status 2</p>
</item>
</terms>
</section>
<section>
<note><p>There's a hidden config option for a custom API key.
It's perhaps redundant. Should streamtuner2 -D however reveal an error,
you can configure your own account in <file>settings.json</file>.
</p></note>
</section>
</page>
|
Modified help/html/dirble.html from [f3a6474c00] to [57e729fe8a].
| ︙ | ︙ | |||
20 21 22 23 24 25 26 | </div> <div class="region"> <div class="contents"> <p class="p">Dirble.com is another radio station directory, based on user-contributed entries and automatic streaming server polling.</p> <div class="list"><div class="inner"><div class="region"><ul class="list"> <li class="list"><p class="p">Provides a JSON API, which in v2 is easy to extract from.</p></li> | | > > > > > > > > > > > > > > > > > > > > | | | | 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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
</div>
<div class="region">
<div class="contents">
<p class="p">Dirble.com is another radio station directory, based on
user-contributed entries and automatic streaming server polling.</p>
<div class="list"><div class="inner"><div class="region"><ul class="list">
<li class="list"><p class="p">Provides a JSON API, which in v2 is easy to extract from.</p></li>
<li class="list"><p class="p">Station lists contain even station homepages mostly.</p></li>
<li class="list"><p class="p">And the channel plugin selects among the available
streaming URLs based on format (Ogg, AAC, preferred over MP3) and
maximum bitrate.</p></li>
</ul></div></div></div>
</div>
<div id="" class="sect"><div class="inner">
<div class="hgroup"><h2 class="title"><span class="title">Station status indicators</span></h2></div>
<div class="region"><div class="contents">
<p class="p">For the dirble plugin each station entry may contain a stream
status icon. They often just represent a heuristic check or general
reachability statistic. You can usually start playback without
paying attention to the status icons: </p>
<div class="terms"><div class="inner"><div class="region"><dl class="terms">
<dt class="terms">▮▮</dt>
<dd class="terms"><p class="p">Maybe currently inactive.</p></dd>
<dt class="terms">â–¶â–¶â–®</dt>
<dd class="terms"><p class="p">Available stream, no recent outage.</p></dd>
<dt class="terms">◀◀</dt>
<dd class="terms"><p class="p">Unclear Status 2</p></dd>
</dl></div></div></div>
</div></div>
</div></div>
<div id="" class="sect"><div class="inner">
<div class="hgroup"></div>
<div class="region"><div class="contents"><div class="note" title="Note"><div class="inner"><div class="region"><div class="contents"><p class="p">There's a hidden config option for a custom API key.
It's perhaps redundant. Should streamtuner2 -D however reveal an error,
you can configure your own account in <span class="file">settings.json</span>.
</p></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="channels.html#list" title="Available channels">Available channels</a></li>
<li class="links "><a href="index.html#channels" title="Channel tabs">Channel tabs</a></li>
|
| ︙ | ︙ |