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

Wrong guess for: Grown-ish #634

Open papampi opened 4 years ago

papampi commented 4 years ago
guessit "grown-ish.s03e01.web.x264-tbs[eztv].mkv"
For: grown-ish.s03e01.web.x264-tbs[eztv].mkv
GuessIt found: {
    "release_group": "grown",
    "title": "ish",
    "season": 3,
    "episode": 1,
    "source": "Web",
    "video_codec": "H.264",
    "container": "mkv",
    "mimetype": "video/x-matroska",
    "type": "episode"
}
papampi commented 4 years ago

https://github.com/pymedusa/Medusa/issues/7592

beartums commented 4 years ago

Just ran into the same problem with 'She-Ra and the Princesses of Power'. Reported in Medusa: https://github.com/pymedusa/Medusa/issues/7915.

guessit "She-Ra and the Princesses of Power - S04E13 - Destiny Part 2"
For: She-Ra and the Princesses of Power - S04E13 - Destiny Part 2
GuessIt found: {
    "title": "She",
    "container": "ra",
    "season": 4,
    "episode": 13,
    "episode_title": "Destiny",
    "part": 2,
    "type": "episode"
}

Running with the -T option is a short-term workaround for Guessit on the command line, but I'm not sure if that's an option that Medusa can to implement

beartums commented 4 years ago

@papampi check out the Medusa issue https://github.com/pymedusa/Medusa/issues/7915. p)psicles created a branch with a fix in it - or you can edit the /medusa/name_parser/guessit_pasrser.py directly to make the one-line change. Might be a good short-term solution.

p0psicles commented 4 years ago

Fix in Medusa develop branch. We made use of expected titles

Toilal commented 3 years ago

Duplicates #640