Radarr/frontend
Mate Herber 6b72400fc0 New: Add {MediaInfo BestAudioCodec} naming token
Adds a new naming token that resolves to the highest quality audio
codec across all streams in a file, rather than just the primary
stream. This addresses the common issue where release groups mux the
lowest quality codec first (e.g. AC3), causing Radarr to rename files
with the wrong codec and triggering unnecessary upgrade loops.

Centralizes audio codec identification into an AudioCodec enum and
AudioCodecHelper class (following the HdrFormat pattern), eliminating
the duplicated matching logic between MediaInfoFormatter and
VideoFileInfoReader.

Also adds the token to the naming modal so users can discover it.

Fixes #6488
2026-03-04 16:31:07 +01:00
..
.vscode
build
src New: Add {MediaInfo BestAudioCodec} naming token 2026-03-04 16:31:07 +01:00
typings
.eslintignore
.eslintrc.js
.prettierignore
.prettierrc.json
.stylelintrc
.tern-project
babel.config.js
jsconfig.json
postcss.config.js
tsconfig.json