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