mirror of
http://gitea.phreedom.club/localhost_frssoft/funkwlmpv
synced 2024-11-21 18:41:28 +00:00
run file for python virtual env
This commit is contained in:
parent
8bc6e8e01d
commit
3b4ad62c34
|
@ -20,6 +20,9 @@ Python dependencies:
|
||||||
```pip install -r requirements.txt```
|
```pip install -r requirements.txt```
|
||||||
Optional: brotli
|
Optional: brotli
|
||||||
|
|
||||||
|
For virtual env just type (ofc after install mpv, fzf, python3):
|
||||||
|
`./run`
|
||||||
|
|
||||||
### About cache folder
|
### About cache folder
|
||||||
funkwlmpv 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.
|
funkwlmpv 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]
|
Cache structure: cache/domain.tld/[track uuid]
|
||||||
|
|
Loading…
Reference in a new issue