.. |
__init__.py
|
…
|
|
analytics.py
|
no log: fix for GA
|
2021-05-06 19:30:40 -04:00 |
api.py
|
Fixed more peewee implementation issues.
|
2021-05-27 16:29:05 -04:00 |
app.py
|
no log: removed the flask debug toolbar and the flask dev server usage with --dev args
|
2021-05-09 09:37:34 -04:00 |
binaries.json
|
Add binaries support for Apple M1 chip
|
2021-03-11 20:03:19 +08:00 |
check_update.py
|
Fixed upgrade process to properly use bazarr.zip asset #1379
|
2021-04-15 16:37:53 -04:00 |
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.
|
2021-05-08 10:39:00 -04:00 |
database.py
|
Fixed more peewee implementation issues.
|
2021-05-27 16:29:05 -04:00 |
embedded_subs_reader.py
|
Implemented Peewee ORM in replacement of raw SQL queries.
|
2021-05-26 16:47:14 -04:00 |
event_handler.py
|
Handling progress delete event in UI
|
2021-05-11 10:54:33 +08:00 |
filesystem.py
|
Added user-agent to all Sonarr and Radarr API calls
|
2021-05-14 14:42:45 -04:00 |
get_args.py
|
Languages profiles (#1232)
|
2021-01-18 23:49:51 -05:00 |
get_episodes.py
|
no log: Fixed some typo
|
2021-05-28 13:48:09 -04:00 |
get_languages.py
|
Fixed some issues after peewee implementation
|
2021-05-26 22:25:56 -04:00 |
get_movies.py
|
Added some sleep to long for loop to prevent blocking other stuff during that time. Some more could be required in the future.
|
2021-05-28 13:23:09 -04:00 |
get_providers.py
|
Added live update of UI using websocket. Make sure your reverse proxy upgrade the connection!
|
2021-05-08 10:25:29 -04:00 |
get_rootfolder.py
|
Added exclusion in get rootfolder functions for the ones that aren't used by any series/movies. #1413
|
2021-05-28 22:45:54 -04:00 |
get_series.py
|
Added some sleep to long for loop to prevent blocking other stuff during that time. Some more could be required in the future.
|
2021-05-28 13:23:09 -04:00 |
get_subtitle.py
|
Fixed exclusion of unmonitored movies when upgrading subtitles.
|
2021-05-31 12:30:53 -04:00 |
helper.py
|
Refactored Web UI using React
|
2021-03-25 10:22:43 -04:00 |
init.py
|
Fixed database init issue.
|
2021-05-27 12:28:46 -04:00 |
libs.py
|
…
|
|
list_subtitles.py
|
Added some sleep to long for loop to prevent blocking other stuff during that time. Some more could be required in the future.
|
2021-05-28 13:23:09 -04:00 |
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.
|
2021-05-08 10:39:00 -04:00 |
main.py
|
Fixed other issues with peewee
|
2021-05-27 08:07:16 -04:00 |
notifier.py
|
Fixed query to add url to get_notifier_providers function
|
2021-05-28 17:40:03 -04:00 |
scheduler.py
|
Switched to Gevent scheduler instead of background threaded.
|
2021-05-15 10:01:32 -04:00 |
server.py
|
no log: removed the flask debug toolbar and the flask dev server usage with --dev args
|
2021-05-09 09:37:34 -04:00 |
signalr_client.py
|
no log: Fixed some typo
|
2021-05-28 13:49:57 -04:00 |
subsyncer.py
|
Fix for manual subsync history logging
|
2021-05-01 00:00:50 -04:00 |
utils.py
|
Implemented Peewee ORM in replacement of raw SQL queries.
|
2021-05-26 16:47:14 -04:00 |