guessit-io / guessit

GuessIt is a python library that extracts as much information as possible from a video filename.
https://guessit-io.github.io/guessit
GNU Lesser General Public License v3.0
816 stars 92 forks source link

Incorrect match with "Convert" in episode title #743

Open vevv opened 1 year ago

vevv commented 1 year ago

The.Mandalorian.S03E03.Chapter.19.The.Convert.2160p.WEB-DL.DDP5.1.HEVC-Group

This is incorrectly matched as "episode_title": "Chapter 19 The" and "other": "Converted".

GuessIt found: {
    "title": "The Mandalorian",
    "season": 3,
    "episode": 3,
    "episode_title": "Chapter 19 The",
    "other": "Converted",
    "screen_size": "2160p",
    "source": "Web",
    "audio_codec": "Dolby Digital Plus",
    "audio_channels": "5.1",
    "video_codec": "H.265",
    "video_profile": "High Efficiency Video Coding",
    "release_group": "Group",
    "type": "episode"
}