This is a containerised version of Ezwen's Bandcamp Collection Downloader. I wanted to run it on my docker-capable NAS, so wrapped it in a docker image based on the linuxserver.io images.
- Pull it from Docker Hub.
There are images for
arm64
andamd64
.
docker pull chooban/bandcamp-downloader
-
Retrieve your cookies using the options specified in the parent project. Then put them in the folder you're going to specify as the config volume (see below).
-
Run it
docker run \
-e PUID=<user id for output files>
-e PGID=<group id for output files>
-e BANDCAMP_USERNAME=<USERNAME GOES HERE> \
-v ./config/:/bandcamp-config \
-v ./downloads/:/download \
chooban/bandcamp-downloader