1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-27 01:57:33 +00:00
Commit graph

3876 commits

Author SHA1 Message Date
Vitiko
2a832bbadf no log: update log call for update_pools() decorator 2022-01-02 16:47:15 -04:00
Samuel Bartík
3653ef163f
Added validation for V.I.P. account status in titulky provider 2022-01-01 23:31:42 -05:00
Vitiko
68a9f2fb0c Handle InvalidFile with Embedded Subtitles Provider (close #1652) 2022-01-01 19:20:33 -04:00
Vitiko
1261e91870 Add MustGetBlacklisted exception for redundant download_subtitle calls 2022-01-01 19:18:40 -04:00
Vitiko
b90dab03e8 Add hi_fallback option to Embedded Subtitles Provider 2022-01-01 18:13:02 -04:00
morpheus65535
e239fc2826 Fixed exception thrown when Radarr (and potentially Sonarr) return a null audio or video codec for a movie. #1657 2022-01-01 16:41:00 -05:00
morpheus65535
d8f14560e3
Improved search speed by reusing providers pools 2022-01-01 10:21:19 -05:00
morpheus65535
01e1723325 Merge remote-tracking branch 'origin/development' into development 2021-12-31 18:01:43 -05:00
morpheus65535
f56e07b1f4 no log: improved contributing.md 2021-12-31 18:01:34 -05:00
Michiel van Baak Jansen
4af4ae1ae8
Added support for hearing-impaired version of CustomLanguage 2021-12-31 12:52:02 -05:00
Vitiko
d373bc8c0e Subdivx provider: Improve scraper 2021-12-30 15:41:16 -04:00
Vitiko
75926dc776 Fix broken Subdivx provider: update scraper
Subdivx provider has been broken for about one week. They have made
some changes on their API.
2021-12-30 15:31:59 -04:00
Vitiko
952a080b38 no log: update tests config 2021-12-30 15:28:53 -04:00
morpheus65535
46051646c6 Improved opensubtitles.com server-side error handling 2021-12-30 10:49:15 -05:00
morpheus65535
6e52ce2ecf Added support for Python 3.10 in startup warning. 2021-12-29 11:52:47 -05:00
Vitiko
c05997bd33 no log: update fese version 2021-12-28 15:46:09 -04:00
Vitiko
e65d643fae Embedded Subtitles provider: fix language error (fix #1653) 2021-12-28 15:38:06 -04:00
morpheus65535
117c894052 no log: fixed copy and paste error in adaptive searching debug logging. 2021-12-28 08:19:59 -05:00
morpheus65535
bd7b2eb471 Added exclusion settings for season 0 to prevent automatic downloading of extras subtitles. 2021-12-26 13:52:30 -05:00
morpheus65535
896239b34c Merge remote-tracking branch 'origin/development' into development 2021-12-24 10:01:12 -05:00
morpheus65535
10c3175732 Refactored adaptive searching and made it configurable 2021-12-24 10:00:47 -05:00
Vitiko
5d8897f675 Fix Addic7ed provider: handle language errors, avoid guessit exception and match version for movies 2021-12-23 21:57:13 -04:00
Vitiko
a88f0a7f19 Fix Addic7ed provider TypeError 2021-12-23 21:10:35 -04:00
Vitiko
048307e429 Update embeddedsubtitles provider: use original_path instead of name 2021-12-23 19:45:26 -04:00
Vitiko
d0b93a7b35 Update version.txt 2021-12-23 17:19:24 -04:00
morpheus65535
2faed982d9 Fixed issues with release_info for some providers. #1644 2021-12-19 09:56:13 -05:00
morpheus65535
46a8bd2909 Merge remote-tracking branch 'origin/development' into development 2021-12-18 11:39:40 -05:00
morpheus65535
5ff3fe4684 Improved providers throttling and prevent hammering providers by updating throttled providers on each iteration of the loop. 2021-12-18 11:39:32 -05:00
morpheus65535
5d1dccde99 Added vip and daily download limit to addic7ed and try to slow down a little to prevent being ip blocked by the provider. 2021-12-18 09:41:48 -05:00
LASER-Yi
637f20450e
Fix #1642 2021-12-18 22:16:28 +08:00
morpheus65535
6192df6019 Fixed exception when creating a new languages profile. 2021-12-16 15:54:52 -05:00
Vitiko
b5c66e1470 Embedded Subtitles Provider: rebuild language if forced 2021-12-14 15:58:50 -04:00
Vitiko
9b74ad8610 Update Embedded Subtitles provider: add forced and ass-only support 2021-12-14 15:50:45 -04:00
morpheus65535
f38d03ce86 Merge remote-tracking branch 'origin/development' into development 2021-12-13 20:05:13 -05:00
morpheus65535
8f58b8b6c7 no log: fixed small indentation issue. 2021-12-13 20:03:25 -05:00
dependabot[bot]
3cc0d4bac4
no log: Bump pretty-quick from 3.1.1 to 3.1.2 in /frontend (#1641)
Bumps [pretty-quick](https://github.com/azz/pretty-quick) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/azz/pretty-quick/releases)
- [Commits](https://github.com/azz/pretty-quick/compare/v3.1.1...v3.1.2)

---
updated-dependencies:
- dependency-name: pretty-quick
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-13 19:58:14 -05:00
Vitiko
ffca84a1b4 Add Embedded Subtitles provider 2021-12-13 17:13:40 -04:00
Vitiko
409e1a5854 Add fese module for embedded subtitles 2021-12-13 17:12:19 -04:00
Vitiko
718bd2f8b9 Add default attribute to Subtitle 2021-12-13 15:41:46 -04:00
LASER-Yi
a67da7dd9e
no log: Remove unused packages 2021-12-11 23:15:52 +08:00
morpheus65535
63b326aa2f
Implemented words/regex ban list for subtitles 2021-12-11 07:44:53 -05:00
LASER-Yi
a87a1fad8f
no log: Fix compile errors 2021-12-11 00:11:01 +08:00
LASER-Yi
65e9a029fe
no log: Try to fix some issues with chip component 2021-12-09 22:19:20 +08:00
LASER-Yi
0af9647a6a
no log: Add value property to the chip component 2021-12-09 20:44:17 +08:00
morpheus65535
ca8f3f9fd2 Fixed throttled providers badges in UI throwing exception. #1631 2021-12-06 19:31:10 -05:00
Vitiko
2cde2686fc Fix hash score in manual search 2021-12-05 00:49:50 -04:00
morpheus65535
204a1c3f31 Cleaned up and split API to make it easier to maintain. 2021-12-03 22:49:20 -05:00
morpheus65535
20311f3768 no log: fixed bad import and added event to update tasks frequency. 2021-12-02 09:04:53 -05:00
morpheus65535
d51dc68ebb Updated Apprise notification module to the latest providers. 2021-12-01 21:19:18 -05:00
morpheus65535
402c82d84f Upgraded some embedded dependencies to be ready for Python 3.10. This doesn't mean that it's fully supported right now. 2021-12-01 15:47:00 -05:00