Skip to content

Releases: Ramis84/OCReMixDownloader

New parameters

15 Mar 11:05
Compare
Choose a tag to compare

Changelog

  1. Ability to download individual song-nrs by simply listing then as parameters.
  2. New parameter --ignoreHashError for keeping downloaded songs even if hash does not match (but will still give warning).

Install/update with the dotnet tool command (check Readme), or use the attached binaries in Windows/Linux or MacOS.

.Net 8 and fixes

04 Mar 07:48
Compare
Choose a tag to compare

Changelog

  1. Upgraded to .Net 8 and bump packages.
  2. Fix issue with some web servers blocking downloads without User-Agent header.
  3. Various code improvements.

Install/update with the dotnet tool command (check Readme), or use the attached binaries in Windows/Linux or MacOS.

Improved error handling and parameters

02 Jan 12:20
Compare
Choose a tag to compare

Changelog

  1. Improved rotation of download mirror hosts.
  2. Improved error handling during downloading.
  3. From/To parameters.
  4. Various code improvements.

Install/update with the dotnet tool command (check Readme), or use the attached binaries in Windows/Linux or MacOS.

Improved mirror selection, Individual log files

29 Dec 01:28
Compare
Choose a tag to compare

Changelog

  1. Improved selection of download mirrors, especially when multithreading. Will distribute load evenly between all mirrors.
  2. Individual log files for each ReMix is now written to output directory if song fails to download for any reason.

Install/update with the dotnet tool command (check Readme), or use the attached binaries in Windows/Linux or MacOS.

MD5 verification and using mirrors

28 Dec 02:17
Compare
Choose a tag to compare

Changelog

  1. Verify MD5 hash of downloaded songs with reference hash on website
  2. Shuffle order of used download mirrors for each song, to distribute load on servers
  3. Use correct verbiage of OCReMix, previously OCRemix was used.

Install/update with the dotnet tool command (check Readme), or use the attached binaries in Windows/Linux or MacOS.

.Net 6 & fixes

09 Dec 08:24
Compare
Choose a tag to compare

Changelog

  1. Upgraded to .Net 6
  2. Use HTTPS for all requests
  3. Follow redirects

Install/update with the dotnet tool command (check Readme), or use the attached binaries in Windows/Linux or MacOS.

Torrents & threads

19 Dec 19:09
Compare
Choose a tag to compare

Changelog

  1. Option to download latest torrents (only the .torrent files)
  2. Optional multithreading/concurrent downloads
  3. Code cleanup

Install/update with the dotnet tool command (check Readme), or use the attached binaries in Windows/Linux or MacOS.

.Net 5 & cleanup

02 Dec 09:35
Compare
Choose a tag to compare

Changelog

  1. Check RSS for latest song number, to reduce number of HTTP calls
  2. Upgrade to .Net 5
  3. Code cleanup

Install/update with the dotnet tool command (check Readme), or use the attached binaries in Windows/Linux or MacOS.

First release

02 Nov 22:26
88ba342
Compare
Choose a tag to compare

Install using dotnet tool install -g dotnet-ocremixdownloader, or use the attached binaries in Windows/Linux or MacOS.