Skip to content
New issue

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

Wrong guess for: E:60 #637

Open
PyR8zdl opened this issue Mar 15, 2020 · 1 comment
Open

Wrong guess for: E:60 #637

PyR8zdl opened this issue Mar 15, 2020 · 1 comment

Comments

@PyR8zdl
Copy link

PyR8zdl commented Mar 15, 2020

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 are E.60 due to illegal characters.

Guessit seems to think 60 is the episode number and E 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.

>>> 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')])
@Toilal
Copy link
Member

Toilal commented Dec 16, 2020

This will be really hard to fix without breaking real "Ep 60" guessing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants