A lightweight Python container that monitors a directory for .mp3 files and uploads them to the rdio-scanner API.
Built for use with rtl-airband output.
.mp3 filesrdio-scanner API.mp3 files on startupdocker run -d \
--name rdio-uploader \
-e WATCH_DIR=/watch \
-e API_URL=http://yourserver/api/call-upload \
-e KEY=your-api-key \
-e SYSTEM=your-system-id \
-v /host/path/to/airband/output:/watch \
blackwellj/rdio-uploader:latest
Content type
Image
Digest
sha256:b29af3bb2…
Size
46.8 MB
Last updated
over 1 year ago
docker pull blackwellj/rdio-uploader