We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running guessit against E.60.2020.02.16.Remembering.Coach.Alto.720p.ESPN.WEB DL.AAC2.0.H.264 KiMCHi.mkv returns the wrong info.
E.60.2020.02.16.Remembering.Coach.Alto.720p.ESPN.WEB DL.AAC2.0.H.264 KiMCHi.mkv
The show's name is E:60 though the release names are E.60 due to illegal characters.
E:60
E.60
Guessit seems to think 60 is the episode number and E is the show title.
60
E
Is there any way to add some kind of special rule for this show?
Here is a sample of what guessit returns along with what it should return.
>>> name = 'E.60.2020.02.16.Remembering.Coach.Alto.720p.ESPN.WEB DL.AAC2.0.H.264 KiMCHi.mkv' >>> guessit(name) MatchesDict([('title', 'E'), ('episode', 60), ('date', datetime.date(2020, 2, 16)), ('episode_title', 'Remembering Coach Alto'), ('screen_size', '720p'), ('streaming_service', 'ESPN'), ('source', 'Web'), ('audio_codec', 'AAC'), ('audio_channels', '2.0'), ('video_codec', 'H.264'), ('release_group', 'KiMCHi'), ('container', 'mkv'), ('mimetype', 'video/x-matroska'), ('type', 'episode')])
It should instead return
MatchesDict([('title', 'E 60'), ('date', datetime.date(2020, 2, 16)), ('episode_title', 'Remembering Coach Alto'), ('screen_size', '720p'), ('streaming_service', 'ESPN'), ('source', 'Web'), ('audio_codec', 'AAC'), ('audio_channels', '2.0'), ('video_codec', 'H.264'), ('release_group', 'KiMCHi'), ('container', 'mkv'), ('mimetype', 'video/x-matroska'), ('type', 'episode')])
The text was updated successfully, but these errors were encountered:
This will be really hard to fix without breaking real "Ep 60" guessing.
Sorry, something went wrong.
No branches or pull requests
Running guessit against
E.60.2020.02.16.Remembering.Coach.Alto.720p.ESPN.WEB DL.AAC2.0.H.264 KiMCHi.mkv
returns the wrong info.The show's name is
E:60
though the release names areE.60
due to illegal characters.Guessit seems to think
60
is the episode number andE
is the show title.Is there any way to add some kind of special rule for this show?
Here is a sample of what guessit returns along with what it should return.
It should instead return
The text was updated successfully, but these errors were encountered: