Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1.14 KB

README.md

File metadata and controls

62 lines (42 loc) · 1.14 KB

🪓 Banduncamp

Fast. Stubborn. Tool for downloading audio from bandcamp

Installation

pip install git+/~https://github.com/MentalBlood/banduncamp

Usage

To get help:

python -m banduncamp -h

Tool will not download audio file if it already exists

Tool will not download album if *mp3 files are exist in corresponding dir already. Use --no-skip-downloaded-albums to override this

Album:

python -m banduncamp <album_page>

Note that album_page should look like https://artist_name.bandcamp.com/album/album_name

Discography:

python -m banduncamp <artist_page>

Note that artist_page should look like https://artist_name.bandcamp.com/music

Tasks

python -m banduncamp -f <path_to_json>

JSON should be like:

{
    "D:/music/Ambient": [
        "https://lalala.bandcamp.com/music",
        "https://lololo.bandcamp.com/music"
    ],
    "D:/music/Dungeon Synth": [
        "https://lululu.bandcamp.com/music",
        "https://lilili.bandcamp.com/music"
    ]
}

Bugs

No known, if found please report here