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

2nd Season not parsed #756

Closed zoriya closed 5 months ago

zoriya commented 8 months ago

For example: [Erai-raws] Kage no Jitsuryokusha ni Naritakute! 2nd Season - 01v2 [1080p][39BEA80C].mkv is parsed as:

For: [Erai-raws] Kage no Jitsuryokusha ni Naritakute! 2nd Season - 01v2 [1080p][39BEA80C].mkv
GuessIt found: {
    "release_group": "Erai-raws",
    "title": "Kage no Jitsuryokusha ni Naritakute! 2nd Season",
    "episode": 1,
    "version": 2,
    "screen_size": "1080p",
    "crc32": "39BEA80C",
    "container": "mkv",
    "mimetype": "video/x-matroska",
    "type": "episode"
}

and not as season: 2, title: "Kage no Jitsuryokusha ni Naritakute!"

zoriya commented 5 months ago

I think that mapping this kind of shows with thexem.info is a more proper way than parsing "2nd Season" and other weird things like that, so I will close this issue.