1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-26 01:27:07 +00:00
Commit graph

3160 commits

Author SHA1 Message Date
morpheus65535
8e6275513b 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
morpheus65535
0ea03e0008 Reduced Radarr keep alive interval to prevent disconnection. 2021-05-28 13:21:53 -04:00
morpheus65535
f442d7d091 Fixed more peewee implementation issues. 2021-05-27 16:29:05 -04:00
morpheus65535
9cc00ebd65 Fixed database init issue. 2021-05-27 12:28:46 -04:00
morpheus65535
67d67f6527 Merge remote-tracking branch 'origin/development' into development 2021-05-27 12:20:53 -04:00
LASER-Yi
573282863d Fix subtitle badges display issues in some situations 2021-05-28 00:14:05 +08:00
morpheus65535
7209bad0c4 Improved Opensubtitles.com provider caching of token 2021-05-27 11:17:20 -04:00
morpheus65535
bb842b92af Improved Opensubtitles.com providers 2021-05-27 08:49:52 -04:00
morpheus65535
75c003ab67 Fixed other issues with peewee 2021-05-27 08:07:16 -04:00
morpheus65535
d34add9fa4 Fixed some issues after peewee implementation 2021-05-26 22:25:56 -04:00
morpheus65535
2b9d892ca9
Implemented Peewee ORM in replacement of raw SQL queries. 2021-05-26 16:47:14 -04:00
morpheus65535
c2eec34aff Merge remote-tracking branch 'origin/development' into development 2021-05-26 10:36:33 -04:00
morpheus65535
47bb77ac6f Added series' episodes sync when required by Sonarr (ex.: episodes monitored status change) 2021-05-26 10:36:26 -04:00
LASER-Yi
a9abe30080 Update blacklist items when receiving any socket.io blacklist events 2021-05-26 21:05:38 +08:00
morpheus65535
d8e8d7afc2 Fixed blacklisted subtitles tables not being removed from table on delete. 2021-05-26 07:24:03 -04:00
morpheus65535
61b3b869d0 Fixed wanted subtitles tables not being refreshed on deleted or downloaded subtitles. 2021-05-25 23:24:13 -04:00
LASER-Yi
48ba08e068 Improve series subtitles upload experience 2021-05-22 15:19:17 +08:00
morpheus65535
c8e02e280a Tweaked the Radarr SignalR feed keep-alive and reconnection intervals. 2021-05-18 23:05:23 -04:00
morpheus65535
bf8c4caef7 Fixed events storm to UI on SignalR (re)connection with large libraries. 2021-05-18 15:42:24 -04:00
morpheus65535
2643023240 Updated SignalRCore to support websocket-client 1.0.0. 2021-05-18 14:33:37 -04:00
morpheus65535
1a07a00e71 Added a catch for invalid JSON returned during Sonarr SignalR feed connection. 2021-05-18 12:02:01 -04:00
dependabot[bot]
3abab89dbc
no log: Bump react-select from 4.3.0 to 4.3.1 in /frontend (#1409)
Bumps [react-select](https://github.com/JedWatson/react-select) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/JedWatson/react-select/releases)
- [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/JedWatson/react-select/compare/react-select@4.3.0...react-select@4.3.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-18 13:20:56 +08:00
morpheus65535
1fdad498f6 Fixed the movies not getting synced after a reconnection of Radarr SignalR feed. 2021-05-17 23:57:42 -04:00
morpheus65535
5f99836801 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. 2021-05-17 23:56:55 -04:00
morpheus65535
70a0f6835e Upgraded websocket-client module to fix Radarr SignalRCore disconnection issues. 2021-05-17 23:18:25 -04:00
morpheus65535
baf25b2a3e Added a check if column exist in table before trying to remove it during the database migration routine. 2021-05-17 21:24:46 -04:00
morpheus65535
0a6c850f4d Added better exception handling for Radarr SignalR feed. 2021-05-17 19:39:09 -04:00
morpheus65535
dd8072adf8 Switched to Gevent scheduler instead of background threaded. 2021-05-15 10:01:32 -04:00
morpheus65535
44dd478c48 Improved reconnection process for Sonarr SignalR feeds. 2021-05-15 09:41:39 -04:00
morpheus65535
85c2cbc7da Merge remote-tracking branch 'origin/development' into development 2021-05-15 08:41:27 -04:00
Vitiko
d6da0eec95
Ignore embedded commentary subtitles 2021-05-15 08:14:46 -04:00
Vitiko
9f401cbb67
Fixed support for lists in audio_codec match guessing 2021-05-15 08:11:03 -04:00
morpheus65535
daa2d1e8bf Added user-agent to all Sonarr and Radarr API calls 2021-05-14 14:42:45 -04:00
morpheus65535
9993f123f1 no log: fixed typo in SQL query 2021-05-13 06:32:51 -04:00
morpheus65535
cf35f4a9d2 Improved readability of toast progress label, overflow of toast message with ellipsis and removed the toast close button considering the auto-dismiss. 2021-05-12 12:35:05 -04:00
morpheus65535
821ff13b80 Added successful completion message to tasks progress toast. 2021-05-12 12:17:09 -04:00
morpheus65535
e23956278b Fixed Radarr SignalR connection started even if Radarr integration isn't enabled. 2021-05-12 08:57:53 -04:00
morpheus65535
4ef35c5527 Improved how we deal with requirements.txt installation process results. 2021-05-11 20:11:26 -04:00
morpheus65535
84a1c265ce Improved Radarr SignalR feed reconnection process. 2021-05-11 16:24:02 -04:00
morpheus65535
63f759e91e Merge remote-tracking branch 'origin/development' into development 2021-05-10 23:01:01 -04:00
morpheus65535
ffe8a201a9 Fix for Bazarr version parsing. 2021-05-10 23:00:47 -04:00
LASER-Yi
0031e69db6 Handling progress delete event in UI 2021-05-11 10:54:33 +08:00
morpheus65535
fe0a34aae5 Added header to toasts and bring back the hide_progress backend function. todo: deal with delete method in frontend. 2021-05-10 19:52:36 -04:00
dependabot[bot]
e1ed4d546c
no log: Bump @types/rc-slider from 8.6.6 to 9.3.1 in /frontend (#1405)
Bumps [@types/rc-slider](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/rc-slider) from 8.6.6 to 9.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/rc-slider)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-10 19:09:53 +08:00
LASER-Yi
4bb6e87db9 Fix some style issues 2021-05-09 21:54:09 +08:00
LASER-Yi
38fc3b36fe Tweak style of progress notification 2021-05-09 21:46:41 +08:00
LASER-Yi
8b41616429 no log: use useDidUpdate hook to detect loading state 2021-05-09 21:42:34 +08:00
morpheus65535
7b0ddf3fa1 Merge remote-tracking branch 'origin/development' into development 2021-05-09 09:37:40 -04:00
morpheus65535
90c6521b31 no log: removed the flask debug toolbar and the flask dev server usage with --dev args 2021-05-09 09:37:34 -04:00
LASER-Yi
c92f879bfd no log: Fix syntax 2021-05-09 21:29:18 +08:00