Skip to content

Releases: iheanyi/bandcamp-dl

bandcamp-dl 0.0.8-06

25 May 15:28
Compare
Choose a tag to compare

A verbose/debug option is finally in, use --debug to get a better picture of what is going on in the background.

This should help users (and myself) report and fix bugs.

Fixed a minor issue with checking if arguments are valid when using --artist, --album, and --track.

bandcamp-dl 0.0.8-05

24 May 19:34
Compare
Choose a tag to compare

Lyrics embedding is now properly in.

Keep in mind fetching the lyrics reliably for each and every track in an album can take a bit of time as it requires that each individual tracks page needs to be fetched and parsed. Currently there is no indication of this process so it may seem as though it is frozen, it is not.

bandcamp-dl 0.0.8-04

21 May 17:49
Compare
Choose a tag to compare

Bugfix for version.not.finished files not being deleted due to the filename change.

bandcamp-dl 0.0.8-03

20 May 20:08
Compare
Choose a tag to compare

not.finished files are now version specific, old not.finished files will simply not be loaded preventing any issues with feature changes that require new arguments.

Minimum Python version is now enforced properly, it should now be impossible to install (via pip or setup.py) with an unsupported Python version.

Bandcamp-dl version is now located in setup.py only with it being added to a generated __init__.py during packaging or install.

bandcamp-dl 0.0.8-02

09 May 01:34
Compare
Choose a tag to compare

Added --no-slugify option to retain the original track, artist, and album names when creating files and folders.

bandcamp-dl 0.0.8-01

08 May 16:59
Compare
Choose a tag to compare

Fixes a complete failure to work at all after some changes were done on Bandcamp's side.

bandcamp-dl 0.0.7-09

18 Feb 03:11
Compare
Choose a tag to compare

Added a --group option to insert a group tag, currently this attempts
to use the artist/album Label.

bandcamp-dl 0.0.7-08

08 Feb 01:27
Compare
Choose a tag to compare

Requirements fix

bandcamp-dl 0.0.7-06

28 Jan 17:48
Compare
Choose a tag to compare

Fixed individual track downloading in cases where the track is a single and not part of an album. All track links should now work.

Fixed cases where a utf-8 encoded header would cause downloading to fail in versions of Python before 3.6.0.

bandcamp-dl 0.0.7-04

21 Jan 00:16
Compare
Choose a tag to compare

JS to JSON regex update, should properly handle unexpected characters now.