Commit Graph

9 Commits

Author SHA1 Message Date
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
JayZed 9ae684240b
Refactored Shutdown, Restart and exit status codes 2024-03-03 12:00:50 -05:00
morpheus65535 d758c53b41
Fixed unhandled FileNotFoundError during restore process 2024-01-26 11:09:50 -05:00
morpheus65535 54f9570a22 Fixed compression type for backup. #2278 2023-10-25 17:15:40 -04:00
Paul Dee e3cda5c11e
Improved compression ratio of backup. 2023-10-19 17:39:02 -04:00
morpheus65535 c89da3e619
Changing from config.ini to config.yaml 2023-10-14 09:56:21 -04:00
halali d5911e78b5
Added PostgreSQL as optional database engine
Wiki: https://wiki.bazarr.media/Additional-Configuration/PostgreSQL-Database/
2023-01-29 16:44:56 -05:00
morpheus65535 0bfaf7a36c no log: fixed improper imports 2022-05-04 19:53:28 -04:00
morpheus65535 2f01ab8523
Reworked Bazarr file structure to improve support and optimization 2022-05-01 08:00:20 -04:00
Renamed from bazarr/backup.py (Browse further)