Cooking black beans and salsa playlist
Musical motivation
I would like to thank ChatGPT for selecting the tunes this evening. This could be the start of a collection. Of course it could!
find . -type f \
! -path "*/.AppleDouble/*" \
! -path "*/__MACOSX/*" \
! -name "._*" \
\( -iname "*.mp3" -o -iname "*.flac" -o -iname "*.m4a" \) \
| grep -Ei "Ohio Players|Sly And The Family Stone|The Temptations|The Stylistics|Two Tone|Prince.*Funk|We Can Funk|Funky Music|Calypso|Stomp" \
| shuf \
| mpv --playlist=-
- Read more about Cooking black beans and salsa playlist
- Log in to post comments