Your favorite flows, straight from shell
⚠️ For legal reasons,dzrdoes not contain any private keys, so find them yourself.
Preview
Download
See release for the prebuild binary.
Build
cc dzr.c # HTTP only, work with DZR_API methodBuild with HTTPS support via LibSSL
apt install gcc libssl1* libssl-dev
gcc dzr.c -DUSE_SSL -lssl -lcrypto -o dzrSetup
Setup dzr environement variables using the
wiki in your .bashrc/.zshrc.
Usage
dzr 997764 > my.mp3
dzr 997764 | mpv -
DZR_FMT=9 dzr 997764 > my.flac
dzr-api artist pink floyds | xargs dzr | mpv -