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 2015-04-08 00:38:53 and 2015-04-10 02:43:20

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





+





-
+

-
+




-
-
+
+










+

This is supposed to become an overview of support playlist formats in different players / music collection managers.

 * <kbd>i</kbd> = import / play
 * <kbd>o</kbd> = export
 * <kbd>x</kbd> = plugin exists
 * <kbd>F</kbd> = feature request

<style>td {border-right: 1px dashed #eee} </style>

| ↓ App → Format | native | M3U | PLS | XSPF| JSPF| SMIL| CUE | ASX | RAM | WPL |
---------------------------------------------------------------------------------
| Streamtuner2   | json   | i/o | i/o | i/o | i   | o   | -   | o   | i   | -   |
| Streamtuner2   | json   | i/o | i/o | i/o | o   | i/o | -   | i/o | i   | -   |
| Audacious      | ?      | i   | i   | i   | -   | -   | -   | i   | -   | -   |
| Rhythmbox      | xml    | i/o | i/o | i   | -   | -   | -   | o   | -   | -   |
| Rhythmbox      | xml    | -   | -   | i   | -   | -   | -   | -   | -   | -   |
| Clementine     | ?      | i/o | i/o | i/o | -   | -   | i/o | i/o | -   | -   |
| Exaile         | shelve | i/o | i/o | i/o | -   | -   | -   | i/o | -   | -   |
| Banshee        | sqlite | i   | i   | i   | -   | -   |     | i   | -   | -   |
| Songbird       | sqlite | i   | i   | -   | -   | -   |     | i   | -   | -   |
| Amarok         | xspf   | i/o | i7o | i/o | ?   | -   | i/o | ?   | -   | -   |
| Quod Libet     | ?      | i   | i   | -   | -   | -   | part| -   | -   | -   |
| Amarok         | xspf   | i/o | i/o | i/o | ?   | -   | i/o | ?   | -   | -   |
| Quod Libet     | ?      | i/o | i/o | F   | -   | -   | part| -   | -   | -   |
| TunaPie2       | ini    | -   | i   | -   | -   | -   |     | -   | -   | -   |
| XMMS           | ?      | i   | i   | -   | -   | -   | -   | part| -   | -   |


References:

 * [http://en.wikipedia.org/wiki/Comparison_of_audio_player_software#Playlist_format_ability](http://en.wikipedia.org/wiki/Comparison_of_audio_player_software#Playlist_format_ability)
 * https://github.com/clementine-player/Clementine/tree/master/src/playlistparsers
 * https://developer.gnome.org/rhythmbox/unstable/RBPlaylistManager.html#rb-playlist-manager-export-playlist
 * http://exaile.readthedocs.org/en/latest/xl/playlist.html#playlist-converters
 * ["#xspf xml isn't escaped. # who developed that format? xiph you say? errr...."](https://github.com/quodlibet/quodlibet/search?utf8=%E2%9C%93&q=xspf)