Commit Graph

3672 Commits

Author SHA1 Message Date
Vitiko ddacff3bdc no log: update conftest.py 2022-01-23 20:31:01 -04:00
Liang Yi d8d2300980
Add React-Query to improve network and cache performance 2022-01-22 21:35:11 +08:00
morpheus65535 6b82a734e2 Fixed issue where episode name was used as hints for guessit instead of series name. 2022-01-19 07:58:31 -05:00
morpheus65535 391892fdf0 Fixed translation issue when first line is an empty string. #1672 2022-01-18 18:53:57 -05:00
morpheus65535 28663a6937 Fixed issue with unrecognized languages while indexing subtitles (mainly for those without a language code in filename). 2022-01-18 16:13:04 -05:00
dependabot[bot] 415087fd13
no log: Bump @types/react-table from 7.7.2 to 7.7.9 in /frontend (#1685)
Bumps [@types/react-table](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-table) from 7.7.2 to 7.7.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-table)

---
updated-dependencies:
- dependency-name: "@types/react-table"
  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>
2022-01-17 22:39:17 -05:00
dependabot[bot] a649761712
no log: Bump typescript from 4.4.3 to 4.5.4 in /frontend (#1684)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.3 to 4.5.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.3...v4.5.4)

---
updated-dependencies:
- dependency-name: typescript
  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>
2022-01-17 22:35:23 -05:00
morpheus65535 a3a8ed93c7 Fixed upgrade leftover cleanup to prevent config reset when Bazarr is installed in the same directory as config and database. #1655 2022-01-17 00:01:05 -05:00
morpheus65535 9d30414f9d Fixed indexing of unsupported language codes. #1683 2022-01-16 17:21:36 -05:00
morpheus65535 3b3d6fe36a Fixed translation exception on malformed subtitles file. #1672 2022-01-16 11:44:47 -05:00
morpheus65535 75d73cf604 Fixed Subscene provider for US shows. #1678 2022-01-16 09:56:34 -05:00
morpheus65535 92c3dc9f00 Fixed logging of exception when save_subtitles raise an exception while uploading a subtitles. 2022-01-16 08:49:21 -05:00
morpheus65535 62ef614d30 Added some failsafe to deal with improper JSON returned from Radarr tags API endpoint. 2022-01-15 17:21:46 -05:00
morpheus65535 9b48b59860 no log: added failsafe for compare str to None while trying to sort. 2022-01-15 17:20:59 -05:00
Angry Cuban dbb5b85953
no log: Grammar Fix (#1681)
* no log: Fix pipeline

* no log: Revert wrong commit

* no log: test action to make sure that Bazarr is starting properly

* no log: test action to make sure that Bazarr is starting properly

* no log: test action to make sure that Bazarr is starting properly

* Update index.tsx

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Liang Yi <ly0007@yeah.net>
Co-authored-by: morpheus65535 <louis_vezina@hotmail.com>
2022-01-13 16:31:39 -05:00
morpheus65535 8764ac581e
Fixed issue with deleted episode file raising a 404 while trying to update from Sonarr. #1676 2022-01-12 19:33:49 -05:00
Vitiko 8ad4ec95f9 Improve Subdivx provider: use a random cookie to speed up downloads and
match release groups properly
2022-01-12 00:15:57 -04:00
Vitiko bf09ae8ec1 no log: update get_providers
This will avoid calling get_binary on each pool
update/get_providers_auth() call.
2022-01-12 00:13:42 -04:00
dependabot[bot] 18d6b99310
no log: Bump @fortawesome/react-fontawesome in /frontend (#1673)
Bumps [@fortawesome/react-fontawesome](https://github.com/FortAwesome/react-fontawesome) from 0.1.15 to 0.1.16.
- [Release notes](https://github.com/FortAwesome/react-fontawesome/releases)
- [Changelog](https://github.com/FortAwesome/react-fontawesome/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/react-fontawesome/compare/0.1.15...0.1.16)

---
updated-dependencies:
- dependency-name: "@fortawesome/react-fontawesome"
  dependency-type: direct:production
  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>
2022-01-10 17:13:11 -05:00
th3r3v 6c22b7aedd
Fixed SuperSubtitles provider and made some improvements (#1668)
SuperSubtitles provider:
- added Referer header to the session, to avoid being redirected to the main page while searching for series ID
- improved the inconsistent naming logic. Via this solution, it is not necessary anymore to add an exclusion for every Marvel series that has a different name on this provider.
- the series-related part of the subtitle search logic has been refactored to use a different (JSON) endpoint, based on the SuperSubtitles XBMC (Kodi) plugin
- changed the format of the release_info, for better scoring results
- improved the "get_matches" logic of the provider, to check for resolution and source, plus removed some unnecessary checks too
2022-01-09 17:06:06 -05:00
morpheus65535 dbf0bf2638 Fixed issue with addic7ed where alternative titles were not used properly in during searches. #1669 2022-01-08 22:40:50 -05:00
morpheus65535 58a967c892 Added settings to change the hearing-impaired subtitles file extension to use when saving to disk. 2022-01-08 14:26:40 -05:00
morpheus65535 926f3d1f14 no log: made some rework and cleanup in download and manual. 2022-01-08 10:55:33 -05:00
Anthony Arnaud 1a03d9fd12
Added cookies option for addic7ed to avoid anti-captcha provider requirement 2022-01-06 07:56:24 -05:00
morpheus65535 f55492a25c Upgraded guessit to latest version and include new dependencies. 2022-01-05 20:12:46 -05:00
GilbN 166c2a745a
no log: Added extra try/except in GetRadarrInfo.version() 2022-01-03 20:41:53 -05:00
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>
2022-01-03 20:34:40 -05:00
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
2022-01-03 18:07:46 -04:00
morpheus65535 5d3d4532df Fixed logging of regex pattern used during upgrade leftover cleanup. #1655 2022-01-03 15:00:10 -05:00
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>
2022-01-02 23:36:38 -05:00
morpheus65535 722014d822
Improved readability and maintenance by splitting get_subtitle.py into multiple files 2022-01-02 22:59:30 -05:00
Antoine Malliarakis c83d661fb1
no log: Remove unsolicited test logs from soustitres.eu 2022-01-02 18:16:25 -05:00
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
github-actions[bot] e305aad597
Merge development into master 2021-12-30 11:52:19 +00: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