diff --git a/README.md b/README.md index 6fcaa29..45eb7bf 100644 --- a/README.md +++ b/README.md @@ -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)