2022-03-29 23:47:33 +00:00
|
|
|
# funkwhale-cli
|
2022-11-08 21:03:22 +00:00
|
|
|
Just for fun. Simple "player" client for FunkWhale instances. Writen on python
|
2022-03-29 23:47:33 +00:00
|
|
|
|
2022-11-08 21:03:22 +00:00
|
|
|
Features:
|
|
|
|
* Simple interface
|
|
|
|
* Listen tracks
|
|
|
|
* Listen radios (include users/libraries)
|
2022-04-04 10:16:07 +00:00
|
|
|
* Select and listen albums
|
2022-04-07 12:27:15 +00:00
|
|
|
* Select and listen artists
|
2022-11-08 21:24:59 +00:00
|
|
|
* Search by albums, artists
|
2022-11-08 21:03:22 +00:00
|
|
|
* Switch instance from public list in config.json[1]..
|
|
|
|
* All others features maybe working 50/50
|
2022-03-29 23:47:33 +00:00
|
|
|
|
|
|
|
Depends:
|
2022-11-08 21:03:22 +00:00
|
|
|
* python3.9+
|
|
|
|
* [mpv](https://mpv.io)
|
|
|
|
* [fzf](https://github.com/junegunn/fzf)
|
2022-11-08 21:05:38 +00:00
|
|
|
|
|
|
|
Python depends:
|
2022-11-08 21:03:22 +00:00
|
|
|
```pip install -r requirements.txt```
|
2022-03-29 23:47:33 +00:00
|
|
|
|
2022-08-02 09:08:18 +00:00
|
|
|
Also, thk Inex for FunkWhale instance (set by default instance)
|
2022-04-02 16:21:25 +00:00
|
|
|
|
|
|
|
[1]**Warning:** "Public" list instances in config.json may content _unofficial instance_
|
2022-03-30 18:55:54 +00:00
|
|
|
|