10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
-
+
|
<dl>
<dt>%m3u
<dd>Locally (downloaded/converted) .m3u file
<dt>%f
<dt>%g
<dt>%m
<dd>aliases to $m3u
<dd>aliases to %m3u
</dd>
<hr>
<dt>%pls
<dd>Link to on.server .pls stream list (shoutcast default)
<dt>%url
<dt>%u
<dt>%r
|
32
33
34
35
36
37
38
|
32
33
34
35
36
37
38
39
40
41
42
43
|
+
+
+
+
+
|
<dt>%s
<dd>Aliases for %pls and %url
</dd>
</dl>
If no placeholder is specified in the configuration a default %m3u is appended.
<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).
|