fix: correct movie year extraction in TmdbMetadataProvider #1

Merged
twerner merged 1 commit from bugfix/tmdb-year-extraction into main 2026-06-29 16:27:17 +00:00
Owner

The ExtractMovieInfo regex expected format 'Title.2016.Audio...' but
real filenames use 'Title (2016).ext'. This caused wrong year matching
and incorrect TMDB lookups (e.g. 'Zoomania (2016)' matched to 'Zoomania 2 (2025)').

Now uses word boundary regex to extract year and prefers already-parsed
file.Year from FilenameParserService.

The ExtractMovieInfo regex expected format 'Title.2016.Audio...' but real filenames use 'Title (2016).ext'. This caused wrong year matching and incorrect TMDB lookups (e.g. 'Zoomania (2016)' matched to 'Zoomania 2 (2025)'). Now uses word boundary regex to extract year and prefers already-parsed file.Year from FilenameParserService.
The ExtractMovieInfo regex expected format 'Title.2016.Audio...' but
real filenames use 'Title (2016).ext'. This caused wrong year matching
and incorrect TMDB lookups (e.g. 'Zoomania (2016)' matched to 'Zoomania 2 (2025)').

Now uses word boundary regex to extract year and prefers already-parsed
file.Year from FilenameParserService.
twerner deleted branch bugfix/tmdb-year-extraction 2026-06-29 16:27:17 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
twerner/Media-Renamer!1
No description provided.