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
Sander van Kasteel 0d39928a7b
Added support for CORS headers
2 years ago
..
api no log: deal with potential exception with missing time zone info. 2 years ago
app Added support for CORS headers 2 years ago
languages Reworked Bazarr file structure to improve support and optimization 2 years ago
radarr Fixed episodes or movies importation skipped when Sonarr/Radarr improperly report that media file size is null. 2 years ago
sonarr Improved live synchronization with Sonarr and Radarr trough SignalR feed by implementing dedicated threaded events queues, by preventing execution of duplicate events received, by filtering events to be processed and by logging at debug level events received to improve debugging. 2 years ago
subtitles Fixed None type issue on the first subtitles indexation for episodes or movies. 2 years ago
utilities no log: some pep8 fixes 2 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
constants.py Reworked Bazarr file structure to improve support and optimization 2 years ago
get_args.py no log: fixed ImportError when Bazarr update itself from 1.0.4 without the daemon process being restarted. 2 years ago
init.py Fixed import order that was preventing Bazarr from starting after initial database creation. 2 years ago
main.py Fixed root url redirect not working with base_url defined. #1857 2 years ago