Commit Graph

1212 Commits

Author SHA1 Message Date
morpheus65535 cdf26c28c2 Merge remote-tracking branch 'origin/development' into development 2021-04-15 16:38:08 -04:00
morpheus65535 b02e0ec7ec Fixed upgrade process to properly use bazarr.zip asset #1379 2021-04-15 16:37:53 -04:00
LASER-Yi c3c1891f56 Fix app route redirect issues 2021-04-16 01:19:23 +08:00
LASER-Yi 385cc214b3 Fix issues when testing notifications 2021-04-16 00:46:19 +08:00
morpheus65535 99fc282b07 Fixed subtitles upgrade process to properly deal with manual actions 2021-04-14 10:24:58 -04:00
Rato 8e91beed83
Extend simpleconfigparser to not strip quotes from the string value
This is a suggestion fix for #309
2021-04-13 00:00:49 -04:00
morpheus65535 d2b7dba3bf Fixed package_info parsing to deal with single line text with `\n` separator 2021-04-07 19:39:11 -04:00
Rato 29f73a6c09
Properly log error when Post processing subtitles 2021-04-07 08:36:34 -04:00
LASER-Yi 0107150933 Fix issues after updating schedule settings 2021-04-06 19:39:56 +08:00
morpheus65535 a193576b63 Added Bazarr user-agent to requests to Sonarr and Radarr 2021-04-05 16:47:57 -04:00
LASER-Yi 74da491bd1 Fix Installed badge won't display in release page 2021-04-05 22:09:55 +08:00
morpheus65535 97caf44a5a Revert "Merged the series and episodes sync process. Episodes are only synced if series sizeOnDisk reported by Sonarr changes."
This reverts commit 5aadcea8
2021-04-05 10:00:43 -04:00
morpheus65535 5aadcea83a Merged the series and episodes sync process. Episodes are only synced if series sizeOnDisk reported by Sonarr changes. 2021-04-05 00:09:39 -04:00
morpheus65535 986912b2cc Fixed subtitles deletion after blacklisting. 2021-04-01 12:57:43 -04:00
morpheus65535 4bc379fabc Fixed update mechanism to store bazarr.zip asset download url (if available) instead of zipball. 2021-04-01 06:49:05 -04:00
LASER-Yi 26dc35556e Fix issues on Movies Blacklist API 2021-04-01 09:40:16 +08:00
morpheus65535 84adea2a28 Added tooltips on hover for history and blacklist pretty date 2021-03-31 21:18:35 -04:00
morpheus65535 8a213e8ad8 no log: Changed package_info file location 2021-03-30 23:45:59 -04:00
morpheus65535 0c09bc2360 Updated the init process to get the branch from package_info in docker images 2021-03-30 16:52:23 -04:00
LASER-Yi 26850929a8 Fix display issues on release API endpoint 2021-03-28 23:46:20 +08:00
LASER-Yi 6ef7795ac5 Fix a crash in ui when only one post-processing option is selected 2021-03-28 10:05:48 +08:00
LASER-Yi 38e55148d2 Fix for #1338 2021-03-27 20:59:12 +08:00
LASER-Yi 535dcd55a8 Fix issues of manually searching. It will download wrong subtitles for some languages 2021-03-27 20:47:06 +08:00
morpheus65535 d415511ef8 Merge remote-tracking branch 'origin/development' into development 2021-03-25 14:52:10 -04:00
morpheus65535 ac8eb62de0 Fixed issue with log entries without exception stack 2021-03-25 14:51:51 -04:00
morpheus65535 54eb0fc174 Fixed image proxy when you don't use a base url in Sonarr. 2021-03-25 14:48:30 -04:00
morpheus65535 a4684feaba Fixed get_exclusion_clause that do not have the required column due to a missing join. 2021-03-25 14:43:06 -04:00
LASER-Yi d0f82198eb Fix a issue when requesting wanted movies 2021-03-25 23:23:18 +08:00
Liang Yi f64719e4ad
Refactored Web UI using React 2021-03-25 10:22:43 -04:00
morpheus65535 e70461a204 Improved releases view to show only relevant releases in relation to chosen branch. 2021-03-24 14:33:08 -04:00
morpheus65535 cc335863e2 Fixed encoding/escaping of proxy username and password #1327 2021-03-21 20:07:25 -04:00
Michiel van Baak c55884ddad Handle invalid content in the throttled_providers data file 2021-03-15 11:07:38 +01:00
Michiel van Baak 75d49e2f33 Revert "Use dogpile.cache sha1_mangle_key to mangle cache keys"
This reverts commit 7789f8c1a0.
2021-03-14 11:34:31 +01:00
Michiel van Baak f10bac1fad Revert "Make subliminal always mangle cache keys to prevent long filenames"
This reverts commit 87fbd196a4.
2021-03-14 11:34:12 +01:00
Michiel van Baak 87fbd196a4
Make subliminal always mangle cache keys to prevent long filenames
* Use dogpile.cache sha1_mangle_key to mangle cache keys

