Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Harmonize Title-Parsing of Movies and TV-Series #975

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 20, 2024

  1. 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#974
    rcrdnalor committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    c22b3c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9faf1a8 View commit details
    Browse the repository at this point in the history