dotfiles/mpd/usr/bin/mpd-random-albums
2020-04-22 23:19:06 -07:00

9 lines
199 B
Text
Executable file

#!/usr/bin/scsh -s
!#
(run (mpc clear))
(for-each (lambda (album)
(run (mpc findadd album ,album)))
(run/strings (pipe (mpc list album)
(shuf))))