Mpc

From wikinotes
Revision as of 00:58, 18 November 2020 by Will (talk | contribs) (Created page with "mpc is a simple commandline client for mpd. = Usage = <blockquote> <source lang="bash"> mpc list artist | shuf | tail -n 10 # 10x random artists </source> </blockquote><...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

mpc is a simple commandline client for mpd.

Usage

mpc list artist | shuf | tail -n 10  # 10x random artists