Check-in [497073df0d]
Overview
| Comment: | Document current reuse_m3u and nothreads config behaviour. Rewrite placeholder and application help pages to be more understandable. Mention GUI alternatives to streamripper. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
497073df0df4cda1cff50a22c8b261e0 |
| User & Date: | mario on 2015-04-24 19:21:32 |
| Other Links: | manifest | tags |
Context
|
2015-04-24
| ||
| 19:21 | Use generic `audio/mod-zip` for all MOD Archive urls. check-in: fed23f23f7 user: mario tags: trunk | |
| 19:21 | Document current reuse_m3u and nothreads config behaviour. Rewrite placeholder and application help pages to be more understandable. Mention GUI alternatives to streamripper. check-in: 497073df0d user: mario tags: trunk | |
| 19:20 | Prepare bookmarks-category DND as target (for internal stream moving). Fix FILE_NAME being passed as text not uris XSelection type. Use underscores in place of spaces to avoid urlencoding file:// references. Move log.DND colorization to config. check-in: 1569b57c42 user: mario tags: trunk | |
Changes
Modified help/action_recording.page from [f19b531796] to [f946f040e0].
| ︙ | |||
32 33 34 35 36 37 38 | 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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | - - + + + + + + + + + + + + + + + + + + - + - - + + - - - + + + | <p>To configure a default download directory, use the <cmd>-d</cmd> option to streamripper. For example <cmd>xterm -e "streamripper -d /media/music/"</cmd> would use an absolute path. Else it downloads to the current working directory (often your HOME path), and creates one directory per radio station there.</p> </section> |
Modified help/channel_modarchive.page from [755a76a43d] to [472c7bd913].
| ︙ | |||
18 19 20 21 22 23 24 | 18 19 20 21 22 23 24 25 26 27 28 29 30 | - - + + + + |
<item><p>MikMod</p></item>
<item><p>MODPlug for XMMS</p></item>
<item><p>GModplay</p></item>
<item><p>VLC (built-in support)</p></item>
</list>
<note><p>See <link xref="recording">recording
|
Modified help/config_apps.page from [d8a5ff9529] to [88f4824a2c].
| ︙ | |||
29 30 31 32 33 34 35 | 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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | - - + + - - - - + + + + + + + + + - + + + + + + + + - - - + + + - - + + + + |
<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 <code>pkill vlc ; vlc %u</code> instead,
which ends the previous player process and starts it anew.
For VLC there's however also the <code>--one-instance</code> option, which sometimes
works better. (And sometimes not.)</p>
<p>Some applications, like Rhythmbox or Banshee, are primarily playlist managers, not players,
|
Modified help/configuration.page from [cec2e8132d] to [76215508f0].
| ︙ | |||
50 51 52 53 54 55 56 | 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | - + - - + + + |
<tr><td><p><var>audio/ogg</var></p></td> <td><p><cmd>audacious</cmd></p></td></tr>
<tr><td><p><var>audio/*</var></p></td> <td><p><cmd>vlc --one-instance</cmd></p></td></tr>
<tr><td><p><var>video/*</var></p></td> <td><p><cmd>totem</cmd></p></td></tr>
<tr><td><p><var>video/youtube</var></p></td> <td><p><cmd>vlc %srv</cmd></p></td></tr>
</table>
<p>Application names are most always lowercase binary names. Double click an entry to edit it.
|
| ︙ | |||
157 158 159 160 161 162 163 | 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 | + + + + + + + + + + + + - + + + + + + + + + + + + + + + - + - - + + + + + - - + + - + |
<terms>
<title>System</title>
<item>
<title>Temporary files</title>
<p>Streamtuner2 creates temporary .m3u files - for audio players that are configured to use %m3u files
instead of %pls or %srv URLs. For archival purposes you might want to set a dedicated directory
for this. In recent versions streamtuner2 will create a <file>/tmp/streamtuner2</file> directory
for itself. (You cannot set just `/tmp` anymore, because that will be mapped to the longer name.
You can trick the old behaviour with `/tmp/.` however. Don't do that unless you have a reason).</p>
</item>
<item>
<title>Reuse .m3u/.pls files</title>
<p>When converting online station playlists, streamtuner2 creates temporary files like
<var>shoutcast.11539398391891.m3u</var> for your audio player. It'll keep those
files around until you quit streamtuner2. That speeds up switching between and reconnecting to
a previous station. It's in particular necessary when you use <key>⏭</key> or <key>⏪</key>
directly in your player. For <var>%pls</var> references your player typically usues the online-only
playlist files anyway. If you disable this option, then converted pls/m3u/xspf files get recreated
|