summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2023-06-21Updated pytz module to support latest timezone changesv1.2.2-beta.23morpheus65535
2023-06-20Fix path mapping issuesv1.2.2-beta.22LASER-Yi
2023-06-18Subf2m provider: improve episode matchingv1.2.2-beta.21Vitiko
2023-06-18Fix issues when saving the notification providersLASER-Yi
2023-06-15no log: hide "installed" badge properlyv1.2.2-beta.20morpheus65535
2023-06-15Fixed issue in releases page since we upgraded Mantine.morpheus65535
2023-06-15Removed leftover from legendas.tv provider.morpheus65535
2023-06-15Fixed issue where subtitles would get upgraded even if not required anymore ↵morpheus65535
by shows languages profile. #2174
2023-06-15Added settings to choose desired UI theme.morpheus65535
2023-06-14Subf2m provider: improve queriesv1.2.2-beta.19Vitiko
2023-06-13Update language equals mechanismv1.2.2-beta.18Vitiko
This commit will avoid the core requesting languages that are not supported by providers.
2023-06-13Embedded Subtitles provider: Fix #2171Vitiko
2023-06-13no log: Subf2m provider: avoid iterating over unsupported languagesVitiko
2023-06-13Subf2m provider: add support for IMDB IDsVitiko
2023-06-12Subf2m Provider: add user-agent header configurationv1.2.2-beta.17Vitiko
This change fixes empty queries.
2023-06-12Embedded Subtitles provider: handle ASS errorsVitiko
Fix #2168
2023-06-12Fixed yavka.net provider. #2169morpheus65535
2023-06-11Increase width of the manually search modalv1.2.2-beta.16LASER-Yi
2023-06-10Fixed some UI issues caused by React and Mantine upgrade. #2167v1.2.2-beta.15morpheus65535
2023-06-07Fixed server side exception throttling opensubtitles.com when it shouldn't. ↵v1.2.2-beta.14morpheus65535
#2153
2023-06-07Fixed Chinese translation issue (zh and zt inverted). #2166morpheus65535
2023-06-07Updated apprise module to improve notification system. #2163morpheus65535
2023-06-07Added debug logging for request/response to opensubtitles.com provider. #2153morpheus65535
2023-06-05Downgrade Axios to fix a settings saving issue.v1.2.2-beta.13LASER-Yi
2023-06-04Update all UI dependencies and update React version to 18 (#2127)Liang Yi
2023-06-03no log: Update type definition of general.language_equals in frontendLASER-Yi
2023-06-02Merge remote-tracking branch 'origin/development' into developmentv1.2.2-beta.12morpheus65535
2023-06-02Added support for Portuguese and Simplified Chinese to opensubtitles.com. #2159morpheus65535
2023-05-30no log: add debug call to lang-equalsVitiko
2023-05-29Merge remote-tracking branch 'origin/development' into developmentv1.2.2-beta.11morpheus65535
2023-05-29Added some exceptions that shouldn't be retried to retry function. #2153morpheus65535
2023-05-28Language-equals: add compatibility for more providersv1.2.2-beta.10Vitiko
Some providers directly uses language codes within their query implementations. This 'translator' method will take care of that.
2023-05-28no log: reduce debug call verbosityVitiko
2023-05-28Merge remote-tracking branch 'origin/development' into developmentmorpheus65535
2023-05-28Fixed external subtitles indexation with accented characters that resulted ↵morpheus65535
in download in loop. #1961
2023-05-27Added feature to treat couples of languages as equal when searching for ↵v1.2.2-beta.9Vitiko
subtitles * Add 'Language-equals' support This feature will treat couples of languages as equal for list-subtitles operations. It's optional; its methods won't do anything if an empy list is set. See more info at docstrings from 'subliminal_patch.core'. For example, let's say I only want to have "Spanish (es.srt)" subtitles and I don't care about the differences between Spain and LATAM spanish. This feature will allow me to always get European Spanish even from LATAM Spanish providers like Argenteam and Subdivx. Example for config.ini: language_equals = ['spa-MX:spa'] (Which means all Latam Spanish subtitles from every provider will be converted to European Spanish) * Add PT and ZH language tests * Add HI and Forced parsing for language pairs Format example: ["en@HI:en", "es-MX@forced:es-MX"] * Update languages.py * Update API definition to reflect the previous change * Add language equals table to the UI (test only) * Add global language selector and get language from code3 utilities * Add unit tests for language equal feature * Add encode function to language equal feature * Add CRUD methods to the language equals panel * Add equals description * Add parsing support for alpha3 custom languages * no log: add more tests * Add forced and hi support to the language equal target --------- Co-authored-by: morpheus65535 <[email protected]> Co-authored-by: LASER-Yi <[email protected]>
2023-05-26no log: Bump socket.io-parser from 4.2.2 to 4.2.3 in /frontend (#2150)dependabot[bot]
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/socketio/socket.io-parser/releases) - [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io-parser/compare/4.2.2...4.2.3) --- updated-dependencies: - dependency-name: socket.io-parser dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-25no log: Bump @vitest/coverage-c8 from 0.25.8 to 0.28.5 in /frontend (#2130)dependabot[bot]
Bumps [@vitest/coverage-c8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-c8) from 0.25.8 to 0.28.5. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v0.28.5/packages/coverage-c8) --- updated-dependencies: - dependency-name: "@vitest/coverage-c8" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-24Fixed type in opensubtitles.com provider that could cause ↵v1.2.2-beta.8morpheus65535
AuthenticationError for new users. #2152
2023-05-22no log: fix type in version.txtmorpheus65535
2023-05-21no log: make it cleanermorpheus65535
2023-05-21no log: fixed static folder path in dev environmentmorpheus65535
2023-05-20Specify ffmpeg path in case it's not in PATH envvar (#2147)v1.2.2-beta.7Alex Yancey
2023-05-19Add support for custom languages in audio tracksv1.2.2-beta.6Vitiko
2023-05-18Use literals instead of scripts for custom languagesVitiko
2023-05-17no log: Add tests header warningVitiko
2023-05-17Fixed AI and machine translated subtitles being incorrectly returned by ↵v1.2.2-beta.5morpheus65535
Opensubtitles.com
2023-05-17Emergency fix for custom languages issuemorpheus65535
2023-05-17Add mediainfo support for custom languagesv1.2.2-beta.4Vitiko
2023-05-09Merge remote-tracking branch 'origin/development' into developmentv1.2.2-beta.3morpheus65535