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
Enable debug logging in Medusa settings, reproduce the error (be sure to disable after the bug is fixed)
Branch/Commit: develop/f91e7a366cc140c97abf81aaed9269d54e1b85e3 OS: Linux What you did: What happened: What you expected: Logs:
2017-11-24 17:25:49 DEBUG POSTPROCESSOR :: [f91e7a3] Unable to match shes.gotta.have.it.s01e08.720p.web.x264-strife.mkv to a series in your database. Parser result: title: shes gotta have, language: it, season: 1, episode: [8], screen_size: 720p, format: WEB-DL, video_codec: h264, video_encoder: x264, release_group: strife, container: mkv, mimetype: video/x-matroska, type: episode, parsing_time: 0.0401420593262, total_time: 0.130001068115,
The text was updated successfully, but these errors were encountered:
Fix audio profile messing up title. Fixes #3300
f21ea87
Update guessit to 3.0.0 (+subliminal update) (#4244)
c71d8c9
* Update guessit to v3.0.0 * Initial update to guessit 3 * Mostly format => source changes and renames * Fix SourceStandardizer rule * Remove ScreenSizeStandardizer - fixed upstream * Discard custom 4320p screen_size match - fixed upstream * Remove FixSeasonRangeWithGap - fixed upstream * Remove unused `website_rebulk` * 'DolbyDigital' => 'Dolby Digital' => 'AC3' Update docstrings for color_depth and audio_codec * Fix `Quality.to_guessit_source` * Split Rip/Mux from plain - Split BR/BD and BRRip/BDRip - Split DVB and DVBRip * Workarounds - temporary! * Update guessit_map and 4K => 2160p * Fix Quality.to_guessit_source * Update guessit conversions to support 4320p (8K) Remove `'source': 'Web', 'other': 'Rip'` from guessit tests * Fix test_common.py * Remove ignore from renovate.json * Update vendored packages list * Fix test with invalid release group and absolute numbering * guessit changes that don't need fixes * Fix invalid episode titles between ep ranges * Stop testing absurd naming * Update guessit result * Fix wrong season parsed from year * Remove clean_groupname workaround * Remove workaround note * Python 2/3 compatibility * without -> with * Update tests * Use custom subliminal version that supports guessit v3 * video.source -> video.source * video.format -> video.source * video.format -> video.source * Fix subtitles download tests * format -> source * Fix parent folder replacing episode title, add test * Revert subtitles download test fix (not needed anymore) * Improve previous fix * Optimized previous fix * Fix audio profile messing up title. Fixes #3300 * Make fix more generic to fix more invalid guesses * Update ext/readme.md * Update CHANGELOG.md
No branches or pull requests
Before submitting your issue:
Enable debug logging in Medusa settings, reproduce the error (be sure to disable after the bug is fixed)
Branch/Commit: develop/f91e7a366cc140c97abf81aaed9269d54e1b85e3
OS: Linux
What you did:
What happened:
What you expected:
Logs:
The text was updated successfully, but these errors were encountered: