11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
-
+
+
+
+
+
|
* You can edit out all but the "audio/*" fallback entry.
* Note that you have to specify an actual player (audacious, vlc, exaile, mplayer, totem). Playlist manager apps (banshee, rythmbox, gmusicbrowser, streamtuner2 itself) will not work.
After changing an application name, a green indicator should appear.
<h3>placeholders</h3>
<h3>Placeholders</h3>
Various placeholders can be specified after the command:
<style>
article .content table { width: 75%; margin: 5pt 15pt; }
</style>
<table>
<tr>
<th>%m3u</th> <th> Locally (downloaded/converted) .m3u file </th>
</tr>
<tr>
<td>%f</td> <td rowspan=3> aliases to %m3u </td>
</tr>
|
77
78
79
80
81
82
83
84
85
86
87
88
89
|
81
82
83
84
85
86
87
88
89
90
91
92
93
|
-
+
|
</tr>
</table>
If no placeholder is specified in the configuration a default %m3u is appended.
<h3>shell syntax</h3>
<h3>Shell syntax</h3>
The commands are mostly free-form. You can use various shell idioms. For example `pkill vlc ; vlc %url` to only have one running instance of players that would otherwise run in parallel (VLC also has an option for that, which would apply globally then).
|