From d98ae74c8aa5eb6f00edfbe3a515dc4026ec3623 Mon Sep 17 00:00:00 2001 From: panni Date: Sat, 25 Jul 2020 05:51:09 +0200 Subject: [PATCH] 2.6.5.3241 --- CHANGELOG.md | 17 +++++++++++++++++ Contents/Info.plist | 4 ++-- README.md | 29 +++++++++++++++-------------- 3 files changed, 34 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6380729a9..2b9a1a4fe 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +2.6.5.3217 + +subscene, addic7ed +- either of those providers might impose a reCAPTCHA verification. In order to use those providers, please create an account at an AntiCaptcha service ([anti-captcha.com](http://getcaptchasolution.com/kkvviom7nh) or [deathbycaptcha.com](http://deathbycaptcha.com)), add funds, then supply your credentials/apikey in the configuration + +Changelog +- core: also extract (missing) embedded subtitles when SearchAllRecentlyAddedMissing is running +- core: core: clarify detecting streams (in logs) +- core: UnRAR: set binary to executable, even if not checked out from git; might fix #693 +- core: bazarr-backport: morpheus65535/bazarr#703: use proper language code detection instead of a wild guess; should fix bad existing subtitle detection +- core: bazarr-backport: morpheus65535/bazarr#660: fix BOM encoding stuff +- core: bazarr-backport: morpheus65535/bazarr#656 further generalize formats; skip release group match if format match failed +- core: fix stream detection when using mediainfo (#711) +- config/core: make periodic SZ-internal subtitle maintenance interval configurable +- providers: add BSPlayer Subtitles +- providers: add ScrewZira (Hebrew) + 2.6.5.3183 subscene, addic7ed diff --git a/Contents/Info.plist b/Contents/Info.plist index bfa8f6f65..416a52ca1 100755 --- a/Contents/Info.plist +++ b/Contents/Info.plist @@ -13,7 +13,7 @@ CFBundleSignature ???? CFBundleVersion - 2.6.5.3237 + 2.6.5.3241 PlexFrameworkVersion 2 PlexPluginClass @@ -32,7 +32,7 @@ <h1>Sub-Zero for Plex</h1><i>Subtitles done right</i> -Version 2.6.5.3237 DEV +Version 2.6.5.3241 DEV Originally based on @bramwalet's awesome <a href="https://github.com/bramwalet/Subliminal.bundle">Subliminal.bundle</a> diff --git a/README.md b/README.md index 209c0576d..846e652cb 100644 --- a/README.md +++ b/README.md @@ -94,32 +94,33 @@ the.vbm, mmgoodnow, Vertig0ne, thliu78, tattoomees, ostman, count_confucius, ehe ## Changelog -2.6.5.3223 +2.6.5.3241 subscene, addic7ed - either of those providers might impose a reCAPTCHA verification. In order to use those providers, please create an account at an AntiCaptcha service ([anti-captcha.com](http://getcaptchasolution.com/kkvviom7nh) or [deathbycaptcha.com](http://deathbycaptcha.com)), add funds, then supply your credentials/apikey in the configuration Changelog -- core: scoring: reorder subtitles based on second non-hash-score if main hash score is the same; morpheus65535/bazarr#821 -- providers: bsplayer: verify hash; clean up +- core: add support for new Plex Movie agent +- core: remove py3 compat breaking unnecessary change +- core: skip drawing tags for SRT +- core: advanced_settings: refiners: drone: add custom pem_file support; fixes #735 +- providers: core: set DownloadLimitPerDayExceeded timeout to 4 hours (was one day); +- providers: addic7ed: limit downloads per day; add vip setting +- providers: addic7ed: properly compare last_dl, add last_reset tracking info to log #723 +- providers: addic7ed: properly implement limits +- submod: HI: remove more music tags +- submod: common CM_punctuation_space2: detect AND don't try changing domain/url/host when fixing punctuation -2.6.5.3217 +2.6.5.3223 subscene, addic7ed - either of those providers might impose a reCAPTCHA verification. In order to use those providers, please create an account at an AntiCaptcha service ([anti-captcha.com](http://getcaptchasolution.com/kkvviom7nh) or [deathbycaptcha.com](http://deathbycaptcha.com)), add funds, then supply your credentials/apikey in the configuration Changelog -- core: also extract (missing) embedded subtitles when SearchAllRecentlyAddedMissing is running -- core: core: clarify detecting streams (in logs) -- core: UnRAR: set binary to executable, even if not checked out from git; might fix #693 -- core: bazarr-backport: morpheus65535/bazarr#703: use proper language code detection instead of a wild guess; should fix bad existing subtitle detection -- core: bazarr-backport: morpheus65535/bazarr#660: fix BOM encoding stuff -- core: bazarr-backport: morpheus65535/bazarr#656 further generalize formats; skip release group match if format match failed -- core: fix stream detection when using mediainfo (#711) -- config/core: make periodic SZ-internal subtitle maintenance interval configurable -- providers: add BSPlayer Subtitles -- providers: add ScrewZira (Hebrew) +- core: scoring: reorder subtitles based on second non-hash-score if main hash score is the same; morpheus65535/bazarr#821 +- providers: bsplayer: verify hash; clean up + [older changes](CHANGELOG.md)