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
824 stars 91 forks source link

Cam in episode title recognized as Camera #732

Open vevv opened 2 years ago

vevv commented 2 years ago
For: Show.Name.S01E01.Cam.1080p.WEB-DL.DD5.1.H.264-NOGRP
GuessIt found: {
    "title": "Show Name",
    "season": 1,
    "episode": 1,
    "source": [
        "Camera",
        "Web"
    ],
    "screen_size": "1080p",
    "audio_codec": "Dolby Digital",
    "audio_channels": "5.1",
    "video_codec": "H.264",
    "release_group": "NOGRP",
    "type": "episode"
}

For: Show.Name.S01E01.Cam.Eats.Food.1080p.WEB-DL.DD5.1.H.264-NOGRP
GuessIt found: {
    "title": "Show Name",
    "season": 1,
    "episode": 1,
    "source": [
        "Camera",
        "Web"
    ],
    "screen_size": "1080p",
    "audio_codec": "Dolby Digital",
    "audio_channels": "5.1",
    "video_codec": "H.264",
    "release_group": "NOGRP",
    "type": "episode"
}
Toilal commented 1 year ago

Question is ... Is camera source still a thing, or should we just drop it ? Cam is quite strange for an episode name too.

vevv commented 1 year ago

It's a real episode name, I anonymized the string for the example here, but here's the episode it's from, and another example I've ran into recently: https://thetvdb.com/series/419743-gut-job/episodes/9226554 https://thetvdb.com/series/judy-justice/episodes/9608723

Camera source is still a thing, but pretty rare, and usually as "CamRip" I believe.

ahopelesshadow commented 1 year ago

Using the show Body Cam, this same thing happens. It matches the series title as body, and source camera.