Command line: mpc

mpc is a command line client for the Music Player Daemon (MPD). Pretty nifty for controlling it in the command line and a bit of automation.

Subcommands

The subcommands mainly deals with interacting with the server, letting you play and manage your music in the command line!

Examples

Welp, it's a music daemon client so it should be simple enough.

Randomized playlist

Even more useful if you schedule it.

mpc listall | shuf --head-count 10 | xargs --replace='{}' mpc add '{}'