bandcamp-auto-uploader


Namebandcamp-auto-uploader JSON
Version 0.2.14 PyPI version JSON
download
home_pageNone
SummaryUpload albums to Bandcamp automatically without a Pro account
upload_time2024-11-08 18:39:15
maintainerNone
docs_urlNone
author7x11x13
requires_python<4.0,>=3.10
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # bandcamp-auto-uploader

Upload albums in bulk without a Bandcamp Pro account. Automatically set track artist/title/comments/art based on track metadata.
![Example](/docs/screenshot.png)

## 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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "bandcamp-auto-uploader",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "7x11x13",
    "author_email": "x7x11x13@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ac/99/ae02815a77ed84f9050add78427ee8efb3a198ea5782fb2c46b255de580d/bandcamp_auto_uploader-0.2.14.tar.gz",
    "platform": null,
    "description": "# bandcamp-auto-uploader\n\nUpload albums in bulk without a Bandcamp Pro account. Automatically set track artist/title/comments/art based on track metadata.\n![Example](/docs/screenshot.png)\n\n## Installation\n\n### Binary\nDownload the latest release for your platform [here](https://github.com/7x11x13/bandcamp-auto-uploader/releases)\n\n### PyPI\n```\n$ pip install bandcamp-auto-uploader\n$ bc-upload\n```\n\n## Notes\n\n- 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)\n- Supported browsers are found [here](https://github.com/borisbabic/browser_cookie3#contribute)\n- 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\n- The program ignores any non-audio files in the album folder except for the first image it encounters which it makes the album cover\n- Bandcamp only allows WAV, FLAC, and AIFF files to be uploaded\n\n## Acknowledgements\n\n- Thanks [SeyNoe](https://seynoe.bandcamp.com/) for testing\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Upload albums to Bandcamp automatically without a Pro account",
    "version": "0.2.14",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2493132cffba923a482587f6a53ebebc7d1dfd3cc2f54e79617fae78231a0203",
                "md5": "32ad1919c46c06f89d9c1fb6b7c50138",
                "sha256": "855a56b437b3ba9900e7272f07432e3f58b5bf54caf52c7d79217427519b8b66"
            },
            "downloads": -1,
            "filename": "bandcamp_auto_uploader-0.2.14-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "32ad1919c46c06f89d9c1fb6b7c50138",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 11412,
            "upload_time": "2024-11-08T18:39:14",
            "upload_time_iso_8601": "2024-11-08T18:39:14.652883Z",
            "url": "https://files.pythonhosted.org/packages/24/93/132cffba923a482587f6a53ebebc7d1dfd3cc2f54e79617fae78231a0203/bandcamp_auto_uploader-0.2.14-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac99ae02815a77ed84f9050add78427ee8efb3a198ea5782fb2c46b255de580d",
                "md5": "577f913538e76c469b7cb94fdeb8cc15",
                "sha256": "c975509e955ee369bad09cd1c72b6e0be97d10c056220785851e928c4b3c6db2"
            },
            "downloads": -1,
            "filename": "bandcamp_auto_uploader-0.2.14.tar.gz",
            "has_sig": false,
            "md5_digest": "577f913538e76c469b7cb94fdeb8cc15",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 10457,
            "upload_time": "2024-11-08T18:39:15",
            "upload_time_iso_8601": "2024-11-08T18:39:15.594963Z",
            "url": "https://files.pythonhosted.org/packages/ac/99/ae02815a77ed84f9050add78427ee8efb3a198ea5782fb2c46b255de580d/bandcamp_auto_uploader-0.2.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-08 18:39:15",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "bandcamp-auto-uploader"
}
        
Elapsed time: 2.34118s