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

⌈⌋ ⎇ branch:  streamtuner2


Changes To Playlist format support

Changes to "Playlist format support" between 2017-01-27 18:20:01 and 2017-02-15 18:32:58

34
35
36
37
38
39
40
41

42
43
44
45
46
47
48
49
50
51
52
53
54



55
56
34
35
36
37
38
39
40

41
42
43
44
45
46
47
48
49
50
51
52


53
54
55
56
57







-
+











-
-
+
+
+


 * https://xmms2.org/wiki/Main_Page
 * ASX is also stored as WSX sometimes. And sometimes even serialized like WPL, which is basically SMIL in various variations (no shortage of weird NIH formats in Windows land).

----

### UTF-8 and file:/// URL support

One thing that come up with developing the file browser plugin is the varied support for file:/// URLs and platform-dependant UTF-8 encoding. This likely goes for direct-file invocation as well as playlist-contained references. Here grouped by samples:
One thing that came up with developing the file browser plugin is the varied support for file:/// URLs and platform-dependent UTF-8 encoding. This likely goes for direct-file invocation as well as playlist-contained references. Here grouped by samples:

| App            | version        | platform       | file:/// | UTF-8    |
--------------------------------------------------------------------------
| VLC            | 2.2.4          | Windows 7      | yes      | syscp    |
| Wmplayer       | \*             | Windows 7      | no       | syscp    |
| AIMP           | \*             | Windows 7      | no       | syscp    |
| MPC            | \*             | Windows 7      | no       | syscp    |
| \*             | \*             | Windows        | partly   | quoted   |
|   -            |     -          | **Linux**      |    -     |    -     |
| VLC            | 2.0.8          | Ubuntu 12.04   | yes      | quoted   |
| VLC            | 2.2.0          | Ubuntu 16.04   | yes      | literal  |
| Audacious      | -              | Ubuntu 12.04   | yes      | literal  |
| Parole         | -              | Ubuntu 16.04   | yes      | literal  |
| Audacious      | 3.4.3          | Ubuntu 12.04   | yes      | literal  |
| Parole         | 0.8.1          | Ubuntu 16.04   | yes      | literal  |
| Clementine     | 1.2.3          | Ubuntu 16.04   | yes      | literal  |