You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bazarr/bazarr/app
morpheus65535 6dbe143364
Added minimal Python 3.12 compatibility. Not yet official support.
1 month ago
..
__init__.py Reworked Bazarr file structure to improve support and optimization 2 years ago
announcements.py no log: fixed last merged pr 10 months ago
app.py Fixed mass editor returning a 413 error with a large series/movies set. 2 months ago
check_update.py Fixed upgrade process to properly upgrade bazarr.py when it's updated. #2456 1 month ago
config.py Added animetosho provider 2 months ago
database.py Fixed improper closing of resources on exit 5 months ago
event_handler.py Reworked Bazarr file structure to improve support and optimization 2 years ago
get_args.py Replaced peewee with sqlalchemy as ORM. This is a major change, please report related issues on Discord. 10 months ago
get_providers.py Added animetosho provider 2 months ago
libs.py Updated multiple Python modules (now in libs and custom_libs directories) and React libraries 3 months ago
logger.py Updated multiple Python modules (now in libs and custom_libs directories) and React libraries 3 months ago
notifier.py Improved stability by usinf Python f-string as much as possible to prevent TypeError and improve code readability. 8 months ago
scheduler.py Added minimal Python 3.12 compatibility. Not yet official support. 1 month ago
server.py Fixed Swagger UI broken since last libraries update (1.4.3-beta) 2 months ago
signalr_client.py Fixed improper closing of resources on exit 5 months ago
ui.py Fixed improper redirection from login page when base_url isn't empty. 2 months ago