bazarr/bazarr
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
..
api Refactored Shutdown, Restart and exit status codes 2024-03-03 12:00:50 -05:00
app Improved multiple exceptions catching and fixed some other providers issues 2024-03-16 22:10:50 -04:00
languages Modify portuguese custom language 2024-02-08 21:03:04 -04:00
radarr Improved multiple exceptions catching and fixed some other providers issues 2024-03-16 22:10:50 -04:00
sonarr Improved multiple exceptions catching and fixed some other providers issues 2024-03-16 22:10:50 -04:00
subtitles Fixed subtitles synchronization process when settings values have changed since Bazarr started 2024-03-01 14:43:09 -05:00
utilities Improved multiple exceptions catching and fixed some other providers issues 2024-03-16 22:10:50 -04:00
__init__.py make bazarr a module; use centralized getopt in daemon; add --debug option for console handler; add logging dependencies 2018-10-31 18:09:46 +01:00
constants.py Added Sync Optimization for Movies, Series and Episodes to ignore unmonitored items 2024-01-24 18:07:15 -05:00
get_args.py no log: fixed ImportError when Bazarr update itself from 1.0.4 without the daemon process being restarted. 2022-05-02 23:37:35 -04:00
init.py Refactored Shutdown, Restart and exit status codes 2024-03-03 12:00:50 -05:00
literals.py Refactored Shutdown, Restart and exit status codes 2024-03-03 12:00:50 -05:00
main.py Refactored Shutdown, Restart and exit status codes 2024-03-03 12:00:50 -05:00