Go to file
2024-07-25 14:38:57 +03:00
.gitignore Checks config; other changes 2022-11-10 02:23:18 +03:00
.icon.txt Added funkwhale ASCII icon when starting 2023-06-15 23:55:45 +03:00
COPYING Removed license; added copying cc0 (public domain) 2022-11-23 02:46:01 +03:00
funkwlplay.py raise for status in search 2024-07-25 14:38:57 +03:00
instances added instance 2024-07-25 09:08:49 +03:00
MIRRORS mirrors renamed 2023-08-03 11:51:42 +03:00
README.md remove funkwlmpv related files 2024-07-25 13:48:57 +03:00
requirements.txt remove funkwlmpv related files 2024-07-25 13:48:57 +03:00

funkwlplay

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. 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