Skip to content

Releases: Otiel/BandcampDownloader

0.1.8.0

07 Apr 14:53
Compare
Choose a tag to compare
  • Added placeholder for {year}, {month} and {day} (album release date) that can be chosen for the download location. Thanks @kaktus313 for implementing this!
  • Added support for system proxy. Thanks @Aljenci for implementing this!
  • The default settings are now using the exponential back-off algorithm in order to prevent Bandcamp to throttle the downloads. Values can be tweaked in the settings file if you encounter some issues. Check the wiki for more info.

0.1.7.1

18 Jan 10:54
Compare
Choose a tag to compare
  • Fixed an issue with the option to download the artist discography.
  • Minor UI changes.

0.1.7.0

18 Jan 09:47
Compare
Choose a tag to compare
  • Added support for track pages (http://[artist].bandcamp.com/track/[track]) #18
  • Added option in config file to modify the file naming scheme #17

Thanks again to @ajsnyde!

0.1.6.1

11 Jan 17:35
Compare
Choose a tag to compare

Fixed issue #15 that prevented BandcampDownloader to correctly save the cover art files.

0.1.6.0

03 Jan 17:36
Compare
Choose a tag to compare

Added a new functionality to check for updates when starting the application.

0.1.5.2

03 Jan 15:22
Compare
Choose a tag to compare
  • Songs can now be downloaded under a artist/album folders architecture.
  • The maximum number of tries when a download fails is now configurable (see help).
  • An exponential back-off system has been implemented in order to bypass Bandcamp anti-spam filter. By default, this mechanism will not be used, you have to manually edit your settings file. See help here.
  • BandcampDownloader now checks if files are already present in the download folder in order to prevent to download twice the same files in case an error occurred and the downloaded has been restarted.

Huge thanks to @ajsnyde for implementing all these new features!

0.1.5.1

20 Oct 14:37
Compare
Choose a tag to compare

Fixed issue #9 that prevented BandcampDownloader to retrieve the artwork file size. Thanks @dashWo for fixing this!

0.1.5.0

06 Apr 09:16
Compare
Choose a tag to compare

Added option to save the current settings to a file (named BcDlSettings.json, located next to the .exe file). Settings are automatically loaded when starting the application.

0.1.4.3

26 Jan 14:49
Compare
Choose a tag to compare

Fixed issue #1 that prevented BandcampDownloader to find the correct url to download tracks.

0.1.4.2

12 May 09:48
Compare
Choose a tag to compare

Updated Json.NET and ImageResizer libraries to their latest version.