1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-31 20:16:36 +00:00
Commit graph

2998 commits

Author SHA1 Message Date
release-it
240df50a51 Release 0.9.3-beta.4 2021-03-04 18:39:07 +00:00
morpheus65535
fd2df1415e Merge remote-tracking branch 'origin/development' into development 2021-03-04 12:21:19 -05:00
morpheus65535
8f02915824 Reverting requirements.txt changes. 2021-03-04 12:17:46 -05:00
release-it
35ec760351 Release 0.9.3-beta.3 2021-03-04 16:31:09 +00:00
morpheus65535
d907e1cac7 Merge remote-tracking branch 'origin/development' into development 2021-03-04 11:28:23 -05:00
morpheus65535
7a5e4a4c28 Fixed requirements.txt to prevent installation of webrtcdav-wheels 2.0.10-post.2 that isn't compatible for now. 2021-03-04 10:17:20 -05:00
morpheus65535
699c0cca0a Increased the number of releases shown on the UI releases page. 2021-03-04 09:41:33 -05:00
morpheus65535
d915308616 Fixed LegendasTV provider that was only using the main series title and not alternative titles. #1303 2021-03-04 09:31:32 -05:00
release-it
0a3c71cbee Release 0.9.3-beta.2 2021-03-03 03:49:25 +00:00
Vitiko
c43219ed15
Improved bsplayer provider 2021-03-02 22:48:32 -05:00
morpheus65535
ad375bf752 Merge remote-tracking branch 'origin/development' into development 2021-03-02 07:19:57 -05:00
morpheus65535
a772fda10a Fixed dev branch pipeline to prevent PR from triggering it. 2021-03-02 07:19:54 -05:00
release-it
716201fa6b Release 0.9.3-beta.1 2021-03-02 12:17:56 +00:00
Vitiko
f1cd54c75c
Fixed TypeError in subliminal_patch sanitize 2021-03-02 07:17:02 -05:00
release-it
53d6aedfc5 Release 0.9.3-beta.0 2021-02-28 14:25:24 +00:00
morpheus65535
1b987d3470 Fixed Supersubtitles provider #1300 2021-02-28 09:23:55 -05:00
github-actions[bot]
a96f48b398
Merge development into master 2021-02-26 18:03:35 +00:00
release-it
5008d09230 Release 0.9.2 2021-02-26 18:02:56 +00:00
morpheus65535
bf9e1efc6e Merge branch 'development' 2021-02-26 13:00:55 -05:00
release-it
400bb54ee8 Release 0.9.2-beta.1 2021-02-26 17:59:19 +00:00
morpheus65535
af1e1e9d5f Fixed the parsing of changes for releases. 2021-02-26 12:24:20 -05:00
release-it
c2cbf0ad53 Release 0.9.2-beta.0 2021-02-26 15:58:37 +00: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
4ab4d9c89f Merge branch 'development' 2021-02-25 10:11:35 -05:00
Bogdan Ilisei
d0f50a2e99
Improved RegieLive.ro to not get throttled when there are no results (#1293) 2021-02-25 06:37:03 -05:00
morpheus65535
ef8c4a43d4 Improved the scenename in manual search modal if none is provided. 2021-02-24 08:25:24 -05:00
morpheus65535
e04e0c75c8
Update CONTRIBUTING.md 2021-02-24 06:35:27 -05:00
morpheus65535
d1ea46e66f
Update CONTRIBUTING.md 2021-02-23 21:56:12 -05:00
morpheus65535
fd2b99b9c7
Update CONTRIBUTING.md 2021-02-23 21:24:54 -05:00
morpheus65535
94b03790be
Delete test 2021-02-23 18:57:50 -05:00
morpheus65535
ad9d536fce
Create test 2021-02-23 18:57:37 -05:00
morpheus65535
2e11fa035b
Update CONTRIBUTING.md 2021-02-23 16:14:13 -05:00
morpheus65535
90266acd10
Update CONTRIBUTING.md 2021-02-23 16:13:01 -05:00
morpheus65535
a317caf022
Create CONTRIBUTING.md 2021-02-23 16:04:57 -05:00
Vitiko
260d540750
Fix KeyError for Argenteam Provider 2021-02-23 06:50:36 -05:00
morpheus65535
8a5d253d55 Fix for #1281 2021-02-19 15:21:47 -05:00
morpheus65535
ba2445408b Merge branch 'master' into development 2021-02-19 14:48:25 -05:00
morpheus65535
f180b78c74
Merge pull request #1287 from cetiberiojr/patch-1
Brazilian Portuguese name check for subtitles
2021-02-19 14:45:41 -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
morpheus65535
e5f449d953
Merge pull request #1286 from zx900930/development
more strict rules to zh detection
2021-02-19 12:04:25 -05:00
zx900930
7e3305a51e
more strict rules to zh detection 2021-02-19 18:01:13 +01:00
morpheus65535
6f832deefb
Merge pull request #1285 from zx900930/development
Fix false positive zh detection
2021-02-19 11:41:09 -05:00
zx900930
cee1ce6214
Fix false positive zh detection 2021-02-19 17:14:31 +01:00
morpheus65535
1aee4770ca
Merge pull request #1280 from zx900930/development
typo fix
2021-02-18 13:58:52 -05:00
zx900930
03abf8579a
typo fix 2021-02-18 19:57:21 +01:00
morpheus65535
328ae85a44
Merge pull request #1279 from zx900930/development
fix for #1276
2021-02-18 13:50:00 -05:00
zx900930
ab7b043d86
fix for #1276 2021-02-18 19:29:04 +01:00
Moravčík, Marian
63a5aa1e74 Fix For DT Responsive plugin css 2021-02-16 20:13:21 +01:00