mirror of
http://gitea.phreedom.club/localhost_frssoft/funkwlmpv
synced 2024-11-06 03:53:15 +00:00
26 lines
687 B
Markdown
26 lines
687 B
Markdown
# funkwhale-cli
|
|
Just for fun. Simple "player" client for FunkWhale instances. Writen on python
|
|
|
|
Features:
|
|
* Simple interface
|
|
* Listen tracks
|
|
* Listen radios (include users/libraries)
|
|
* Select and listen albums
|
|
* Select and listen artists
|
|
* Search by albums, artists
|
|
* Switch instance from public list[1] and official instanses listing network.funkwhale.audio (if avalaible)
|
|
* All others features maybe working 50/50
|
|
|
|
Depends:
|
|
* python3.9+
|
|
* [mpv](https://mpv.io)
|
|
* [fzf](https://github.com/junegunn/fzf)
|
|
|
|
Python depends:
|
|
```pip install -r requirements.txt```
|
|
|
|
Also, thk Inex for FunkWhale instance (set by default instance)
|
|
|
|
[1]**Warning:** may content _unofficial instances_
|
|
|