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

⌈⌋ branch:  streamtuner2


Changes To player

Initial version of "player"



































1
2
3
4
5
6
7
8
9
10
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
<h2>Player config</h2>

The config dialog for player settings allows to associate different media playback apps for different audio streams. In reality you only need "audio/mpeg" (MP3) since that is the most common format.

Note that you have to specify an actual player (audacious, vlc, exaile, mplayer, totem) not a library app (banshee, rythmbox, gmusicbrowser, streamtuner2 itself).

<h3>placeholders</h3>

Various placeholders can be specified after the command:

<dl>
  <dt>%m3u
    <dd>Locally (downloaded/converted) .m3u file
  <dt>%f
  <dt>%g
  <dt>%m
    <dd>aliases to $m3u
<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
<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
</dl>

If no placeholder is specified in the configuration a default %m3u is appended.