Commit Graph

63 Commits

Author SHA1 Message Date
Jens Lee e2ba532cee
Fixed zimuku that now require anti-captcha 2023-04-21 06:25:09 -04:00
Devin Buhl 695734abe6
Allow defining postgres connection settings via env vars 2023-04-14 09:58:02 -04:00
Alex Yancey 8b1db07e9f
Added OpenAI Whisper Provider 2023-04-05 14:43:24 -04:00
morpheus65535 17e62f2d29 Added announcements for deprecated Sonarr and Radarr versions end of support. 2023-03-23 17:31:02 -04:00
morpheus65535 7136383098 Added an option to prevent sleeping hard drives from being wake-up by video file hashing. 2023-03-20 23:13:25 -04:00
morpheus65535 abc48b4ed0
Replaced deprecated Google Universal Analytics by GA4 2023-03-17 09:01:15 -04:00
Marian Moravcik fefec202d1 no log: added autorollback to postgresql 2023-02-28 19:53:16 +01:00
Marian Moravcik 2e8203f0d4 Fix postgresql reconnection #2071 2023-02-27 13:31:38 +01:00
morpheus65535 7502c59638 no log: small fix for announcements and enabled providers 2023-02-25 08:43:35 -05:00
morpheus65535 5dc4e782ae Added option to deeply analyze audio tracks from media files or not to determine languages. Default is to use Sonarr/Radarr provided languages instead. Should prevent API limit ban for cloud user. 2023-02-23 18:32:54 -05:00
morpheus65535 58262bc299
Added Announcements section in System to be able to inform users of Bazarr's news. 2023-02-20 16:04:09 -05:00
Marian Moravcik 339883cff6 Fixed UI freeze on certain notification events 2023-02-18 21:13:20 +01:00
morpheus65535 3310f6aeb8 Improved audio track language detection by using our video parser instead of values provided by Sonarr/Radarr. We also added "treat as" concept for undefined languages audio and embedded subtitles tracks. #2050 2023-02-09 16:58:38 -05:00
morpheus65535 d39f41d7e2 Increased minimum subtitles search and upgrade frequencies to 6 hours instead of 3 to reduce the impact on providers' website. 2023-02-08 17:00:37 -05:00
Vitiko 47aff78ab0 Subf2m Provider: add optional config for SSL verification
Temporary
2023-01-31 16:39:38 -04:00
halali d5911e78b5
Added PostgreSQL as optional database engine
Wiki: https://wiki.bazarr.media/Additional-Configuration/PostgreSQL-Database/
2023-01-29 16:44:56 -05:00
Cory Metcalfe f5d7b4d321
Added configurable request timeout to Sonarr and Radarr 2023-01-25 15:26:22 -05:00
morpheus65535 b0f743767b Fixed unwanted injection of variables on API endpoints. 2023-01-24 20:13:34 -05:00
morpheus65535 5a98dfcf83 no log: pep8 style fix 2023-01-24 06:39:10 -05:00
morpheus65535 b08c8cf1a8 no log: added missing logging 2023-01-16 14:08:34 -05:00
morpheus65535 2babae1937 Fixed high CPU usage when improper timezone defined (will use UTC instead). #1914 2023-01-16 14:05:06 -05:00
morpheus65535 c4b8345e65 Added mediainfo as potential embedded subtitles parser. #2007 2022-12-20 23:37:52 -05:00
morpheus65535 6693b98811 Fixed issues with new database creation since e6d0893812 2022-12-15 11:00:56 -05:00
morpheus65535 e6d0893812 Added routine to remove deprecated providers from enabled providers in config.ini 2022-12-13 21:14:32 -05:00
morpheus65535 6a17a7fecd no log: fixed throttled providers count update of UI 2022-12-10 07:31:47 -05:00
morpheus65535 cc42e7bc5c Fixed improper page_size value that prevent series and movies page from loading. #1995 2022-12-07 06:38:43 -05:00
morpheus65535 4ada83f747 no log: added no-signalr args 2022-11-24 13:53:22 -05:00
morpheus65535 60dfe6bb81 Merge remote-tracking branch 'origin/development' into development 2022-11-21 06:27:26 -05:00
morpheus65535 8c944c4cf2 Fixed log an backup download from UI after flask upgrade. 2022-11-21 06:27:08 -05:00
LASER-Yi 9165663cba Move pageSize in UI settings to backend 2022-11-21 00:24:09 +08:00
morpheus65535 0e8ac06e59 Fixed infinite loop while trying to connect to Sonarr with SignalR permission issue. 2022-11-17 16:52:05 -05:00
morpheus65535 2e4480dd5f no log: small fix 2022-11-10 20:57:40 -05:00
morpheus65535 c563262fa8 Revert "Fixed Sonarr v3 SignalR feed not connecting when mono is used to run Sonarr. #1985"
This reverts commit a26b86cb95.
2022-11-10 20:55:12 -05:00
morpheus65535 a26b86cb95 Fixed Sonarr v3 SignalR feed not connecting when mono is used to run Sonarr. #1985 2022-11-09 12:29:14 -05:00
morpheus65535 b8b916dc30 Added live(SignalR) feeds status for Sonarr and Radarr. 2022-11-09 09:44:47 -05:00
morpheus65535 bbe2483e21 Updated vendored dependencies. 2022-11-07 13:08:27 -05:00
Vitiko 708fbfcd8e Add support for configurable scores (movies and episodes)
Currently only configurable via manual `data/config/config.ini`
text edition.

