2486 shaares
83 private links
83 private links
Automatic beets importer.
Runs a web-server which enables you to, after downloading some music, call a simple script to start a beets library import.\
e.g.
curl \
--request POST \
--data-urlencode "path=<path_to_deluge_downloads>" \
--data-urlencode "name=$2" \
--header "X-API-Key: <your_api_key>" \
"https://betanin.example.com/api/torrents"
Intended for torrent applications but can easily be made to work with youtube-dl, or any other scriptable callback.