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

Problem parsing episode name #8384

Closed
Teryon opened this issue Aug 23, 2020 · 1 comment
Closed

Problem parsing episode name #8384

Teryon opened this issue Aug 23, 2020 · 1 comment
Labels

Comments

@Teryon
Copy link

Teryon commented Aug 23, 2020

Describe the bug
Medusa tries to parse an episode and consider it to be part of multiple season, and of course it is not !

To Reproduce
Steps to reproduce the behavior:
1.Go to your serie
2. Force full update
3. look at your episode being ignored

Expected behavior
Look at your episode list being populated correctly

Screenshots
Medusa1

Medusa (please complete the following information):

  • OS: Linux-3.10.105-x86_64-with-glibc2.2.5
  • Branch: master
  • Commit: 20915b5
  • Python version: 2.7.18 (default, Aug 3 2020, 17:35:43) [GCC 4.9.3 20150311 (prerelease)]
  • Database version: 44.16

Debug logs (at least 50 lines):

2020-08-23 13:18:01 DEBUG    SHOWQUEUE-ADD :: [20915b5] 77398: Creating episode from: /volume1/Media/Series/The X-Files/Season 02/The.X-Files.S02E07.3.x265.HEVC-Qman[UTR].mkv
2020-08-23 13:18:01 DEBUG    SHOWQUEUE-ADD :: [20915b5] 77398: Creating episode object from /volume1/Media/Series/The X-Files/Season 02/The.X-Files.S02E07.3.x265.HEVC-Qman[UTR].mkv
2020-08-23 13:18:03 DEBUG    SHOWQUEUE-ADD :: [20915b5] 77398: Discarding result. Multi-season detected for '/volume1/Media/Series/The X-Files/Season 02/The.X-Files.S02E07.3.x265.HEVC-Qman[UTR].mkv': MatchesDict([('title', u'The X-Files'), ('season', [2, 3]), ('episode', 7), ('video_codec', u'H.265'), (u'video_encoder', u'x265'), ('video_profile', u'High Efficiency Video Coding'), ('release_group', u'Qman'), ('container', u'mkv'), ('mimetype', u'video/x-matroska'), ('type', u'episode'), (u'parsing_time', 1.2558469772338867)])
2020-08-23 13:18:03 DEBUG    SHOWQUEUE-ADD :: [20915b5] 77398: Creating episode from: /volume1/Media/Series/The X-Files/Season 02/The.X-Files.S02E08.One.Breath.x265.HEVC-Qman[UTR].mkv

Same for anothe one :

2020-08-23 09:33:40 DEBUG    SHOWQUEUE-REFRESH :: [20915b5] 77398: Creating episode from: /volume1/Media/Series/The X-Files/Season 09/The.X-Files.S09E06.Trust.No.1.x265.HEVC-Qman[UTR].mkv
2020-08-23 09:33:40 DEBUG    SHOWQUEUE-REFRESH :: [20915b5] 77398: Creating episode object from /volume1/Media/Series/The X-Files/Season 09/The.X-Files.S09E06.Trust.No.1.x265.HEVC-Qman[UTR].mkv
2020-08-23 09:33:41 DEBUG    SHOWQUEUE-REFRESH :: [20915b5] 77398: Discarding result. Multi-season detected for '/volume1/Media/Series/The X-Files/Season 09/The.X-Files.S09E06.Trust.No.1.x265.HEVC-Qman[UTR].mkv': MatchesDict([('title', u'The X-Files'), ('season', [9, 1]), ('episode', 6), ('episode_title', u'Trust No'), ('video_codec', u'H.265'), (u'video_encoder', u'x265'), ('video_profile', u'High Efficiency Video Coding'), ('release_group', u'Qman'), ('container', u'mkv'), ('mimetype', u'video/x-matroska'), ('type', u'episode'), (u'parsing_time', 0.58726906776428223)])
2020-08-23 09:33:41 DEBUG    SHOWQUEUE-REFRESH :: [20915b5] 77398: Creating episode from: /volume1/Media/Series/The X-Files/Season 10/The.X-Files.S10E01.My.Struggle.x265.HEVC-Qman[UTR].mkv
@medariox
Copy link
Contributor

Fixed in develop.

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

No branches or pull requests

2 participants