Skip to content

Releases: iheanyi/bandcamp-dl

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.

bandcamp-dl 0.0.8-08

27 Sep 18:29
Compare
Choose a tag to compare

Made the session file less obnoxious so bandcamp-dl could be used with external programs a bit better.

Bandcamp now includes the protocol in their track urls, code has been changed to reflect this, downloading works again.

bandcamp-dl 0.0.8-07

15 Sep 16:49
Compare
Choose a tag to compare

Added a version requirement, may help with accidental Python 2 installs.
Fixed an issue where the not.finished file would not be deleted causing all subsequent runs to fail. (Thanks @Nzen)