A cli music streaming tool.
Canito is very brittle, will likely not work as expected yet, and subject to change.
Run ./canito.py name of the song
.
The tool searches for that song on Youtube, trying to find uploads made by Youtube itself.
It then starts a tmux session with mpv playing the file, or – if already running – adds it to the playlist.
Canito is written in Python 3. You need the youtube-dl python library and mpv, youtube-dl and tmux in your path.