Check-in [f9d3057189]
Overview
Comment: | Example config for MPD/MPC playback. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
f9d30571891b38c88f7d855bf7c04097 |
User & Date: | mario on 2015-12-21 01:29:22 |
Other Links: | manifest | tags |
Context
2015-12-21
| ||
01:38 | Add links to additional channel modules check-in: 220cf71c8c user: mario tags: trunk | |
01:29 | Example config for MPD/MPC playback. check-in: f9d3057189 user: mario tags: trunk | |
2015-11-14
| ||
21:49 | Introduce "New station..." menu entry. (via streamedit / non-functional on first invocation / needs custom simpler UI and implementation) check-in: 249dac590b user: mario tags: trunk | |
Changes
Modified help/config_apps.page from [88f4824a2c] to [ba01a35e22].
︙ | ︙ | |||
72 73 74 75 76 77 78 79 80 | <note style="info"><p>Most audio players like %pls, yet sometimes the older %m3u format more. Streamripper requires %srv for recording.</p> <p>Use the newer <var>%xspf</var> 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.</p> </note> </section> | > | > > > > > > > > > > > > > > > > > > > > > > > > | 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 102 103 104 105 106 107 | <note style="info"><p>Most audio players like %pls, yet sometimes the older %m3u format more. Streamripper requires %srv for recording.</p> <p>Use the newer <var>%xspf</var> 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.</p> </note> </section> <section> <title>Other players</title> <p>Here a few other configuration examples for other players/backends.</p> <terms> <item> <title>MPD</title> <p> Rocus van Oosten <link href="https://sourceforge.net/p/streamtuner2/discussion/1173108/thread/82b6be86/">recommends</link> following wrapper script to start playing radio streams via MPD right away: </p> <code>MPD_HOST='10.0.0.222' # or your MPD host export MPD_HOST mpc clear mpc load $1 mpc play</code> <p> Save it as <file>mpc-pls</file> script and configure it in streamtuner as <cmd>mpc-pls %pls</cmd> for example. </p> </item> </terms> </section> </page> |