Follow-up release bundling changes made after v2.11.0.
Added
- FLAC source support (#13):
.flacfiles are accepted as source tracks and transcoded to AAC like MP3/M4A sources, enabling workflows that rip audio CDs to FLAC for maximum fidelity. Track metadata (title, artist, album, track number, etc.) is read from FLAC Vorbis comments via ffprobe. Thanks to @xanium4332 for the initial contribution.
Fixed
- AtomicParsley crash on NUL characters in comment tags (#14): comment metadata is now sanitized before being passed to AtomicParsley. Thanks to @Haysdp for the fix.
- Concat copy-mode codec check now uses an allowlist: stream copy into the M4B container is only attempted for codecs that live natively in MP4 (AAC, ALAC), so FLAC and other non-MP4 codecs transcode instead of failing a
-c copy. normalize_stringleft trailing whitespace after stripping symbols: this degraded metadata match scoring; whitespace runs are now collapsed.
Contributors
A big thanks to the contributors whose work shipped in this release:
- @xanium4332 — FLAC source support (#13)
- @Haysdp — AtomicParsley NUL comment crash fix (#14)
Full Changelog: v2.11.0...v2.11.1