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.
|
1 year ago | |
---|---|---|
LICENSE | 1 year ago | |
README.md | 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)