Grammar fix in README

Thx lesia for fix grammar
This commit is contained in:
localhost_frssoft 2023-03-02 00:03:24 +03:00
parent 5910987781
commit fcb52a7af9
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# funkwhale-cli
Just for fun. A simple "player" client for FunkWhale instances. Writen on python
Just for fun. A simple TUI media player for FunkWhale instances. Writen on python
Features:
* Simple interface
@ -21,10 +21,10 @@ Python dependencies:
Optional: brotli
### About cache folder
funkwhale-cli first to cache tracks before playing. Cache is persistent and You manage manually as is.
funkwhale-cli has to cache tracks before playing. Cache is persistent and you should manage it manually because the (script/program) can't clean it automatically.
Cache structure: cache/domain.tld/[track uuid]
You can to play tracks offline, example: mpv --shuffle cache/*/*
cache_helper.sh - just useful for compression cache (lossy: vorbis 128 kbps, no thumbnail)
You can play tracks offline, example: mpv --shuffle cache/*/*
cache_helper.sh - it might be useful for compression cache (lossy: vorbis 128 kbps, no thumbnail)
Also, tnx Inex for his FunkWhale instance (set by default instance)