Commit graph

1505 commits

Author SHA1 Message Date
vitiko98
d2b40bd781 Add Karagarga.in provider 2022-06-29 00:07:18 -04:00
morpheus65535
5fab67bca0 no log: fixed unused imports and indent issues 2022-06-28 23:35:19 -04:00
morpheus65535
f760d3198b Merge remote-tracking branch 'origin/development' into development 2022-06-28 23:31:30 -04:00
morpheus65535
44ffac67b3 Fixed uploaded subtitles not preserved when it should. #1879 2022-06-28 23:31:21 -04:00
vitiko98
8086bce5c4 Embedded Subtitles Provider: major update
* fese library was updated
* mergerfs_mode support was dropped. Too much false positives
* extended codec support (two new codecs added: webvtt and mov_text)
* disable conversion to srt by default
2022-06-28 23:21:31 -04:00
morpheus65535
3a14099e36 Fixed deletion of subtitles with file extension other than srt. 2022-06-28 08:55:30 -04:00
morpheus65535
c8c815e240 Fixed LegendasDivx throttling reset time to prevent IP from getting blocked. 2022-06-23 06:41:53 -04:00
morpheus65535
e1bd02396f Fixed cutoff being reached for a language even if forced subtitles is available but not requested. 2022-06-22 15:24:36 -04:00
LASER-Yi
4b71b8ae65 Fix missing images issue when serving via Flask 2022-06-18 17:25:17 +08:00
morpheus65535
a79c2187de Fixed throttle expiration for providers that reset at midnight. #1863 2022-06-14 15:56:04 -04:00
morpheus65535
4640badd4b no log: deal with potential exception with missing time zone info. 2022-06-14 09:01:19 -04:00
morpheus65535
f2eb8f1342 Fixed uptime in System-->Status and added time zone info. 2022-06-13 23:24:32 -04:00
morpheus65535
3c53db7353 Added translation to history. #1827 2022-06-11 07:44:38 -04:00
morpheus65535
0f4af48be6 Fixed root url redirect not working with base_url defined. #1857 2022-06-09 21:02:40 -04:00
morpheus65535
2a298860a4 Fixed hearing-impaired not taken into account when naming uploaded subtitles #1846 2022-06-09 11:25:56 -04:00
morpheus65535
8de8c2c0c1 no log: fixed imports 2022-06-08 21:34:21 -04:00
Vitiko
6515c42f26
Add NO_CLI env var for tests (#1856) 2022-05-28 22:08:26 -04:00
morpheus65535
c2f2ce1777 Fixed import order that was preventing Bazarr from starting after initial database creation. 2022-05-26 06:37:12 -04:00
Samuel Bartík
fde1e0e069
Improved titulky provider search 2022-05-23 06:09:17 -04:00
morpheus65535
642733f92f Added support for unar RAR extraction utility. #1833 2022-05-18 06:46:52 -04:00
morpheus65535
2710bfa17d Merge remote-tracking branch 'origin/development' into development 2022-05-14 09:39:41 -04:00
morpheus65535
8bc2347bc5 no log: prevent apprise from logging when no notification providers are configured. 2022-05-14 09:39:26 -04:00
Vitiko
5f0f654efe Fix some foreign providers not being updated properly 2022-05-13 14:38:51 -04:00
Vitiko
23a5ab9b0e Improve provider configs updates 2022-05-13 01:10:10 -04:00
morpheus65535
0bfaf7a36c no log: fixed improper imports 2022-05-04 19:53:28 -04:00
morpheus65535
89fa25cddf Fixed issues while trying to serve assets. #1822 2022-05-04 13:23:24 -04:00
morpheus65535
7fa2a607be no log: fixed import 2022-05-04 06:43:10 -04:00
morpheus65535
79f81e0edb no log: fixed ImportError when Bazarr update itself from 1.0.4 without the daemon process being restarted. 2022-05-02 23:37:35 -04:00
morpheus65535
af95f70202 Fixed mimetype issues for some Windows users. 2022-05-02 23:25:04 -04:00
morpheus65535
4c08180e6e no log: fixed binaries' directory in the wrong place. 2022-05-02 21:54:10 -04:00
morpheus65535
2f01ab8523
Reworked Bazarr file structure to improve support and optimization 2022-05-01 08:00:20 -04:00
morpheus65535
9be3674f3a no log: fixed issue with profile_id_list 2022-04-30 08:48:19 -04:00
morpheus65535
4358790fa7
Fixed history stats time frame not working properly 2022-04-29 22:23:50 -04:00
Vitiko
d3e3e31fa1 Embedded subtitles provider: add timeout option 2022-04-16 15:05:11 -04:00
Alexander Regueiro
85cffb332d
no log: Added NO_UPDATE env var (#1791) 2022-04-07 06:28:30 -04:00
morpheus65535
9c7089efff no log: fixed null values returned by system/languages/profiles API endpoint 2022-04-05 09:50:14 -04:00
morpheus65535
4f42cd9b28 Fixed issue with same subtitles downloaded multiple times. #1785 2022-03-30 14:13:18 -04:00
morpheus65535
8e07585084 Fixed Plex webhook for series by having a more robust imdb parsing nd some logging in case of exception. #1780 2022-03-28 12:25:09 -04:00
morpheus65535
55399380ad Fixed update mechanism when running Bazarr from %programdata%\Bazarr on Windows. #1768 2022-03-25 06:54:56 -04:00
morpheus65535
5033c46e5e no log: fix Chinese language translation conversion dict 2022-03-22 14:35:57 -04:00
morpheus65535
012dc1cee9 Added defer searching missing subtitles on live synchro with Sonarr and Radarr. #1765 2022-03-21 22:14:44 -04:00
morpheus65535
a03708940d no log: fixed issue with movies subtitles search routine 2022-03-21 20:36:22 -04:00
morpheus65535
af4af41a23 no log: trying to fix midnight throttling 2022-03-18 22:04:10 -04:00
morpheus65535
73fca9646b no log: throttling providers fix 2022-03-18 17:00:24 -04:00
Liang Yi
50a252fdd7
Frontend improvement and cleanup (#1690)
* Replace Create-React-App with Vite.js

* Update React-Router to v6

* Cleanup unused codes
2022-03-16 14:26:15 +08:00
morpheus65535
f81972b291 Fixed upgrade subtitles function that was trying to upgrade deleted episode/movie subtitles. #1759 2022-03-15 16:14:38 -04:00
maxwillx
33a9e512ac
Added languages profile settings to prevent downloaded subtitles from being converted to srt. 2022-03-14 20:54:36 -04:00
morpheus65535
eb63f05768 Fixed backups ordering and rotation 2022-03-14 07:39:38 -04:00
morpheus65535
040ddb2362 Improved throttling of LegendasDivx provider to prevent IP address blocking by reaching 150 searches a day. #1757 2022-03-11 22:18:36 -05:00
morpheus65535
2b889fa975 Fixed log rotation under Python 3.9 or greater. 2022-03-09 22:40:18 -05:00