Skip to content

A tool for syncing your Bandcamp collection to your computer

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

goakley/bandcamper

Repository files navigation

bandcamper logo

Bandcamper

Bandcamper is a tool for syncing your Bandcamp music collection to your computer.

example of a downloaded bandcamp collection

Usage

Either download a pre-built version of the tool or build the executable yourself (see below).

The simplest way to run the tool is to execute it directly (either by clicking it or through the command line). This will prompt you to pick the folder in which you want to download your music.

If you want to run the program in an environment with no GUI, pass the path to your music folder as the first argument to the program:

  • On Windows: bandcamper %USERPROFILE%\Music\Bandcamp
  • On Mac / Linux: bandcamper ~/Music/Bandcamp

Run bandcamper --help for details on alternate invocations.

Building

This tool is a standard Rust Cargo project, and can be built and run as such:

git clone [email protected]:goakley/bandcamper.git
cd bandcamper
cargo build
./target/debug/bandcamp ...

About

A tool for syncing your Bandcamp collection to your computer

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published