What's Changed
- Simplify README.md and Fix ReplayGain Metadata Tags by @ebb-earl-co in #205
- Bump Dependencies' Versions and Allow Python 3.13 by @ebb-earl-co in #214
- Bump Python Version in GitHubActions Workflows by @ebb-earl-co in #215
Full Changelog: 2024.9.2...2024.11.1
Discussion
This release mainly fixes a long-standing bug that did not allow tracks to be retrieved when Dolby Atmos version as well as HiRes format were available. Now, when a track has multiple formats available, it will follow the logic of all other --audio-format=
options.
Verification
Please download the .sha256 text file that corresponds to the release artifact and verify the checksum before using said binary! A good, all-in-one tool to do this is aria2
, particularly using its --checksum
option: if the checksum does not match, aria2
does not save the file to disk! Otherwise, post download: sha256sum
is built in to GNU/Linux systems; Windows has Get-FileHash
; macOS can get sha256sum
with Brew or similar.
Disclaimer
This software uses code of FFmpeg; particularly, version 7.0, licensed under the LGPLv2.1. Its source can be downloaded here.