-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update guessit to 3.0.0 (+subliminal update) (#4244)
* 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
- Loading branch information
Showing
86 changed files
with
9,816 additions
and
3,942 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ | |
Version module | ||
""" | ||
# pragma: no cover | ||
__version__ = '2.1.4' | ||
__version__ = '3.0.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.