mirror of
https://gitea.phreedom.club/localhost_frssoft/funkwlmpv
synced 2024-11-22 17:09:20 +02:00
Update README
This commit is contained in:
parent
7e936d9bbb
commit
d57b79468e
24
README.md
24
README.md
|
@ -1,24 +1,22 @@
|
||||||
# funkwhale-cli
|
# funkwhale-cli
|
||||||
Just for fun. Simple "player" API script for FunkWhale instances.
|
Just for fun. Simple "player" client for FunkWhale instances. Writen on python
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
* Select and listen tracks
|
* Simple interface
|
||||||
|
* Listen tracks
|
||||||
|
* Listen radios (include users/libraries)
|
||||||
* Select and listen albums
|
* Select and listen albums
|
||||||
* Select and listen artists
|
* Select and listen artists
|
||||||
* Select and listen podcasts
|
* Switch instance from public list in config.json[1]..
|
||||||
* Switch instance from public list in config.json[1] or manual input. Also recent used instance list.
|
* All others features maybe working 50/50
|
||||||
* All others futures maybe working 50/50
|
|
||||||
|
|
||||||
Depends:
|
Depends:
|
||||||
* [mpv](https://mpv.io) (recommended)
|
* python3.9+
|
||||||
* [jj](http://gitea.phreedom.club/localhost_frssoft/jj)
|
* [mpv](https://mpv.io)
|
||||||
* [curl](https://curl.se/)
|
* [fzf](https://github.com/junegunn/fzf)
|
||||||
* [fzy](https://github.com/jhawthorn/fzy)
|
```pip install -r requirements.txt```
|
||||||
|
|
||||||
Also, thk Inex for FunkWhale instance (set by default instance)
|
Also, thk Inex for FunkWhale instance (set by default instance)
|
||||||
|
|
||||||
[1]**Warning:** "Public" list instances in config.json may content _unofficial instance_
|
[1]**Warning:** "Public" list instances in config.json may content _unofficial instance_
|
||||||
|
|
||||||
___
|
|
||||||
Demo (sorry for low quality...):
|
|
||||||
![demo](demo.webm)
|
|
||||||
|
|
Loading…
Reference in New Issue