mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-02-07 12:19:31 +00:00
![Gabriel Arazas](/assets/img/avatar_default.png)
Notes on Nix, Flatpak, and mpc are here. They're just drafts and yet I added them into the Git worktree. I'll complete them someday ;p
478 B
478 B
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.
Examples
Welp, it's a music daemon client so it should be simple enough.
Random piecewise shuffle
mpc listall | shuf --head-count 10 | xargs --replace='{}' mpc add '{}'