mirror of
https://github.com/Radarr/Radarr
synced 2026-05-07 11:51:00 +02:00
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 |
||
|---|---|---|
| .. | ||
| .vscode | ||
| build | ||
| src | ||
| typings | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .prettierignore | ||
| .prettierrc.json | ||
| .stylelintrc | ||
| .tern-project | ||
| babel.config.js | ||
| jsconfig.json | ||
| postcss.config.js | ||
| tsconfig.json | ||