Persistent cache disabled by default

This commit is contained in:
localhost_frssoft 2023-03-02 20:58:22 +03:00
parent fcb52a7af9
commit 8d1e06d9c2
3 changed files with 6 additions and 3 deletions

View file

@ -21,7 +21,7 @@ Python dependencies:
Optional: brotli
### About cache folder
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.
funkwhale-cli has to cache tracks before playing (default disabled "enable_persistent_cache"). 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 play tracks offline, example: mpv --shuffle cache/*/*
cache_helper.sh - it might be useful for compression cache (lossy: vorbis 128 kbps, no thumbnail)