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 d23d36d81c
Modified Bazarr user-agent to report real version
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 Removed media.resume from Plex webhook to prevent over usage in specific scenarios. 3 years ago
app.py no log: removed the flask debug toolbar and the flask dev server usage with --dev args 3 years ago
binaries.json Add binaries support for Apple M1 chip 3 years ago
check_update.py Removed unused variables in check_releases function. 3 years ago
config.py no log: quick fix 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 Fixed wanted list ordering. #1475 3 years ago
embedded_subs_reader.py Fixed scan disk function to not use cached ffprobe result and force a refresh of the cache. #1434 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 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_languages.py Fixed importation of standard languages issue introduced in beta.19 3 years ago
get_movies.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_providers.py Added settings to download only featured subtitles for LegendasTV 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 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_subtitle.py Added search progress modal when searching for an episode subtitles triggered by Plex webhook. 3 years ago
helper.py Refactored Web UI using React 3 years ago
init.py Modified Bazarr user-agent to report real version 3 years ago
libs.py WIP 4 years ago
list_subtitles.py Fixed scan disk function to not use cached ffprobe result and force a refresh of the cache. #1434 3 years ago
logger.py Fixed removal of IPv4 and apikey from logs 3 years ago
main.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
notifier.py Fixed query to add url to get_notifier_providers function 3 years ago
scheduler.py Switched to Gevent scheduler instead of background threaded. 3 years ago
score.py Improved subtitles scoring system 3 years ago
server.py no log: removed the flask debug toolbar and the flask dev server usage with --dev args 3 years ago
signalr_client.py Changed the warning when Sonarr SignalR return malformed JSON because of a permissions issue on its config directory. 3 years ago
subsyncer.py Fixed subtitles sync issues when sync debug is enable. 3 years ago
utils.py Added some logging to Sonarr/Radarr get_version. 3 years ago