11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
+
+
+
|
<dl>
<dt>%m3u
<dd>Locally (downloaded/converted) .m3u file
<dt>%f
<dt>%g
<dt>%m
<dd>aliases to $m3u
</dd>
<hr>
<dt>%pls
<dd>Link to on.server .pls stream list (shoutcast default)
<dt>%url
<dt>%u
<dt>%r
<dt>%l
<dd>Aliases for %pls and %url
</dd>
<hr>
<dt>%srv
<dd>Extracted direct link to streaming server (e.g. http://example.com/stream:25078)
<dt>%d
<dt>%s
<dd>Aliases for %pls and %url
</dd>
</dl>
If no placeholder is specified in the configuration a default %m3u is appended.
|