„README.md“ ändern

This commit is contained in:
Kaisa Marysia 2022-04-02 17:44:52 +02:00
parent 7d5fd5fa9a
commit 2f6c8f342e

View file

@ -5,6 +5,7 @@ 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)