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

Sub parsing after season and episode discovered #440

Closed
VeNoMouS opened this issue Apr 29, 2017 · 2 comments
Closed

Sub parsing after season and episode discovered #440

VeNoMouS opened this issue Apr 29, 2017 · 2 comments

Comments

@VeNoMouS
Copy link

VeNoMouS commented Apr 29, 2017

If season and episode parsing has been detected additional parsing for objects such as part should not be parsed esp if its in the episode title section..

IE

>>> guessit('Adventure.Time.S08E16.Elements.Part.1.Skyhooks.720p.WEB-DL.AAC2.0.H.264-RTN.mkv')
MatchesDict([('title', 'Adventure Time'), ('season', 8), ('episode', 16), ('episode_title', 'Elements'), ('part', 1), ('screen_size', '720p'), ('format', 'WEB-DL'), ('audio_codec', 'AAC'), ('audio_channels', '2.0'), ('video_codec', 'h264'), ('release_group', 'RTN'), ('container', 'mkv'), ('mimetype', 'video/x-matroska'), ('type', 'episode')])

We lose all aspects of the title due to the part # being part of the episode title.. how ever in this situation, its a valid title

As per http://epguides.com/AdventureTime/

image

@ratoaq2
Copy link
Member

ratoaq2 commented May 21, 2017

Fixed by #443

@ratoaq2 ratoaq2 closed this as completed May 21, 2017
@VeNoMouS
Copy link
Author

<3

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