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
813 stars 92 forks source link

"Real" in episode title detected as Proper #746

Open vevv opened 1 year ago

vevv commented 1 year ago
For: Schmigadoon.S02E04.Something.Real.1080p.ATVP.WEB-DL.DDP5.1.H.264-NOGRP
GuessIt found: {
    "title": "Schmigadoon",
    "season": 2,
    "episode": 4,
    "episode_title": "Something",
    "other": "Proper",
    "proper_count": 2,
    "screen_size": "1080p",
    "streaming_service": "AppleTV",
    "source": "Web",
    "audio_codec": "Dolby Digital Plus",
    "audio_channels": "5.1",
    "video_codec": "H.264",
    "release_group": "NOGRP",
    "type": "episode"
}

Capitalization should be taken into account.