mirror of
https://gitea.phreedom.club/localhost_frssoft/funkwlmpv
synced 2024-11-05 23:03:00 +00:00
26 lines
740 B
Markdown
26 lines
740 B
Markdown
# funkwhale-cli
|
|
Just for fun. A simple "player" client for FunkWhale instances. Writen on python
|
|
|
|
Features:
|
|
* Simple interface
|
|
* Listening to tracks
|
|
* Listening to radios (including users/libraries)
|
|
* Selecting and listening to albums
|
|
* Selecting and listening to artists
|
|
* Search by albums, artists
|
|
* Switching instance from the public list[1] and the official instances list network.funkwhale.audio (if avalaible)
|
|
* All other features are working 50/50
|
|
|
|
Dependencies:
|
|
* python3.9+
|
|
* [mpv](https://mpv.io)
|
|
* [fzf](https://github.com/junegunn/fzf)
|
|
|
|
Python dependencies:
|
|
```pip install -r requirements.txt```
|
|
|
|
Also, tnx Inex for his FunkWhale instance (set by default instance)
|
|
|
|
[1]**Warning:** may content _unofficial instances_
|
|
|