Releases: Ramis84/OCReMixDownloader
New parameters
Changelog
- Ability to download individual song-nrs by simply listing then as parameters.
- 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
Changelog
- Upgraded to .Net 8 and bump packages.
- Fix issue with some web servers blocking downloads without User-Agent header.
- 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
Changelog
- Improved rotation of download mirror hosts.
- Improved error handling during downloading.
- From/To parameters.
- 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
Changelog
- Improved selection of download mirrors, especially when multithreading. Will distribute load evenly between all mirrors.
- 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
Changelog
- Verify MD5 hash of downloaded songs with reference hash on website
- Shuffle order of used download mirrors for each song, to distribute load on servers
- 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
Changelog
- Upgraded to .Net 6
- Use HTTPS for all requests
- Follow redirects
Install/update with the dotnet tool command (check Readme), or use the attached binaries in Windows/Linux or MacOS.
Torrents & threads
Changelog
- Option to download latest torrents (only the .torrent files)
- Optional multithreading/concurrent downloads
- Code cleanup
Install/update with the dotnet tool command (check Readme), or use the attached binaries in Windows/Linux or MacOS.
.Net 5 & cleanup
Changelog
- Check RSS for latest song number, to reduce number of HTTP calls
- Upgrade to .Net 5
- Code cleanup
Install/update with the dotnet tool command (check Readme), or use the attached binaries in Windows/Linux or MacOS.
First release
Install using dotnet tool install -g dotnet-ocremixdownloader
, or use the attached binaries in Windows/Linux or MacOS.