New configurable values are `series_scores` and `movie_scores`.

For each config section, the sum of the config values (except hash)
must be equal to the hash value plus one (1), otherwise default
values will be used (notified via debug log).

Hash values are not meant to be modified; the value is shown in
`config.ini` for reference. Modifying hash values would imply
breaking Bazarr's score logic.
2022-11-05 01:07:06 -04:00
morpheus65535 a1594e5a08 Added automatic update of wanted subtitles count on use embedded subtitles settings modification. 2022-10-26 10:42:44 -04:00
morpheus65535 af70cf1fc9 Added support for series monitored status. #1964 2022-10-05 22:51:54 -04:00
morpheus65535 c492de8b67 Fixed episodes subtitles search when notified of import by Sonarr v3 SignalR feed. #1946 2022-09-25 08:38:27 -04:00
morpheus65535 131b4e5cde
Added Swagger documentation for Bazarr API 2022-09-21 23:51:34 -04:00
morpheus65535 7a2d2399fc Fixed incorrect IP or already used TCP port from preventing Bazarr initialization. 2022-09-16 23:57:58 -04:00
Sander van Kasteel 0d39928a7b
Added support for CORS headers 2022-08-22 15:35:35 -04:00
morpheus65535 a36b3ce2ba Added download link for backup archives. 2022-08-21 23:14:06 -04:00
morpheus65535 180a40e027 Improved live synchronization with Sonarr and Radarr trough SignalR feed by implementing dedicated threaded events queues, by preventing execution of duplicate events received, by filtering events to be processed and by logging at debug level events received to improve debugging. 2022-08-21 08:22:56 -04:00
morpheus65535 b0abe81d12 Fixed integer conversion issue. #1918 2022-08-04 21:28:44 -04:00
morpheus65535 4382a05da1 Fixed double slashes stored in config.ini by sanitizing the config values. #1903 2022-08-03 21:55:53 -04:00
vitiko98 5624ae431e Embedded Subtitles provider: add support for unknown language tags 2022-07-20 02:51:30 -04:00
Caleb Rascon c622e1f710
Added option to always use audio track for subtitle syncing 2022-07-06 13:05:10 -04:00
vitiko98 be93a92a35 no log: add mimetypes on runtime 2022-07-04 01:18:20 -04:00