Index: help/config_apps.page ================================================================== --- help/config_apps.page +++ help/config_apps.page @@ -74,9 +74,34 @@

Use the newer %xspf format if your player supports it. This format retains the maximum of station infos (such as homepages etc.), and thus often makes for better bookmarking directly in your player.

+ + +
+Other players +

Here a few other configuration examples for other +players/backends.

+ + + MPD +

+ Rocus van Oosten recommends + following wrapper script to start playing radio streams via MPD right away: +

+ MPD_HOST='10.0.0.222' # or your MPD host +export MPD_HOST +mpc clear +mpc load $1 +mpc play +

+ Save it as mpc-pls script and configure it in streamtuner as + mpc-pls %pls for example. +

+
+
+