Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


Changes To player

Changes to "player" between 2012-01-10 14:42:50 and 2012-01-10 14:45:07

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).