Replies: 3 comments 7 replies
-
in my setup, i load all songs in my library, and set mpd playback mode to repeat and random. so the client itself pretty irrelevant I assume. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
5 replies
-
You can use mpc and bash like: mpc listall | shuf | head -n 10 To list 10 Random tracks depend on shuf. add to pipe sed 's![^/]*$!!' to shrink backwards until first / now you can add in same pipe mpc add and have full albums. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello -
Is there an MPD client that allows playing music randomly from the mpd database? My instance of MPD runs "headless" from my music server. I'd like the ability to set mpd to just play random selections continuously from the music database, and be able to start and stop this process using a remote client on my laptop of tablet.
Thanks for any insight!
Beta Was this translation helpful? Give feedback.
All reactions