LASER-Yi
38e55148d2
Fix for #1338
4 years ago
LASER-Yi
535dcd55a8
Fix issues of manually searching. It will download wrong subtitles for some languages
4 years ago
morpheus65535
d415511ef8
Merge remote-tracking branch 'origin/development' into development
4 years ago
morpheus65535
ac8eb62de0
Fixed issue with log entries without exception stack
4 years ago
morpheus65535
54eb0fc174
Fixed image proxy when you don't use a base url in Sonarr.
4 years ago
morpheus65535
a4684feaba
Fixed get_exclusion_clause that do not have the required column due to a missing join.
4 years ago
LASER-Yi
d0f82198eb
Fix a issue when requesting wanted movies
4 years ago
Liang Yi
f64719e4ad
Refactored Web UI using React
4 years ago
morpheus65535
e70461a204
Improved releases view to show only relevant releases in relation to chosen branch.
4 years ago
morpheus65535
cc335863e2
Fixed encoding/escaping of proxy username and password #1327
4 years ago
Michiel van Baak
c55884ddad
Handle invalid content in the throttled_providers data file
4 years ago
Michiel van Baak
75d49e2f33
Revert "Use dogpile.cache sha1_mangle_key to mangle cache keys"
...
This reverts commit 7789f8c1a0
.
4 years ago
Michiel van Baak
f10bac1fad
Revert "Make subliminal always mangle cache keys to prevent long filenames"
...
This reverts commit 87fbd196a4
.
4 years ago
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
4 years ago
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.
4 years ago
mberino
300a037cbe
Added sync subtitles button for whole show and for whole season
4 years ago
LASER-Yi
68a44caf1a
Add binaries support for Apple M1 chip
4 years ago
morpheus65535
1a26b5ba81
Fixed path mapping issue when using IP address while debug log is enabled. #1304
4 years ago
morpheus65535
699c0cca0a
Increased the number of releases shown on the UI releases page.
4 years ago
morpheus65535
af1e1e9d5f
Fixed the parsing of changes for releases.
4 years ago
morpheus65535
8208c4893e
Refactored the upgrade mechanism to use only Github releases
4 years ago
Michiel van Baak
f6a9cee3c0
Fixed embedded subtitles detection for Brazilian that are sometimes marked with the word "brazil" instead of "brasil"
4 years ago
morpheus65535
ba2445408b
Merge branch 'master' into development
4 years ago
cetiberiojr
7432e07089
Fix uppercase typo on brazilian_portuguese
...
We are comparing the lowercase of the vector, so all the parameters should be lowecase.
4 years ago
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.
4 years ago
zx900930
7e3305a51e
more strict rules to zh detection
4 years ago
zx900930
cee1ce6214
Fix false positive zh detection
4 years ago
zx900930
03abf8579a
typo fix
4 years ago
zx900930
ab7b043d86
fix for #1276
4 years ago
morpheus65535
b4861e8102
Merge pull request #1268 from zx900930/development
...
improve chinese language codes matching rules
4 years ago
morpheus65535
f235c7fee6
Version bump
4 years ago
zx900930
46e709c998
improve chinese language codes matching rules
4 years ago
morpheus65535
b32ef3b783
Fix for default profiles migration.
4 years ago
morpheus65535
74a2ada6c9
Apply cutoff even if the desired subtitles language is ignored because of a matching audio track.
4 years ago
morpheus65535
9398789fb7
Added defaults languages migration.
4 years ago
morpheus65535
1663872198
Fix to Chinese Traditional external subtitles indexing.
4 years ago
Xavier Xiong
1548263a6c
Adding simplified and traditional Chinese subtitles support ( #1236 )
4 years ago
morpheus65535
06092c14a9
Fix for ffprobe not found under Windows.
4 years ago
morpheus65535
e20bbbe2af
Fix for deleted subtitles getting upgraded even if they aren't there anymore.
4 years ago
morpheus65535
9279332d45
Removed binaries from sources and implemented the just-in-time downloader.
4 years ago
morpheus65535
e3fe3fab4e
Improvements to historize translation and make them candidate to upgrade.
4 years ago
morpheus65535
49c6e8b3fb
Implemented manual subtitles translation using Google Translate
4 years ago
morpheus65535
d9b9a6265d
Fix for #1253 .
4 years ago
morpheus65535
f93af2f3e0
Merge remote-tracking branch 'origin/development' into development
...
# Conflicts:
# bazarr/get_providers.py
4 years ago
morpheus65535
17577b35be
Moving GA visitor and throttled providers to dedicated files to prevent config.ini corruption.
4 years ago
morpheus65535
4e2ea8f090
Fix for opensubtitles.com cached token not removed when saving providers settings.
4 years ago
Moravčík, Marian
c605d6fa38
Change time limit for DownloadLimitExceeded in titulky provider
4 years ago
morpheus65535
40c92bc89d
Fix for #1253 .
4 years ago
morpheus65535
6564ce62f2
Improving releases and update process - part 2.
4 years ago
morpheus65535
5aea4e0483
Improving releases and update process.
4 years ago