JayZed
ec85f6e172
Improved multiple exceptions catching and fixed some other providers issues
...
* Backup files should be listed with newest ones first
Just like Sonarr and Radarr and everyone else.
* Add check_parser_binary() validation method
This is mainly to prevent the user from selecting mediainfo as the subtitles parser if it has not yet been installed on the user's system somewhere in the PATH.
* import JSONDecodeError from requests.exceptions instead of json
Because sometimes it will return the simplejson one instead and that one won't be caught by the except clause.
* import JSONDecodeError from requests.exceptions instead of json
Because sometimes it will return the simplejson one instead and that one won't be caught by the except clause.
Also fixed User-Agent assignment.
8 months ago
morpheus65535
1c25d125d3
Merge remote-tracking branch 'origin/development' into development
8 months ago
morpheus65535
a9f438b548
Fixed overflowing of episode titles in wanted view. #2419
8 months ago
JayZed
814b1af79f
Fixed and improved UI while correcting text
8 months ago
morpheus65535
2b9275244b
Updated other React dependencies.
8 months ago
dependabot[bot]
4d94aa2675
no log: Bump @types/react-dom from 18.2.19 to 18.2.21 in /frontend ( #2427 )
...
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ) from 18.2.19 to 18.2.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
---
updated-dependencies:
- dependency-name: "@types/react-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8 months ago
dependabot[bot]
5a447fe488
no log: Bump actions/cache from 3 to 4 ( #2428 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8 months ago
morpheus65535
aedf2d4d89
Updated apprise to latest version to prevent deadlocks issue in 1.7.3.
8 months ago
morpheus65535
35eabb6a83
no log: updated CI dependencies
8 months ago
morpheus65535
213a04405d
Rolled back cloudscraper to fix captcha v1 solving issue.
8 months ago
morpheus65535
1428edfb8b
Updated fese module to latest version to fix embedded subtitles provider. #2423
9 months ago
JayZed
afa529c4b3
Added Test Connection button for whisper provider
9 months ago
JayZed
345b6b3718
Fixed unbound local variable if 0 movies in database. #2417
9 months ago
JayZed
33f82fe445
Added Weekly Sync option for Radarr and Sonarr
9 months ago
morpheus65535
e5db62eb95
no log: latest apprise upgrade
9 months ago
morpheus65535
20d235e1b5
no log: small format fix
9 months ago
morpheus65535
a85ebd86aa
no log: small version fix
9 months ago
morpheus65535
03afeb3470
Updated multiple Python modules (now in libs and custom_libs directories) and React libraries
9 months ago
JayZed
9ae684240b
Refactored Shutdown, Restart and exit status codes
9 months ago
JayZed
c4553452a5
Allow numeric passwords for all providers. #2416
9 months ago
JayZed
5d87b10475
Fixed subtitles synchronization process when settings values have changed since Bazarr started
9 months ago
morpheus65535
af370372de
Merge remote-tracking branch 'origin/development' into development
9 months ago
JayZed
9f3992d9ca
no log: Prettier version?
9 months ago
JayZed
16a3158f5e
Prettier version?
9 months ago
JayZed
3827ea6ffe
Text updates, especially for thresholds
...
- added explanations for various thresholds
- fixed some spelling and grammar mistakes
- improved wording to make things clearer (hopefully)
- made capitalization, use of periods more consistent
9 months ago
Thijmen Heuvelink
731e44cb9a
Added Progressive Web App support
9 months ago
morpheus65535
6ca3689f2e
no log: fixed multiple PEP8 lint issues
9 months ago
JayZed
b24ee309ed
Include server URL in Yify subtitle page link
...
Fix for issue #2409
9 months ago
JayZed
f95db43a2f
Disabled autoscroll to top for underlying window after manual search. #2285
9 months ago
JayZed
f71b8931e3
Fixed subtitles sync function to preserve subtitles file extension. #2399
9 months ago
JayZed
6ba720969e
Improved debug logging for whisperai
9 months ago
morpheus65535
0293ea7896
no log: Update CONTRIBUTING.md
9 months ago
morpheus65535
18cbf6fd00
no log: Update CONTRIBUTING.md
9 months ago
Vitiko
d9629df3af
Subdivx Provider: major updates
9 months ago
JayZed
6c488063e7
Modified upgrade task so it always shows in UI even if it's set to manually in scheduler
9 months ago
JayZed
e3354aa7f3
Reduced debounce value for event notifications
9 months ago
Ruby Marx
2eec9131f8
Added originalFormat db migration from bool to int only for Postgresql
9 months ago
JayZed
d5466fff23
Added log level/filter settings to Logs page
9 months ago
MrHereAndThere
ad8f116c78
Updated fallback language for embeddedsubtitles provider to be able to specify the one to use
9 months ago
JayZed
5dd001317d
Added Expand All / Collapse All button for series seasons
9 months ago
Hlib
b933eb87b9
Added AvistaZ and CinemaZ subtitles provider
9 months ago
morpheus65535
43d313a31b
Fixed subdivx issue with foreign title encoding issue. #2395
9 months ago
morpheus65535
8ea3884f23
Merge remote-tracking branch 'origin/development' into development
9 months ago
morpheus65535
b96965e740
Fixed subdivx provider to use alternative titles. #2378
9 months ago
Bogdan Ilisei
2e124d2666
Updated titrari provider
9 months ago
morpheus65535
ebd0b21c6d
no log: additional fixes
9 months ago
morpheus65535
faa4dfb77c
Fixed saving of null anti-captcha provider that caused Validator to reset default value.
9 months ago
morpheus65535
4ca211191d
Fixed indentation issue in pool update. #2390
9 months ago
morpheus65535
95474b29db
Added support for opensubtitles.com dedicated VIP subdomain that get automatically used according to subscription status.
9 months ago
morpheus65535
9f0a8d0a14
no log: added another failsafe for provider pool update
9 months ago