You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
localhost_frssoft 8bc6e8e01d
d34b6252f7
2 months ago
src jump by track number in player 2 months ago
.gitignore Checks config; other changes 11 months ago
.icon.txt Added funkwhale ASCII icon when starting 4 months ago
COPYING Removed license; added copying cc0 (public domain) 10 months ago
MIRRORS mirrors renamed 2 months ago
README.md warn about confusing 2 months ago
cache_helper.sh Fix cache helper script 7 months ago
funkwlmpv renamed funkwhale-cli -> funkwlmpv 2 months ago
requirements.txt d34b6252f7 2 months ago

README.md

funkwlmpv

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

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)

[1]Warning: may content unofficial instances
Warning 2: This software not userfriendly. Maybe developerfriendly. Warning 3: This software optimized for my needs, this can be confuse you.


Simular projects:
funkblubber - Naiji's Funkwhale CLI tool writen on Dart
funkwhale-cli - Official Command line interface to interact with a Funkwhale server, writen on python
funkwhale-cli (2) - Same as official, but rewriten on rust
HTTPDirFS - HTTP Directory Filesystem with a permanent cache, and Airsonic / Subsonic server support! Writen on C