bazarr/bazarr/radarr
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.
2024-03-16 22:10:50 -04:00
..
sync Fixed unbound local variable if 0 movies in database. #2417 2024-03-04 22:53:30 -05:00
__init__.py Reworked Bazarr file structure to improve support and optimization 2022-05-01 08:00:20 -04:00
blacklist.py Fixed single blacklist item deletion issue that would remove all the blacklisted subtitles from the same provider at once. 2024-01-23 20:06:46 -05:00
filesystem.py no log: centralized Sonarr/Radarr API url definition and improved usage 2023-10-25 23:04:03 -04:00
history.py Replaced peewee with sqlalchemy as ORM. This is a major change, please report related issues on Discord. 2023-07-26 19:34:49 -04:00
info.py Improved multiple exceptions catching and fixed some other providers issues 2024-03-16 22:10:50 -04:00
notify.py no log: centralized Sonarr/Radarr API url definition and improved usage 2023-10-25 23:04:03 -04:00
rootfolder.py Fixed and improved UI while correcting text 2024-03-12 23:03:08 -04:00