.. |
__init__.py
|
make bazarr a module; use centralized getopt in daemon; add --debug option for console handler; add logging dependencies
|
2018-10-31 18:09:46 +01:00 |
analytics.py
|
no log: fix for GA
|
2021-05-06 19:30:40 -04:00 |
api.py
|
Fixed movies subtitles paths being shown in UI without being mapped.
|
2021-06-03 20:53:27 -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
|
Fixed some queries trowing exception when no existing row were found #1425
|
2021-06-02 22:29:11 -04:00 |
get_languages.py
|
Fixed some issues after peewee implementation
|
2021-05-26 22:25:56 -04:00 |
get_movies.py
|
Fixed some queries trowing exception when no existing row were found #1425
|
2021-06-02 22:29:11 -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
|
Fixed API call to Radarr since the are removing legacy API from nightly builds.
|
2021-05-31 15:12:55 -04:00 |
get_series.py
|
Fixed delete query that could delete a series improperly on any http error returned by Sonarr API.
|
2021-06-03 06:44:38 -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
|
WIP
|
2020-01-29 06:53:29 -05:00 |
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 some incompatible calls with Radarr v4 API
|
2021-06-01 22:13:25 -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
|
Improved stability and reliability of SignalR feed clients.
|
2021-06-01 14:42:52 -04:00 |
subsyncer.py
|
Fix for manual subsync history logging
|
2021-05-01 00:00:50 -04:00 |
utils.py
|
Fixed some incompatible calls with Radarr v4 API
|
2021-06-01 21:53:32 -04:00 |