1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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
|
+
+
+
|
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
<style>td {border-right: 1px dashed #eee} </style>
| ↓ App → Format | native | M3U | PLS | XSPF| JSPF| SMIL| ASX | RAM | WPL |
---------------------------------------------------------------------------
| Streamtuner2 | json | i/o | i/o | i/o | i | o | o | i | - |
| Rhythmbox | xml | i/o | i/o | i | - | - | o | - | - |
| Clementine | ? | 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 | x | - | - | x | - | - | - | - |
| Amarok | ? |
| TunaPie2 | ini | - | i | - | - | - | - | - | - |
References:
* 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
|