Radarr/frontend/src
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
..
Activity New: Changing icon during import to blue 2025-09-03 17:02:22 -05:00
AddMovie Fix translation token for root folders load error 2025-06-03 15:22:38 +03:00
App Convert Tags to TypeScript 2025-06-04 22:16:24 +03:00
Calendar New: Release type options for Calendar page 2025-05-30 15:39:00 +03:00
Collection Add translation for missing movies count from collection 2025-06-04 18:54:09 +03:00
Commands New: Show movie titles after task name when applicable 2024-03-14 11:15:39 +02:00
Components Fixed: Prevent modals from overflowing screen width 2025-09-28 21:57:01 -05:00
Content Chore: Remove Readarr donation logo 2025-11-27 09:00:49 +00:00
Diag Small helper in UI to access Radarr API more easily 2023-12-06 13:16:02 +02:00
DiscoverMovie New: Add Year sorting to Discover page 2025-08-11 18:52:56 -05:00
DownloadClient Convert Blocklist to TypeScript 2024-09-03 12:17:58 +03:00
FirstRun Fix syntax 2025-09-10 07:47:39 -05:00
Helpers New: Switch theme automatically on system change 2025-09-28 21:57:01 -05:00
InteractiveImport Convert Table to TypeScript 2025-04-27 20:29:10 +03:00
InteractiveSearch Convert Interactive Search to TypeScript 2025-03-04 15:15:04 +02:00
Language Convert Manual Import to Typescript 2023-05-06 21:33:19 -05:00
Movie Remove redundant code in selecting with click on poster 2025-10-25 12:51:40 -05:00
MovieFile Fixed: Fix Indexer Flag color 2025-09-14 15:34:38 -05:00
Organize Convert Preview Rename to TypeScript 2025-03-08 15:16:12 +02:00
Parse Convert Form Components to TypeScript 2025-04-15 22:30:42 +03:00
Quality Fix Typo in QualitySource Enum 2023-08-19 13:14:44 +03:00
RootFolder New: Update wording when removing a root folder 2025-06-10 15:31:34 +03:00
Settings New: Add {MediaInfo BestAudioCodec} naming token 2026-03-04 16:31:07 +01:00
Shared New: Project Aphrodite 2019-06-11 22:06:43 -04:00
Store New: Add Year sorting to Discover page 2025-08-11 18:52:56 -05:00
Styles Refactor PasswordInput to use type password 2024-05-10 14:00:22 +03:00
System Chore: Remove Readarr donation logo 2025-11-27 09:00:49 +00:00
Tags Convert Movie Details to TypeScript 2025-03-09 19:26:44 +02:00
typings Convert Tags to TypeScript 2025-06-04 22:16:24 +03:00
Utilities Convert Media Management settings to TypeScript 2025-06-04 17:50:00 +03:00
Wanted Fixed: Movie status on Wanted pages 2025-10-25 12:51:40 -05:00
bootstrap.tsx Update React 2024-12-12 21:01:19 +02:00
index.css New: Native Theme Engine 2022-11-20 11:49:50 -06:00
index.css.d.ts Add CSS Typings 2023-04-29 22:47:02 -05:00
index.ejs Fixed: PWA Manifest with URL base 2024-10-23 09:51:32 +03:00
index.ts Fixed: Import Movies page crashing on console.error with non-string values 2025-01-21 16:11:22 +02:00
login.html Fixed: PWA Manifest with URL base 2024-10-23 09:51:32 +03:00
oauth.html New: Project Aphrodite 2019-06-11 22:06:43 -04:00
polyfills.js Add typescript 2023-04-29 22:47:02 -05:00