Open ivesdebruycker opened 8 years ago
Since we're using our own playlist method, didn't think to integrate that... But we could add m3u\pls handler after RC2 release...
I was thinking about a plugin that would read m3u-files from a folder and converts them (periodically) to volumio2-playlists, but first i'll need to have a look at the plugin structure.
Good idea... We're finalizing it, hopefully this weekend will be out
This may be fixed now, can you give 2.001 a try?
MPD playlists (/var/lib/mpd/playlists/) are shown in the root of the music library, but when trying to play them, an error is thrown:
The cause is that
ControllerMpd.addPlay
is called with the name of the playlist (without extension), so command 'add' is sent instead of 'load' (/volumio/node_modules/mpd/index.js:145).I don't know a reliable way of knowing if is in fact an MPD playlist, except maybe
!fileName.startsWith('NAS/')
.Perhaps these playlists should also better be located in 'Playlists' instead of 'Music library'?