„README.md“ ändern
This commit is contained in:
parent
580a6c6a34
commit
7d5fd5fa9a
1 changed files with 9 additions and 1 deletions
|
|
@ -1,3 +1,11 @@
|
|||
# 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)
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue