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:15:57 and 2017-01-27 18:20:01

38
39
40
41
42
43
44
45




46
47

48
49
50
51
52
53
38
39
40
41
42
43
44

45
46
47
48
49

50
51
52
53
54
55
56







-
+
+
+
+

-
+







### 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:

| App            | version        | platform       | file:/// | UTF-8    |
--------------------------------------------------------------------------
|                |                | **Windows**    |          |          |
| 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**      |          |          |
|   -            |     -          | **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  |