Welcome to sunny 🌞

Version docs License: MIT

Tool to download freely available music from bandcamp.

Automatically organize files to folder, ID3 tags (including album art).

Demo

Demo

Motivation

Sunny is hugely inspired by SoundScrape, the main motivation for writing this was speed and customizability.

Format

By default files are saved in this structure in current directory if --path option is not passed.

Artist ├── Album │   ├── 01 - Track.mp3 │   ├── 02 - Track.mp3 │   ├── 03 - Track.mp3 │   ├── 04 - Track.mp3

Install

sh cargo install sunny

Usage

```sh

whole discography of an artist

sunny -u https://65daysofstatic.bandcamp.com/music

whole discography of an artist

sunny -u 65daysofstatic

single album

sunny -u https://clevergirl.bandcamp.com/album/no-drum-and-bass-in-the-jazz-room

single track

sunny -u https://65daysofstatic.bandcamp.com/track/twenty-four-twelve-twenty ```

Contributing

Contributions, issues and feature requests are welcome!