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
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
Medusa (please complete the following information):
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
The text was updated successfully, but these errors were encountered:
Fixed in develop.
Sorry, something went wrong.
No branches or pull requests
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
Medusa (please complete the following information):
Debug logs (at least 50 lines):
Same for anothe one :
The text was updated successfully, but these errors were encountered: