morpheus65535
81e13e1eac
Fixed episodes or movies importation skipped when Sonarr/Radarr improperly report that media file size is null.
2 years ago
morpheus65535
414900c24e
Fixed subtitles upgrade job trying to upgrade null scored subtitles. #1909
2 years ago
LASER-Yi
8826b87c65
Fix #1901 temporarily
2 years ago
LASER-Yi
af8a14c92b
Fix display issues of the base URL
2 years ago
vitiko98
5624ae431e
Embedded Subtitles provider: add support for unknown language tags
2 years ago
LASER-Yi
27d792041c
Fix #1904
2 years ago
Samuel Bartík
67259ec75d
Fix postprocessing escaping ( #1907 )
2 years ago
LASER-Yi
775f67b45e
Allow searching when uploading subtitles #1898
2 years ago
Caleb Rascon
c622e1f710
Added option to always use audio track for subtitle syncing
2 years ago
Samuel Bartík
741a8172b2
Fixed quotation marks escaping in post-processing variables ( #1882 )
2 years ago
LASER-Yi
5c1399e9f2
Fix #1894
2 years ago
LASER-Yi
3958986614
Fix #1893
2 years ago
vitiko98
be93a92a35
no log: add mimetypes on runtime
2 years ago
vitiko98
a748903dc4
Fix provider configs updates
2 years ago
VisoTC
b9ba99e189
Fixed Zimuku provider to bypass yunsuo protection
2 years ago
github-actions
ced1736ed5
Release 1.0.5-beta.39
2 years ago
Samuel Bartík
331cbbd3bd
Fixed Titulky provider to fail silently if media is missing IMDB ID.
2 years ago
dependabot[bot]
2bd38817b0
no log: Bump eslint-plugin-react-hooks from 4.5.0 to 4.6.0 in /frontend ( #1881 )
...
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks ) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks )
---
updated-dependencies:
- dependency-name: eslint-plugin-react-hooks
dependency-type: direct:development
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>
2 years ago
LASER-Yi
d9c334d43a
Fix #1872 , refactor the settings builder
2 years ago
vitiko98
d2b40bd781
Add Karagarga.in provider
2 years ago
morpheus65535
5fab67bca0
no log: fixed unused imports and indent issues
2 years ago
morpheus65535
f760d3198b
Merge remote-tracking branch 'origin/development' into development
2 years ago
morpheus65535
44ffac67b3
Fixed uploaded subtitles not preserved when it should. #1879
2 years ago
vitiko98
171747751a
no log: include refiner in embeddedsubtitles.py
2 years ago
vitiko98
8086bce5c4
Embedded Subtitles Provider: major update
...
* fese library was updated
* mergerfs_mode support was dropped. Too much false positives
* extended codec support (two new codecs added: webvtt and mov_text)
* disable conversion to srt by default
2 years ago
morpheus65535
3a14099e36
Fixed deletion of subtitles with file extension other than srt.
2 years ago
LASER-Yi
34685b3d19
update outdated packages
2 years ago
LASER-Yi
c45b172415
Add chips input for the provider builder
2 years ago
LASER-Yi
2b88c9f60c
Fix issues when displaying Use Original Format in the language profile modal
2 years ago
morpheus65535
f543368089
Fixed DNS queries caching issue.
2 years ago
morpheus65535
c8c815e240
Fixed LegendasDivx throttling reset time to prevent IP from getting blocked.
2 years ago
morpheus65535
afc7fd2e5b
Merge remote-tracking branch 'origin/development' into development
2 years ago
morpheus65535
e1bd02396f
Fixed cutoff being reached for a language even if forced subtitles is available but not requested.
2 years ago
vitiko98
bd8f4027dd
no log: add get_providers tests
2 years ago
vitiko98
616994487c
no log: add default env vars to bazarr config tests
2 years ago
vitiko98
110462c7ba
no log: update conftest.py
2 years ago
vitiko98
14153d7688
Subdivx provider: avoid TypeError
2 years ago
vitiko98
696becbeb1
Try to avoid guessit internal exception ( #1858 )
...
I was unable to reproduce the exception, but I found a strange pattern:
whenever the hints["expected_title"] value had the same value as the
title found in the filename, there was a list from the rebulk module
constantly growing. Once I remove the expected_title "hint", this
behavior is gone.
This change is transparent. If for some reason guessit returns a
different movie/series title, Bazarr will refine it with the database
anyway.
2 years ago
LASER-Yi
b724305eb4
Fix redirect issues after logging in ( #1857 )
2 years ago
LASER-Yi
4b71b8ae65
Fix missing images issue when serving via Flask
2 years ago
dependabot[bot]
e1d6f2d152
no log: Bump actions/setup-python from 3 to 4
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
LASER-Yi
8e054ce932
no log: Fix cache issues
2 years ago
morpheus65535
a79c2187de
Fixed throttle expiration for providers that reset at midnight. #1863
2 years ago
LASER-Yi
ba0f827eb4
no log: Move BazarrClient to the correct location
2 years ago
LASER-Yi
c3645c9024
Improve error handling on UI
2 years ago
morpheus65535
4640badd4b
no log: deal with potential exception with missing time zone info.
2 years ago
LASER-Yi
27f4c41a0e
no log: Fix uptime in the system status view (with the approach that doesn't hurt performance)
2 years ago
LASER-Yi
101bca90bf
Fix #1873
2 years ago
morpheus65535
f2eb8f1342
Fixed uptime in System-->Status and added time zone info.
2 years ago
vitiko98
246c2f3004
Subf2m provider: improve episode matching
2 years ago