Open Daja177 opened 2 months ago
This isn't a particularly elegant solution nor do I know how to do a better one, which is why I'm creating an issue rather than a pull request.
I'm not familiar with the m3u format but your solution just prints a list of file names to a *.m3u file. I don't think it can be wrong.
I made a PR that adds this as a new function.
As great of a tool impd is, one aspect I'm not too big of a fan of is its dependence on MPD when there are other music players people might want to use. Having the option to create an M3U playlist file would allow people to use any music player that supports M3U, including ones on devices that aren't computers, and also make MPD optional rather than essential.
For quite some time I've achieved this by replacing the
reshuffle()
function with one with this command:This isn't a particularly elegant solution nor do I know how to do a better one, which is why I'm creating an issue rather than a pull request.