funkwlmpv/README.md

30 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2024-07-25 10:48:57 +00:00
# funkwlplay
2022-03-29 23:47:33 +00:00
2024-07-25 15:06:25 +00:00
basic functional for create playlist tracks. Be simple as possible. No implement player and tui. Just bare cli solution.
Random powered, good luck :3
Example usage:
```
./funkwlplay.py # just get random tracks from instances
./funkwlplay.py -s 'dance with the dead' # search on instances
./funkwlplay.py -t house # search tag house on instances
./funkwlplay.py -r 1 -d 10 -i funk.deko.cloud # get 10 pages random tracks from instance
$YOUR_FAVORITE_PLAYER playlist.m3u8 # just plays tracks. Remember at this moment playlist will be rewriten after every call ./funkwlplay.py
```
2022-04-02 16:21:25 +00:00
2022-11-10 00:31:36 +00:00
[1]**Warning:** may content _unofficial instances_
2023-03-02 18:00:31 +00:00
**Warning 2:** This software not userfriendly. Maybe developerfriendly.
2023-08-11 00:16:02 +00:00
**Warning 3:** This software optimized for my needs, this can be confuse you.
2022-03-30 18:55:54 +00:00
2023-08-10 18:54:58 +00:00
___
Simular projects:
[funkblubber - Naiji's Funkwhale CLI tool writen on Dart](https://git.reisen.church/NaiJi/funkblubber)
[funkwhale-cli - Official Command line interface to interact with a Funkwhale server, writen on python](https://dev.funkwhale.audio/funkwhale/cli)
[funkwhale-cli (2) - Same as official, but rewriten on rust](https://gh.phreedom.club/SkyLeite/funkwhale-cli)
[HTTPDirFS - HTTP Directory Filesystem with a permanent cache, and Airsonic / Subsonic server support! Writen on C](https://gh.phreedom.club/fangfufu/httpdirfs)