Skip to content

Releases: anidl/multi-downloader-nx

3.3.3

14 Feb 22:45
Compare
Choose a tag to compare

Bug Fixes

  • Fixes Crunchyroll API change for -s

Full Changelog: 3.3.2...3.3.3

3.3.2

24 Jan 18:20
Compare
Choose a tag to compare

Bug Fixes

  • Fixes #456 by adding the locales: en-IN & pt-PT

Full Changelog: 3.3.1...3.3.2

3.3.1

24 Jan 05:23
Compare
Choose a tag to compare

Bug Fixes

  • Fix #452 Anime Title Might not always appear, and Episode Number was oddly missing on season matching
  • Fix #454 After 300s you would lose authentication
  • Fix all dubs not always being available on series that haven't been properly updated to the new format
  • Fix detection of media types to not often be incorrect

Full Changelog: 3.3.0...3.3.1

3.3.0

23 Jan 18:14
Compare
Choose a tag to compare

What's Changed

Major Changes

  • Multiple seasons for the same dub have been squashed into a single season for most series, improving handling of multi-dub downloading significantly.

New Contributors

Full Changelog: 3.2.0...3.3.0

3.2.0 - Tempory Fix - Prerelease

21 Jan 19:30
Compare
Choose a tag to compare
Pre-release

Prerelease

Please note that this is not only a prerelease, but also a temporary fix. If you encounter any issues, please open up an issue.

Changelog

Crunchy

Changed the request API in order to resume the usability of this tool.

3.1.0

23 Jul 19:45
Compare
Choose a tag to compare

Additions

  • Added zh-CN and hi-IN to the list of accepted languages.
  • Sanitize filename parts, so for example \\ won't interfere with the output (see #334).
  • The downloader will now download subtitles containing non-verbal communication separate from the standard subtitles.
  • The tool will now differentiate between different kinds of Spanish.
  • Set default sub and dub streams in the muxed file (defaults to English).
  • Ability to override the name of non-verbal subtitles (defaults to cc).

Bug Fixes

  • --new would ignore --page making it impossible to change pages (see #339).

Minor changes

  • Subtitles on Crunchyroll now get outputted with . in between parts in the filename instead of spaces.

Changes for the provided build

  • Linux now targets the x64 architecture instead of arm.

New Contributors

  • @acc029 made their first contribution in #343 -- Thanks a lot!

3.0.7

01 Jun 16:50
Compare
Choose a tag to compare

Both

Bug Fixes

  • #298
  • Fixed an issue where no new archive items could be added
  • #307
  • Fixed an issue where download archive was not possible

CLI

New Features

  • Customize FFmpeg and mkvermge commands

GUI

New Featues

  • Ability to skip downloading video and/or audio

3.0.6

08 Apr 05:13
c40eb33
Compare
Choose a tag to compare

Bug Fixes

GUI

  • Fixed an issue where the app won't open on Windows at first installation

Both

  • Added Korean language

  • Update Dependencies

3.0.5

22 Mar 18:04
Compare
Choose a tag to compare

Bug Fixes

CLI

Both

  • Fixed --srz (and therefor the GUI) grabbing the wrong dub languages

GUI

Improvements

GUI

  • Added more debug information to narrow down issues
  • Ability to change the config files (e.g. default settings, output directory, ...)
  • UI Improvements

Both

  • Do you wish to override? [y/N/c] option --force

3.0.4 - GUI Beta

14 Mar 18:53
Compare
Choose a tag to compare

Both

Bug Fixes

  • Fixed an issue where English dubs would be treated as some other language
  • Fixed an issue where muxing would start even if there has been an error during download [CR]
  • [CR] Fix only one locale per language being downloaded by @oxixes in #276

Improvments

New Contributors