When using the subtitle hashes as cache keys, sometimes they come
out as filenames of 270 characters.
Not a lot of filesystems out there support filenames with over 250
characters.
This behaviour was reported with ext4 and zfs on both linux and FreeBSD.

The dogpile.cache utils come with a function that returns a hex digest
of the key, limiting the filename to a fixed length of 40 characters.

* Set region to subliminal.region and only then configure it, instead of assigning the result of configure to the property

* Make sure subliminal ALWAYS mangles keys with the sha1 to prevent filenames that are too long
2021-03-13 18:04:18 -05:00
Michiel van Baak 7789f8c1a0
Use dogpile.cache sha1_mangle_key to mangle cache keys
When using the subtitle hashes as cache keys, sometimes they come
out as filenames of 270 characters.
Not a lot of filesystems out there support filenames with over 250
characters.
This behaviour was reported with ext4 and zfs on both linux and FreeBSD.

The dogpile.cache utils come with a function that returns a hex digest
of the key, limiting the filename to a fixed length of 40 characters.
2021-03-13 09:18:16 -05:00
mberino 300a037cbe
Added sync subtitles button for whole show and for whole season 2021-03-11 10:25:46 -05:00
LASER-Yi 68a44caf1a Add binaries support for Apple M1 chip 2021-03-11 20:03:19 +08:00
morpheus65535 1a26b5ba81 Fixed path mapping issue when using IP address while debug log is enabled. #1304 2021-03-05 15:37:01 -05:00
morpheus65535 699c0cca0a Increased the number of releases shown on the UI releases page. 2021-03-04 09:41:33 -05:00
morpheus65535 af1e1e9d5f Fixed the parsing of changes for releases. 2021-02-26 12:24:20 -05:00
morpheus65535 8208c4893e
Refactored the upgrade mechanism to use only Github releases 2021-02-26 10:57:47 -05:00
Michiel van Baak f6a9cee3c0
Fixed embedded subtitles detection for Brazilian that are sometimes marked with the word "brazil" instead of "brasil" 2021-02-26 09:07:18 -05:00
morpheus65535 ba2445408b Merge branch 'master' into development 2021-02-19 14:48:25 -05:00
cetiberiojr 7432e07089
Fix uppercase typo on brazilian_portuguese
We are comparing the lowercase of the vector, so all the parameters should be lowecase.
2021-02-19 16:35:52 -03:00
cetiberiojr 7d836749e1
Add Brazilian Portuguese name check
When getting information from subtitles, normally, Portuguese and Brazilian Portuguese are often considered as the same language (por, in this case), the only difference we have is when the name of them has some additional information.
For Brazilian Portuguese, this additional information is most of the time (Brazilian or Brasil).
So add the check when the language is por and try to differ Brazilian Portuguese from Portuguese.
2021-02-19 14:22:31 -03:00
zx900930 7e3305a51e
more strict rules to zh detection 2021-02-19 18:01:13 +01:00
zx900930 cee1ce6214
Fix false positive zh detection 2021-02-19 17:14:31 +01:00
zx900930 03abf8579a
typo fix 2021-02-18 19:57:21 +01:00
zx900930 ab7b043d86
fix for #1276 2021-02-18 19:29:04 +01:00