[mythtv-commits] [MythTV/mythtv] a4e12d: Harmonize Title-Parsing of Movies and TV-Series
Roland Ernst
noreply at github.com
Fri Jan 10 16:24:59 UTC 2025
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: a4e12dd5a00a188d3617a1a45516cf3c4bd220a9
https://github.com/MythTV/mythtv/commit/a4e12dd5a00a188d3617a1a45516cf3c4bd220a9
Author: Roland Ernst <rcrernst at gmail.com>
Date: 2025-01-10 (Fri, 10 Jan 2025)
Changed paths:
M mythtv/bindings/python/tmdb3/tmdb3/lookup.py
M mythtv/libs/libmythmetadata/metadatadownload.cpp
M mythtv/libs/libmythmetadata/videometadata.cpp
Log Message:
-----------
Harmonize Title-Parsing of Movies and TV-Series
This change respects parentheses, i.e.: curved marks "()"
in the parsed filenames of a movie, thus parsing of the
release year in parentheses will work.
It enables MythTV's movie grabber to extract the release year
from the parsed filename and do a search for title with year.
The correct syntax for a filename is from now on
"A Movie Title (YYYY).mpg" instead of "A Movie Title YYYY.mpg"
as stated in the wiki.
It resolves ambiguous parsing of different movie titles like
`Wonder Woman 1984` and `Wonder Woman`.
Note: For tv-series, it is already allowed to add the year
in the title, like `The Forsyte Saga (1967)`
e.g.: `The Forsyte Saga (1967) 01x01 A Family Festival.mkv`
is correctly parsed.
Fixes MythTV/mythtv#974
Commit: 42970b8f7f97e9052537e794ae0dd1ce7b45d713
https://github.com/MythTV/mythtv/commit/42970b8f7f97e9052537e794ae0dd1ce7b45d713
Author: Roland Ernst <rcrernst at gmail.com>
Date: 2025-01-10 (Fri, 10 Jan 2025)
Changed paths:
M mythtv/libs/libmythmetadata/test/test_videometadata/test_videometadata.h
Log Message:
-----------
Updating Test Case to PR #975
Compare: https://github.com/MythTV/mythtv/compare/cda772efd5d5...42970b8f7f97
To unsubscribe from these emails, change your notification settings at https://github.com/MythTV/mythtv/settings/notifications
More information about the mythtv-commits
mailing list