funkwlmpv
Go to file
localhost_frssoft 5f5b35b887 Warning about not userfriendly 2023-03-02 21:00:31 +03:00
src Persistent cache disabled by default 2023-03-02 20:58:22 +03:00
.gitignore Checks config; other changes 2022-11-10 02:23:18 +03:00
COPYING Removed license; added copying cc0 (public domain) 2022-11-23 02:46:01 +03:00
MIRRORS +1 mirror 2022-12-03 13:26:18 +03:00
README.md Warning about not userfriendly 2023-03-02 21:00:31 +03:00
cache_helper.sh Fix cache helper script 2023-03-01 01:14:23 +03:00
funkwhale_cli.py autopep8 fixes 2022-12-18 04:02:53 +03:00
requirements.txt requirements 2022-11-02 03:09:13 +03:00

funkwhale-cli

Just for fun. A simple TUI media player for FunkWhale instances. Writen on python

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:

Python dependencies:
pip install -r requirements.txt Optional: brotli

About cache folder

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)

Also, tnx Inex for his FunkWhale instance (set by default instance)

[1]Warning: may content unofficial instances
Warning 2: This software not userfriendly. Maybe developerfriendly.