morpheus65535
|
f55492a25c
|
Upgraded guessit to latest version and include new dependencies.
|
3 years ago |
GilbN
|
166c2a745a
|
no log: Added extra try/except in GetRadarrInfo.version()
|
3 years ago |
dependabot[bot]
|
79c2d1161f
|
no log: Bump axios from 0.23.0 to 0.24.0 in /frontend (#1664)
Bumps [axios](https://github.com/axios/axios) from 0.23.0 to 0.24.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.23.0...v0.24.0)
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
3 years ago |
Vitiko
|
9afa025749
|
no log: add little refactoring to get_subtitle
To avoid circular imports in utils. convert_to_guessit is a helper
function only meant to be used in refiners
|
3 years ago |
morpheus65535
|
5d3d4532df
|
Fixed logging of regex pattern used during upgrade leftover cleanup. #1655
|
3 years ago |
dependabot[bot]
|
2556c5e9b0
|
no log: Bump @types/react from 17.0.19 to 17.0.38 in /frontend (#1651)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.19 to 17.0.38.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
---
updated-dependencies:
- dependency-name: "@types/react"
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>
|
3 years ago |
morpheus65535
|
722014d822
|
Improved readability and maintenance by splitting get_subtitle.py into multiple files
|
3 years ago |
Antoine Malliarakis
|
c83d661fb1
|
no log: Remove unsolicited test logs from soustitres.eu
|
3 years ago |
Vitiko
|
2a832bbadf
|
no log: update log call for update_pools() decorator
|
3 years ago |
Samuel Bartík
|
3653ef163f
|
Added validation for V.I.P. account status in titulky provider
|
3 years ago |
Vitiko
|
68a9f2fb0c
|
Handle InvalidFile with Embedded Subtitles Provider (close #1652)
|
3 years ago |
Vitiko
|
1261e91870
|
Add MustGetBlacklisted exception for redundant download_subtitle calls
|
3 years ago |
Vitiko
|
b90dab03e8
|
Add hi_fallback option to Embedded Subtitles Provider
|
3 years ago |
morpheus65535
|
e239fc2826
|
Fixed exception thrown when Radarr (and potentially Sonarr) return a null audio or video codec for a movie. #1657
|
3 years ago |
morpheus65535
|
d8f14560e3
|
Improved search speed by reusing providers pools
|
3 years ago |
morpheus65535
|
01e1723325
|
Merge remote-tracking branch 'origin/development' into development
|
3 years ago |
morpheus65535
|
f56e07b1f4
|
no log: improved contributing.md
|
3 years ago |
Michiel van Baak Jansen
|
4af4ae1ae8
|
Added support for hearing-impaired version of CustomLanguage
|
3 years ago |
Vitiko
|
d373bc8c0e
|
Subdivx provider: Improve scraper
|
3 years ago |
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.
|
3 years ago |
Vitiko
|
952a080b38
|
no log: update tests config
|
3 years ago |
morpheus65535
|
46051646c6
|
Improved opensubtitles.com server-side error handling
|
3 years ago |
morpheus65535
|
6e52ce2ecf
|
Added support for Python 3.10 in startup warning.
|
3 years ago |
Vitiko
|
c05997bd33
|
no log: update fese version
|
3 years ago |
Vitiko
|
e65d643fae
|
Embedded Subtitles provider: fix language error (fix #1653)
|
3 years ago |
morpheus65535
|
117c894052
|
no log: fixed copy and paste error in adaptive searching debug logging.
|
3 years ago |
morpheus65535
|
bd7b2eb471
|
Added exclusion settings for season 0 to prevent automatic downloading of extras subtitles.
|
3 years ago |
morpheus65535
|
896239b34c
|
Merge remote-tracking branch 'origin/development' into development
|
3 years ago |
morpheus65535
|
10c3175732
|
Refactored adaptive searching and made it configurable
|
3 years ago |
Vitiko
|
5d8897f675
|
Fix Addic7ed provider: handle language errors, avoid guessit exception and match version for movies
|
3 years ago |
Vitiko
|
a88f0a7f19
|
Fix Addic7ed provider TypeError
|
3 years ago |
Vitiko
|
048307e429
|
Update embeddedsubtitles provider: use original_path instead of name
|
3 years ago |
Vitiko
|
d0b93a7b35
|
Update version.txt
|
3 years ago |
morpheus65535
|
2faed982d9
|
Fixed issues with release_info for some providers. #1644
|
3 years ago |
morpheus65535
|
46a8bd2909
|
Merge remote-tracking branch 'origin/development' into development
|
3 years ago |
morpheus65535
|
5ff3fe4684
|
Improved providers throttling and prevent hammering providers by updating throttled providers on each iteration of the loop.
|
3 years ago |
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.
|
3 years ago |
LASER-Yi
|
637f20450e
|
Fix #1642
|
3 years ago |
morpheus65535
|
6192df6019
|
Fixed exception when creating a new languages profile.
|
3 years ago |
Vitiko
|
b5c66e1470
|
Embedded Subtitles Provider: rebuild language if forced
|
3 years ago |
Vitiko
|
9b74ad8610
|
Update Embedded Subtitles provider: add forced and ass-only support
|
3 years ago |
morpheus65535
|
f38d03ce86
|
Merge remote-tracking branch 'origin/development' into development
|
3 years ago |
morpheus65535
|
8f58b8b6c7
|
no log: fixed small indentation issue.
|
3 years ago |
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>
|
3 years ago |
Vitiko
|
ffca84a1b4
|
Add Embedded Subtitles provider
|
3 years ago |
Vitiko
|
409e1a5854
|
Add fese module for embedded subtitles
|
3 years ago |
Vitiko
|
718bd2f8b9
|
Add default attribute to Subtitle
|
3 years ago |
LASER-Yi
|
a67da7dd9e
|
no log: Remove unused packages
|
3 years ago |
morpheus65535
|
63b326aa2f
|
Implemented words/regex ban list for subtitles
|
3 years ago |
LASER-Yi
|
a87a1fad8f
|
no log: Fix compile errors
|
3 years ago |