Skip to content

Command line tool to download albums from your Bandcamp collection

License

Notifications You must be signed in to change notification settings

Metalnem/bandcamp-downloader

Repository files navigation

Bandcamp downloader

Build Status License

Command line tool to download albums from your Bandcamp collection in MP3 V0 format. Its primary purpose is to allow you to download the albums you purchased, but that are no longer available on Bandcamp website. Requires .NET 8.0 to run.

Usage

$ dotnet run
Description:
  List all albums in your Bandcamp collection.

Usage:
  bandcamp-downloader [command] [options]

Options:
  --username <username> (REQUIRED)  Your Bandcamp account username.
  --password <password> (REQUIRED)  Your Bandcamp account password.

Commands:
  download  Download the album with the specified ID.

Example

# List all albums in your Bandcamp collection
$ dotnet run --username $USERNAME --password $PASSWORD
3049477697 The Messthetics — The Messthetics and James Brandon Lewis
 561248726 Necrophobic — In The Twilight Grey (24-bit HD audio)
 639550734 MIDNIGHT — Hellish Expectations
1362411941 MIDNIGHT — Complete and Total Hell

# Download the album with the specified ID
$ dotnet run download --username $USERNAME --password $PASSWORD --album 3049477697

About

Command line tool to download albums from your Bandcamp collection

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages