You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered: