net-p2p/bazarr: Update to 1.4.0
ChangeLog: https://github.com/morpheus65535/bazarr/releases/tag/v1.4.0
- Dropped support for Python 3.7 because our dependencies doesn't support it anymore.
- Fixed Whisper provider to make it throttle longer after ConnectionError
- Fixed an issue that could clear episodes history in case Sonarr API return something else than valid series or episodes.
- Improved providers exceptions throttling to reduce useless calls to providers.
- Fixed infinite download retry loop in whisperai provider b25d416
- Fixed (sqlite3.OperationalError) too many SQL variables issue while inserting too many episodes at the same time.
- Fixed issue with series/movies import using a deleted default languages profile.
- Modified "no subtitles found" notification to be a message instead of an error.
- Fixed improper subtitles being downloaded when HI is required by languages profile.
- Fixed languages profile creation issue.
- Prevent overwriting season and episode number guessed from file name with db values unless they haven't been properly guessed.
- Hide clipboard button when is not possible to copy to clipboard
- Subdivx provider: improve language matching
- Improve mods
- Fixed an error in previous commit that would prevent episodes syncing.
- Fixed compression type for backup.
- Fixed other issues with subzero_mods parsing.
- Fixed issues with SQlite older than 3.35.
- Avoid FileNotFoundError indexing subtitles
- Improved compression ratio of backup.
- Improved stability by usinf Python f-string as much as possible to prevent TypeError and improve code readability.
- Fixed issue while parsing enabled mods during subtitles download 225d79e
- Fixed config.ini conversion by disabling interpolation with ConfigParser that failed with addic7ed cookie.
- Fixed datatype issue when creating a new languages profile with PostgreSQL.
- Changing from config.ini to config.yaml
PR: 275699
Reported by: michiel@vanbaak.eu (maintainer)