mirror of
http://gitea.phreedom.club/localhost_frssoft/funkwlmpv
synced 2024-11-22 01:01:27 +00:00
typos/grammar fix in README.
This commit is contained in:
parent
bfb87b3c08
commit
c4aaab97bf
20
README.md
20
README.md
|
@ -1,25 +1,25 @@
|
||||||
# funkwhale-cli
|
# funkwhale-cli
|
||||||
Just for fun. Simple "player" client for FunkWhale instances. Writen on python
|
Just for fun. A simple "player" client for FunkWhale instances. Writen on python
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
* Simple interface
|
* Simple interface
|
||||||
* Listen tracks
|
* Listening to tracks
|
||||||
* Listen radios (include users/libraries)
|
* Listening to radios (including users/libraries)
|
||||||
* Select and listen albums
|
* Selecting and listening to albums
|
||||||
* Select and listen artists
|
* Selecting and listening to artists
|
||||||
* Search by albums, artists
|
* Search by albums, artists
|
||||||
* Switch instance from public list[1] and official instanses listing network.funkwhale.audio (if avalaible)
|
* Switching instance from the public list[1] and the official instances list network.funkwhale.audio (if avalaible)
|
||||||
* All others features maybe working 50/50
|
* All other features are working 50/50
|
||||||
|
|
||||||
Depends:
|
Dependencies:
|
||||||
* python3.9+
|
* python3.9+
|
||||||
* [mpv](https://mpv.io)
|
* [mpv](https://mpv.io)
|
||||||
* [fzf](https://github.com/junegunn/fzf)
|
* [fzf](https://github.com/junegunn/fzf)
|
||||||
|
|
||||||
Python depends:
|
Python dependencies:
|
||||||
```pip install -r requirements.txt```
|
```pip install -r requirements.txt```
|
||||||
|
|
||||||
Also, tnx Inex for FunkWhale instance (set by default instance)
|
Also, tnx Inex for his FunkWhale instance (set by default instance)
|
||||||
|
|
||||||
[1]**Warning:** may content _unofficial instances_
|
[1]**Warning:** may content _unofficial instances_
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue