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
morpheus65535 39fe3141d5
Moved back from gevent to waitress web server. This should prevent UI disconnection occurring during heavy task like syncing subtitles.
3 years ago
..
__init__.py make bazarr a module; use centralized getopt in daemon; add --debug option for console handler; add logging dependencies 6 years ago
analytics.py Improved how Bazarr get Sonarr/Radarr version to use caching and reduce the number of calls made to their respective API. 3 years ago
api.py Fixed multiple episodes subtitles upload to use the first episode number found. #1562 3 years ago
app.py Moved back from gevent to waitress web server. This should prevent UI disconnection occurring during heavy task like syncing subtitles. 3 years ago
binaries.json Add binaries support for Apple M1 chip 3 years ago
check_update.py Prevent broken release (missing asset) from corrupting existing installation. 3 years ago
config.py Added a settings to disable SSL certificate validation for Podnapisi. Be careful as it's causing a security risk for a man in the middle (MitM) attack. #1565 3 years ago
custom_lang.py Added custom language class to make it easier to implement non-standard/regional languages 3 years ago
database.py Moved back from gevent to waitress web server. This should prevent UI disconnection occurring during heavy task like syncing subtitles. 3 years ago
embedded_subs_reader.py Fixed an issue with ffprobe caching. Could be fixing a small part of the issue in #1502. 3 years ago
event_handler.py Handling progress delete event in UI 3 years ago
filesystem.py Improved how Bazarr get Sonarr/Radarr version to use caching and reduce the number of calls made to their respective API. 3 years ago
get_args.py Languages profiles (#1232) 3 years ago
get_episodes.py Moved back from gevent to waitress web server. This should prevent UI disconnection occurring during heavy task like syncing subtitles. 3 years ago
get_languages.py Fixed importation of standard languages issue introduced in beta.19 3 years ago
get_movies.py Moved back from gevent to waitress web server. This should prevent UI disconnection occurring during heavy task like syncing subtitles. 3 years ago
get_providers.py Added a settings to disable SSL certificate validation for Podnapisi. Be careful as it's causing a security risk for a man in the middle (MitM) attack. #1565 3 years ago
get_rootfolder.py Improved how Bazarr get Sonarr/Radarr version to use caching and reduce the number of calls made to their respective API. 3 years ago
get_series.py Moved back from gevent to waitress web server. This should prevent UI disconnection occurring during heavy task like syncing subtitles. 3 years ago
get_subtitle.py Fix for series progress bar not updated when a subtitles file is downloaded or deleted. 3 years ago
helper.py Fixed some issues with HI/forced in history and custom post-processing. #1516 3 years ago
init.py Moved back from gevent to waitress web server. This should prevent UI disconnection occurring during heavy task like syncing subtitles. 3 years ago
libs.py WIP 4 years ago
list_subtitles.py Moved back from gevent to waitress web server. This should prevent UI disconnection occurring during heavy task like syncing subtitles. 3 years ago
logger.py Moved back from gevent to waitress web server. This should prevent UI disconnection occurring during heavy task like syncing subtitles. 3 years ago
main.py Moved back from gevent to waitress web server. This should prevent UI disconnection occurring during heavy task like syncing subtitles. 3 years ago
notifier.py Fixed query to add url to get_notifier_providers function 3 years ago
scheduler.py Moved back from gevent to waitress web server. This should prevent UI disconnection occurring during heavy task like syncing subtitles. 3 years ago
score.py Score: add a condition class to allow painless future additions 3 years ago
server.py Moved back from gevent to waitress web server. This should prevent UI disconnection occurring during heavy task like syncing subtitles. 3 years ago
signalr_client.py Moved back from gevent to waitress web server. This should prevent UI disconnection occurring during heavy task like syncing subtitles. 3 years ago
subsyncer.py Fixed subtitles sync issues when sync debug is enable. 3 years ago
utils.py Fix for series progress bar not updated when a subtitles file is downloaded or deleted. 3 years ago