bcamp-dl


Namebcamp-dl JSON
Version 1.0.3 PyPI version JSON
download
home_page
SummaryDownload your collection from Bandcamp.
upload_time2023-09-11 21:47:58
maintainer
docs_urlNone
author
requires_python>=3.10
licenseMIT License Copyright (c) 2023 ReK42 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords bandcamp music
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # bcamp-dl
[![PyPi Version](https://img.shields.io/pypi/v/bcamp-dl.svg)](https://pypi.python.org/pypi/bcamp-dl)
[![PyPI Status](https://img.shields.io/pypi/status/bcamp-dl.svg)](https://pypi.python.org/pypi/bcamp-dl)
[![Python Versions](https://img.shields.io/pypi/pyversions/bcamp-dl.svg)](https://pypi.python.org/pypi/bcamp-dl)
[![License](https://img.shields.io/github/license/ReK42/bcamp-dl)](https://github.com/ReK42/bcamp-dl/blob/main/LICENSE)
[![Last Commit](https://img.shields.io/github/last-commit/ReK42/bcamp-dl/main?logo=github)](https://github.com/ReK42/bcamp-dl/commits/main)
[![Build Status](https://img.shields.io/github/actions/workflow/status/ReK42/bcamp-dl/build.yml?logo=github)](https://github.com/ReK42/bcamp-dl/actions)
[![Linted by Ruff](https://img.shields.io/badge/linting-ruff-purple?logo=ruff&logoColor=white)](https://github.com/astral-sh/ruff)
[![Code Style by Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Download your collection from Bandcamp.

## Installation
Install [Python](https://www.python.org/downloads/), then install `pipx` and use it to install `bcamp-dl`:
```sh
python -m pip install --upgrade pip setuptools pipx
pipx install bcamp-dl
```

## Usage
To use, login to Bandcamp using one of the supported browsers. All albums in your collection will be downloaded to the output directory, with subfolders, based on the filename format selected. If not specified, the defaults are to use Firefox and download as MP3 V0 to per-artist subfolders in the current directory.
```sh
bcamp-dl --browser <BROWSER> --file-format <FORMAT> --directory <DIR> <USERNAME>
```

For all options, run `bcamp-dl --help`

## Development Environment
```sh
git clone https://github.com/ReK42/bcamp-dl.git
cd bcamp-dl
python -m venv .env
source .env/bin/activate
python -m pip install --upgrade pip setuptools pre-commit
pre-commit install
pip install -e .[tests]
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "bcamp-dl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "ReK42 <ReK42@users.noreply.github.com>",
    "keywords": "bandcamp,music",
    "author": "",
    "author_email": "ReK42 <ReK42@users.noreply.github.com>",
    "download_url": "https://files.pythonhosted.org/packages/74/e9/7465198721aa528704a9dcc400944bff92a023b5768ad5e9c4e8f05fa652/bcamp-dl-1.0.3.tar.gz",
    "platform": null,
    "description": "# bcamp-dl\n[![PyPi Version](https://img.shields.io/pypi/v/bcamp-dl.svg)](https://pypi.python.org/pypi/bcamp-dl)\n[![PyPI Status](https://img.shields.io/pypi/status/bcamp-dl.svg)](https://pypi.python.org/pypi/bcamp-dl)\n[![Python Versions](https://img.shields.io/pypi/pyversions/bcamp-dl.svg)](https://pypi.python.org/pypi/bcamp-dl)\n[![License](https://img.shields.io/github/license/ReK42/bcamp-dl)](https://github.com/ReK42/bcamp-dl/blob/main/LICENSE)\n[![Last Commit](https://img.shields.io/github/last-commit/ReK42/bcamp-dl/main?logo=github)](https://github.com/ReK42/bcamp-dl/commits/main)\n[![Build Status](https://img.shields.io/github/actions/workflow/status/ReK42/bcamp-dl/build.yml?logo=github)](https://github.com/ReK42/bcamp-dl/actions)\n[![Linted by Ruff](https://img.shields.io/badge/linting-ruff-purple?logo=ruff&logoColor=white)](https://github.com/astral-sh/ruff)\n[![Code Style by Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\nDownload your collection from Bandcamp.\n\n## Installation\nInstall [Python](https://www.python.org/downloads/), then install `pipx` and use it to install `bcamp-dl`:\n```sh\npython -m pip install --upgrade pip setuptools pipx\npipx install bcamp-dl\n```\n\n## Usage\nTo use, login to Bandcamp using one of the supported browsers. All albums in your collection will be downloaded to the output directory, with subfolders, based on the filename format selected. If not specified, the defaults are to use Firefox and download as MP3 V0 to per-artist subfolders in the current directory.\n```sh\nbcamp-dl --browser <BROWSER> --file-format <FORMAT> --directory <DIR> <USERNAME>\n```\n\nFor all options, run `bcamp-dl --help`\n\n## Development Environment\n```sh\ngit clone https://github.com/ReK42/bcamp-dl.git\ncd bcamp-dl\npython -m venv .env\nsource .env/bin/activate\npython -m pip install --upgrade pip setuptools pre-commit\npre-commit install\npip install -e .[tests]\n```\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 ReK42  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Download your collection from Bandcamp.",
    "version": "1.0.3",
    "project_urls": {
        "Issues": "https://github.com/ReK42/bcamp-dl/issues",
        "Repository": "https://github.com/ReK42/bcamp-dl"
    },
    "split_keywords": [
        "bandcamp",
        "music"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b163a72316f73833beaa2ea16799432bf996e338437051b516713bbf5b7474ac",
                "md5": "6f6c898a1c9edc4daf0208208b885463",
                "sha256": "1665bccd3f0f6e40f08846918f9d534c1881b5a6c39fefff2f8975176d53b349"
            },
            "downloads": -1,
            "filename": "bcamp_dl-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6f6c898a1c9edc4daf0208208b885463",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 10234,
            "upload_time": "2023-09-11T21:47:57",
            "upload_time_iso_8601": "2023-09-11T21:47:57.534520Z",
            "url": "https://files.pythonhosted.org/packages/b1/63/a72316f73833beaa2ea16799432bf996e338437051b516713bbf5b7474ac/bcamp_dl-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74e97465198721aa528704a9dcc400944bff92a023b5768ad5e9c4e8f05fa652",
                "md5": "881b73a9242f92cdc0e3f2b24adb8aaa",
                "sha256": "cb7664334a55804477b26a6200e2bba34c5f30d18da5cc25f3246f1e7a1bfc92"
            },
            "downloads": -1,
            "filename": "bcamp-dl-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "881b73a9242f92cdc0e3f2b24adb8aaa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 16026,
            "upload_time": "2023-09-11T21:47:58",
            "upload_time_iso_8601": "2023-09-11T21:47:58.464723Z",
            "url": "https://files.pythonhosted.org/packages/74/e9/7465198721aa528704a9dcc400944bff92a023b5768ad5e9c4e8f05fa652/bcamp-dl-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-11 21:47:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ReK42",
    "github_project": "bcamp-dl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "bcamp-dl"
}
        
Elapsed time: 0.11952s