summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2022-06-29Add Karagarga.in providerv1.0.5-beta.38vitiko98
2022-06-28no log: fixed unused imports and indent issuesmorpheus65535
2022-06-28Merge remote-tracking branch 'origin/development' into developmentmorpheus65535
2022-06-28Fixed uploaded subtitles not preserved when it should. #1879morpheus65535
2022-06-28no log: include refiner in embeddedsubtitles.pyvitiko98
2022-06-28Embedded Subtitles Provider: major updatevitiko98
* 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
2022-06-28Fixed deletion of subtitles with file extension other than srt.morpheus65535
2022-06-27update outdated packagesv1.0.5-beta.37LASER-Yi
2022-06-27Add chips input for the provider builderv1.0.5-beta.36LASER-Yi
2022-06-25Fix issues when displaying Use Original Format in the language profile modalv1.0.5-beta.35LASER-Yi
2022-06-24Fixed DNS queries caching issue.v1.0.5-beta.34morpheus65535
2022-06-23Fixed LegendasDivx throttling reset time to prevent IP from getting blocked.v1.0.5-beta.33morpheus65535
2022-06-22Merge remote-tracking branch 'origin/development' into developmentv1.0.5-beta.32morpheus65535
2022-06-22Fixed cutoff being reached for a language even if forced subtitles is ↵morpheus65535
available but not requested.
2022-06-21no log: add get_providers testsvitiko98
2022-06-21no log: add default env vars to bazarr config testsvitiko98
2022-06-21no log: update conftest.pyvitiko98
2022-06-21Subdivx provider: avoid TypeErrorv1.0.5-beta.31vitiko98
2022-06-19Try to avoid guessit internal exception (#1858)v1.0.5-beta.30vitiko98
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.
2022-06-18Fix redirect issues after logging in (#1857)v1.0.5-beta.29LASER-Yi
2022-06-18Fix missing images issue when serving via FlaskLASER-Yi
2022-06-15no log: Bump actions/setup-python from 3 to 4v1.0.5-beta.28dependabot[bot]
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-15no log: Fix cache issuesLASER-Yi
2022-06-14Fixed throttle expiration for providers that reset at midnight. #1863morpheus65535
2022-06-14no log: Move BazarrClient to the correct locationLASER-Yi
2022-06-14Improve error handling on UILASER-Yi
2022-06-14no log: deal with potential exception with missing time zone info.morpheus65535
2022-06-14no log: Fix uptime in the system status view (with the approach that doesn't ↵LASER-Yi
hurt performance)
2022-06-14Fix #1873LASER-Yi
2022-06-13Fixed uptime in System-->Status and added time zone info.v1.0.5-beta.27morpheus65535
2022-06-12Subf2m provider: improve episode matchingv1.0.5-beta.26vitiko98
2022-06-11Add description icon in the history modalv1.0.5-beta.25LASER-Yi
2022-06-11Add tooltip to HistoryIconLASER-Yi
2022-06-11Fix crash when navigating from history view and open the history modalLASER-Yi
2022-06-11Added translation to history. #1827morpheus65535
2022-06-11Update outdated npm packagesLASER-Yi
2022-06-11Add new icon set for history view (Translated, Unknown)LASER-Yi
2022-06-10Fixed Wizdom API url. #1870v1.0.5-beta.24morpheus65535
2022-06-10Fix a issue when trying to edit profile with cutoff selectedv1.0.5-beta.23LASER-Yi
2022-06-09Fixed root url redirect not working with base_url defined. #1857morpheus65535
2022-06-09Fixed hearing-impaired not taken into account when naming uploaded subtitles ↵morpheus65535
#1846
2022-06-08no log: added test for all Bazarr imports (not libs)morpheus65535
2022-06-08no log: fixed importsmorpheus65535
2022-06-07no log: fix changelog 2morpheus65535
2022-06-07no log: fix changelogmorpheus65535
2022-06-07Improve UI error viewv1.0.5-beta.22LASER-Yi
2022-06-05Change default open delay of action tooltips to 2 secondsLASER-Yi
2022-06-05Change audio badge colorLASER-Yi
2022-06-04Bring back search function of the provider selector #1864v1.0.5-beta.21LASER-Yi
2022-06-03Release 1.0.5-beta.20v1.0.5-beta.20github-actions