Skip to content

Releases: iheanyi/bandcamp-dl

v0.0.17

31 Mar 15:12
Compare
Choose a tag to compare

What's Changed

  • add cmd argument --embed-genres to fetch genres by @tko81 in #246
  • fix downloading discography by @ApokalyptischerTempler in #248
  • one-char typo: he -> The by @dongdigua in #253
  • Fixed attempting to embed lyrics causing bandcamp-dl to break when the word "track" is in an album url..

New Contributors

Full Changelog: v0.0.16...v0.0.17

Bandcamp-dl 0.0.16

11 Sep 20:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.13...v0.0.16

Bandcamp-dl 0.0.13

18 May 16:05
Compare
Choose a tag to compare

Minor bugfix update and requirements version bump.

In some cases a track may fail to download if the album release or track release date is missing, an additional fallback has been added in this case, now it will default to when the track was released on Bandcamp specifically if no other metadata is found.

Bandcamp-dl 0.0.12

10 Dec 05:19
Compare
Choose a tag to compare

We skipped ahead a bit but some pressing issues got fixed that finally warranted a release.

Singles will now also get lyrics.

Demjson has been replaced with Demjson3 (Should fix installation issues with newer setuptools)

Files will no longer download into the working directory and will instead default to the User/Home (~) directory on every system, no more looking everywhere for files that inexplicably got dropped into System32.

Bandcamp-dl 1.0.0-dev-r1

11 Jan 18:09
Compare
Choose a tag to compare
Pre-release

Dev release to fix an issue with url generation after #160

Bandcamp-dl 0.0.10

10 Jan 20:42
Compare
Choose a tag to compare

Exposed Unicode Slugify options to better enhance filename generation, user can now:

  • Retain uppercase
  • Retain spaces
  • Choose the space replacement char if not retaining them
  • Convert characters to ASCII

Album cover quality increased by switching to the pop-up image thanks to @BourgondAries with #163

@ppatrzyk Fixed bandcamp-dl not being able to find the needed page data due to a change on Bandcamp's end in #167

@Nightdavisao Fixed script data matching in #171

bandcamp-dl 0.0.8-12

10 Mar 01:27
Compare
Choose a tag to compare

Switched to shutil to indirectly call os.get_termina_size() due to issues with automated testing solutions and user permissions.

v0.0.8-11

06 Mar 22:38
Compare
Choose a tag to compare

Hopefully fixes a compatibility issue with Homebrew's automated Jenkins testing.

v0.0.8-10

05 Mar 12:50
Compare
Choose a tag to compare

Includes fix for #138

bandcamp-dl 0.0.8-09

06 Feb 20:43
Compare
Choose a tag to compare

Tweaked the output so that the users prompt doesn't get mangled due to lack of a newline at the end of the process.

Fixed track names getting mangled from the previous line not being erased completely.