Play a random Album from a bandcamp profile with mpv/youtube-dl
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Elektroll 2f6c8f342e „README.md“ ändern 1 year ago
LICENSE Initial commit 1 year ago
README.md „README.md“ ändern 1 year ago

README.md

PlayRandomAlbumAtBandcampProfile

Play a random Album from a bandcamp profile with mpv/youtube-dl

Set vardiable

export SOURCELINK="<name>.bandcamp.com"
$ mpv --shuffle --no-video $(for i in $(curl $SOURCELINK | sed -n 's/.*href="\([^"]*\).*/\1/p'| sed 's/.com.*/.com/g' | grep "/album" |  sort | uniq); do echo $SOURCELINK$i; done)