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 1a07a00e71
Added a catch for invalid JSON returned during Sonarr SignalR feed connection.
4 years ago
..
__init__.py make bazarr a module; use centralized getopt in daemon; add --debug option for console handler; add logging dependencies 7 years ago
analytics.py no log: fix for GA 4 years ago
api.py Added live update of UI using websocket. Make sure your reverse proxy upgrade the connection! 4 years ago
app.py no log: removed the flask debug toolbar and the flask dev server usage with --dev args 4 years ago
binaries.json Add binaries support for Apple M1 chip 4 years ago
check_update.py Fixed upgrade process to properly use bazarr.zip asset #1379 4 years ago
config.py Added real-time sync with Sonarr v3 and Radarr v3 by feeding from SignalR feeds. You can now reduce frequency of sync tasks to something like once a day. 4 years ago
create_db.sql WIP 6 years ago
database.py Added a check if column exist in table before trying to remove it during the database migration routine. 4 years ago
embedded_subs_reader.py Ignore embedded commentary subtitles 4 years ago
event_handler.py Handling progress delete event in UI 4 years ago
filesystem.py Added user-agent to all Sonarr and Radarr API calls 4 years ago
get_args.py Languages profiles (#1232) 4 years ago
get_episodes.py Added argument to disable the socketio events emit process to avoid events storm rendering the UI unresponsive. I still need to use it when calling sync functions from signalr_client.py. 4 years ago
get_languages.py Adding simplified and traditional Chinese subtitles support (#1236) 4 years ago
get_movies.py Added argument to disable the socketio events emit process to avoid events storm rendering the UI unresponsive. I still need to use it when calling sync functions from signalr_client.py. 4 years ago
get_providers.py Added live update of UI using websocket. Make sure your reverse proxy upgrade the connection! 4 years ago
get_rootfolder.py Added live update of UI using websocket. Make sure your reverse proxy upgrade the connection! 4 years ago
get_series.py Added argument to disable the socketio events emit process to avoid events storm rendering the UI unresponsive. I still need to use it when calling sync functions from signalr_client.py. 4 years ago
get_subtitle.py no log: fixed typo in SQL query 4 years ago
helper.py Refactored Web UI using React 4 years ago
init.py Improved how we deal with requirements.txt installation process results. 4 years ago
libs.py WIP 5 years ago
list_subtitles.py Added successful completion message to tasks progress toast. 4 years ago
logger.py Added real-time sync with Sonarr v3 and Radarr v3 by feeding from SignalR feeds. You can now reduce frequency of sync tasks to something like once a day. 4 years ago
main.py Added user-agent to all Sonarr and Radarr API calls 4 years ago
notifier.py Added Movie/Series Year to Notifier (based on #1393). 4 years ago
scheduler.py Switched to Gevent scheduler instead of background threaded. 4 years ago
server.py no log: removed the flask debug toolbar and the flask dev server usage with --dev args 4 years ago
signalr_client.py Added a catch for invalid JSON returned during Sonarr SignalR feed connection. 4 years ago
subsyncer.py Fix for manual subsync history logging 4 years ago
utils.py Added user-agent to all Sonarr and Radarr API calls 4 years ago