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 1fdad498f6
Fixed the movies not getting synced after a reconnection of Radarr SignalR feed.
4 years ago
..
__init__.py
analytics.py
api.py
app.py no log: removed the flask debug toolbar and the flask dev server usage with --dev args 4 years ago
binaries.json
check_update.py
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
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
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
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
get_rootfolder.py
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
init.py Improved how we deal with requirements.txt installation process results. 4 years ago
libs.py
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
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 Fixed the movies not getting synced after a reconnection of Radarr SignalR feed. 4 years ago
subsyncer.py
utils.py Added user-agent to all Sonarr and Radarr API calls 4 years ago