23 lines
475 B
Markdown
23 lines
475 B
Markdown
# funkblubber
|
|
|
|
<p align="center">
|
|
<img width="460" height="300" src="https://dev.udongein.xyz/NaiJi/funkblubber/raw/branch/master/icon.png">
|
|
</p>
|
|
|
|
A simple CLI for Funkwhale
|
|
|
|
Dependencies:
|
|
- [jq](https://stedolan.github.io/jq/) package for curl json parsing.
|
|
- [curl](https://curl.se/) package for transferring data with URLs.
|
|
|
|
### How To
|
|
|
|
```
|
|
./funkblubber [full artist url|full album url]
|
|
```
|
|
|
|
For example:
|
|
```
|
|
./funkblubber https://whale.domain/library/albums/2165/
|
|
```
|