Skip to content

chooban/bandcamp-downloader-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automated Bandcamp Downloader

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.

How To Run

  1. Pull it from Docker Hub. There are images for arm64 and amd64.
docker pull chooban/bandcamp-downloader
  1. 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).

  2. 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

About

Containerised bandcamp collection downloader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published