https://github.com/7x11x13/bandcamp-auto-uploader
Upload albums to Bandcamp automatically without a Pro account
https://github.com/7x11x13/bandcamp-auto-uploader
bandcamp bulk uploader
Last synced: 3 months ago
JSON representation
Upload albums to Bandcamp automatically without a Pro account
- Host: GitHub
- URL: https://github.com/7x11x13/bandcamp-auto-uploader
- Owner: 7x11x13
- Created: 2023-03-18T17:12:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T18:38:41.000Z (7 months ago)
- Last Synced: 2025-02-28T04:24:49.842Z (3 months ago)
- Topics: bandcamp, bulk, uploader
- Language: Python
- Homepage: https://pypi.org/project/bandcamp-auto-uploader/
- Size: 157 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bandcamp-auto-uploader
Upload albums in bulk without a Bandcamp Pro account. Automatically set track artist/title/comments/art based on track metadata.
## Installation
### Binary
Download the latest release for your platform [here](https://github.com/7x11x13/bandcamp-auto-uploader/releases)### PyPI
```
$ pip install bandcamp-auto-uploader
$ bc-upload
```## Notes
- You must be signed in to the account you want to upload to in at least one browser (or you must supply a cookies.txt file)
- Supported browsers are found [here](https://github.com/borisbabic/browser_cookie3#contribute)
- RIFF tags are not currently supported by mutagen, so if you want your tracks to be named from the metadata make sure to use ID3 tags
- The program ignores any non-audio files in the album folder except for the first image it encounters which it makes the album cover
- Bandcamp only allows WAV, FLAC, and AIFF files to be uploaded## Acknowledgements
- Thanks [SeyNoe](https://seynoe.bandcamp.com/) for testing