how can I create a .m3u playlist file with .mp3
and .m4a
files in it using debian linux please?
I tried this but the end-result is non-playable ls -w 1 *.m4a *.mp3> ~/.mpd/playlists/beeb-radio.m3u
.
It lists all the files with the correct extensions but when I try to load it in MPD, it says that the song is non-playable.
The source directory is ~/Music/beeb-radio/ and the target directory is ~/.mpd/playlists
and the relevant code is -
This creates the file 'beeb-radio.m3u' which is instantly playable by MPD if put into its playlist directory.