remove funkwlmpv related files

This commit is contained in:
localhost_frssoft 2024-07-25 13:48:57 +03:00
parent eeb177c335
commit 3f700b6b8f
25 changed files with 3 additions and 3309 deletions

View file

@ -1,36 +1,6 @@
# funkwlmpv
### Deprecated
Just for fun. A simple TUI media player for FunkWhale instances. Writen on python
# funkwlplay
Features:
* Simple interface
* Listening to tracks
* Listening to radios (including users/libraries)
* Selecting and listening to albums
* Selecting and listening to artists
* Search by albums, artists
* Switching instance from the public list[1] and the official instances list network.funkwhale.audio (if avalaible)
* All other features are working 50/50
Dependencies:
* python3.9+
* [mpv](https://mpv.io)
* [fzf](https://github.com/junegunn/fzf)
Python dependencies:
```pip install -r requirements.txt```
Optional: brotli
For virtual env just type (ofc after install mpv, fzf, python3):
`./run`
### 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.
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)
Also, tnx Inex for his FunkWhale instance (set by default instance)
basic functional for create playlist tracks. Be simple as possible. No implement player and tui. Just bare cli solution.
[1]**Warning:** may content _unofficial instances_
**Warning 2:** This software not userfriendly. Maybe developerfriendly.