Index: help/action_edit.page ================================================================== --- help/action_edit.page +++ help/action_edit.page @@ -25,10 +25,11 @@

This dialog is primarily useful for your personal bookmarks. It allows to shorten or rename things. You can even use new to add new entries this way. (Which doesn't make sense in regular channel categories, because - changes will be lost once you hit Reload.)

+ changes will be lost once you hit Reload). A proper "Add station..." + dialog is planned though.

Index: help/contrib_channels.page ================================================================== --- help/contrib_channels.page +++ help/contrib_channels.page @@ -59,11 +59,13 @@ <link href="http://listenlive.eu/">ListenLive.eu</link>

ListenLive is also an Europe-centric radio directory.

<link href="http://radiosure.com/">RadioSure</link> -

Station database that's readily available as CSV list.

+

Station database that's readily available as CSV list. You'll + currently need the tmp_clean_multiurl plugin as well, as most entries + supply multiple URLs, but action.py doesn't support those currently.

<link href="http://vtuner.com/">vTuner</link>

Categorized station list by a cross-platform streaming service provider.

Index: help/contrib_features.page ================================================================== --- help/contrib_features.page +++ help/contrib_features.page @@ -108,9 +108,27 @@ <p>dev_faulthandler</p>

This is a pure development plugin, meant to debug ST2 crashes.

+ + <p>bookmarks_show_extra</p> +

Is a slim UI adaption to show the `extra` field in the bookmarks + channel. This field can contain user comments, but is used per default + to store the originating channel in.

+
+ + <p>new_station</p> +

Currently not working. Small plugin to provide an "Add station..." + menu entry. Note that ST2 is not meant as playlist manager, which is + why this isn't a built-in feature. However, it's oft-requested anyway.

+
+ + <p>tmp_clean_multiurl</p> +

Strips extra space-separate URLs from station list. (Currently only + required for RadioSure channel. Later ST2 versions will likely support + such entries per default again).

+
Index: help/html/contrib_channels.html ================================================================== --- help/html/contrib_channels.html +++ help/html/contrib_channels.html @@ -52,11 +52,13 @@ somewhat slower because playback addresses are hidden away with extra page requests. Works reliably still.

ListenLive.eu

ListenLive is also an Europe-centric radio directory.

RadioSure
-

Station database that's readily available as CSV list.

+

Station database that's readily available as CSV list. You'll + currently need the tmp_clean_multiurl plugin as well, as most entries + supply multiple URLs, but action.py doesn't support those currently.

vTuner

Categorized station list by a cross-platform streaming service provider.

Reciva

Reciva is an iPhone app, with a browsable station list.

house-mixes
Index: help/html/contrib_features.html ================================================================== --- help/html/contrib_features.html +++ help/html/contrib_features.html @@ -112,10 +112,22 @@

Alternatively you could configure an external player like soundcli of course. Use the pseudo type "audio/soundcloud" for the player settings table.

dev_faulthandler

This is a pure development plugin, meant to debug ST2 crashes.

+
bookmarks_show_extra
+

Is a slim UI adaption to show the `extra` field in the bookmarks + channel. This field can contain user comments, but is used per default + to store the originating channel in.

+
new_station
+

Currently not working. Small plugin to provide an "Add station..." + menu entry. Note that ST2 is not meant as playlist manager, which is + why this isn't a built-in feature. However, it's oft-requested anyway.

+
tmp_clean_multiurl
+

Strips extra space-separate URLs from station list. (Currently only + required for RadioSure channel. Later ST2 versions will likely support + such entries per default again).