Beetcamp

Latest version: v0.21.0

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 8

0.9.3

Updated

- Bandcamp json updates:
- `release_date`: `datePublished` field now tells the correct release date so now we use
it instead of parsing the plain html.
- `label`: some releases embed the `recordLabel` field into the json data - it now gets
prioritized over the publisher name when it is available.
- `track.title`: clean up `*digital only*` properly. Previously we did not account for
asterisks

Fixed

- A regression from `0.9.2` which caused double initialization of the plugin. If your
initial tracks metadata has the album name, the results should again be returned
instantly.
- Searching by release ID where the ID is not a bandcamp URL should now be ignored by the
plugin. Thanks arogl.

0.9.2

Fixed

- Thanks arogl for fixing a FutureWarning apparent thrown in Python 3.7.
- Thanks brianredbeard for reporting that the plugin writes file metadata even when this
is disabled globally. This is now fixed.
- singleton album/artist: cases when the release name contains only the track name are now
parsed correctly.

Removed

- Removed deprecated `lyrics` configuration option.

Added

- Added a github action to run CI for `master` and `dev` branches. For now it's just a minimal
configuration and will probably get updated soon.

0.9.1

Fixed

- `album.albumstatus`: If the release date is _today_, use **Official** and not
**Promotional**.
- `album.albumtype`:
- Until now we have only set _single_ track releases to have the _single_ type. This has
been fixed regarding the MusicBrainz description: release composed of the same title
and multiple remixes is a single.
- Use `ep` only if _EP_ is mentioned either in the album name or the disc title.
- `album.catalognum`: Make the _DISCTITLE_ uppercase before looking for the catalog
number.
- `album.media`: Exclude anything that contains _bundle_ in their names. These usually
contain additional releases that we do not need.
- `track.title`: Clean `- DIGITAL ONLY` (and similar) when it's preceded by a dash and not
enclosed by parentheses or square brackets.
- `track.track_alt`: Having witnessed a very creative track title **E7-E5**, limit the
`track_alt` field number to the range **0-6**.
- Committed a JSON test case which was supposed to be part of `0.9.0`.

Added

- Extend `url2json` with `--tracklist-for-tests` to ease adding new test cases.

0.9.0

Fixed

- If track artist is given in the `byArtist` field of the track JSON resource, it is used.
(Fixes 13, thanks xeroxcat).
- Parse cases like `Catalogue:CAT-000` from the description correctly when the space is missing.

Added

- The `comments` field now includes the media description and credits.
- The description is searched for artist and album names in addition to the catalog
number.

Updated

- All test cases are now pretty JSON files - this should bring more transparency around
the adjustments that Bandcamp make in the future (once they get updated). The `url2json`
tool has `-u` flag that updates them automatically.

- Parsing

- `(FREE)`, `(free download)`-like strings are now removed from the track names.
- `[Vinyl]` is excluded from album names.

0.8.0

Fixed

- Responded to bandcamp html updates:

- `artist_id` now lies under `publisher` resource (previously `byArtist`) in the
`/track/<name>` output when the track is part of an album.
- `url` field has disappeared from track objects - using `id` instead.
- `country` and `label` fields are now found in the JSON data and thus we make use of it
- Updated and truncated test html files since we now only need to see the beginning of
the document.

- Parsing / logic:

- Token `feat.` is now recognized as a valid member of the `artist` field.
- `free download`, `[EP|LP]`, `(EP|LP)`, `E.P.`, `LP` are now cleaned from the album name.
- Updated `albumtype` logic: in some `compilation` cases track artists would go missing
and get set to _Various Artists_ - instead it now defaults to the original
`albumartist`.
- Handling a couple of edge cases in the track name / title, and catalognum parsers.

Updated

- Package:

- Moved `beets` from main to dev dependencies.
- Updated supported python versions range (3.6.x-3.9.x)
- Added pylint.
- Removed dependency on `packaging` - using `pkg_resources` instead.

- Internal:

- Reintroduced `cached_property` across most of the fields having found how often certain
ones get called.

Added

- Release description is now checked for the catalog number.
- Added a test based on parsing _the JSON output_ directly without having to parse the
entire HTML. Bandcamp have been moving away from HTML luckily, so let's hope the trend
continues.
- Added a tiny cmd-line tool `url2json` which simply outputs either a compacted or a
human version of the JSON data that is found for the given bandcamp URL.

0.7.1

Fixed

- Fixed singleton regression where track list was getting read incorrectly.

Page 5 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.