Releases: iheanyi/bandcamp-dl
bandcamp-dl 0.0.8-07
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)
bandcamp-dl 0.0.8-06
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
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
Bugfix for version.not.finished
files not being deleted due to the filename change.
bandcamp-dl 0.0.8-03
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
Added --no-slugify option to retain the original track, artist, and album names when creating files and folders.
bandcamp-dl 0.0.8-01
Fixes a complete failure to work at all after some changes were done on Bandcamp's side.
bandcamp-dl 0.0.7-09
Added a --group
option to insert a group tag, currently this attempts
to use the artist/album Label.
bandcamp-dl 0.0.7-08
Requirements fix
bandcamp-dl 0.0.7-06
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.