Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-25 | Fixed chinese audio language (#2632) | Anderson Shindy Oki | |
2024-06-25 | Fixed uptime calculation overflowing hoursv1.4.4-beta.12 | Anderson Shindy Oki | |
2024-06-24 | Fixed frontend sync and translate missing hi and forced informationv1.4.4-beta.11 | Anderson Shindy Oki | |
2024-06-14 | Reverted normal only (non-hi) option to languages profile. Will be properly ↵v1.4.4-beta.6 | morpheus65535 | |
reintroduced later. | |||
2024-06-10 | Added normal only (non-hi) option to languages profile | morpheus65535 | |
2024-06-07 | no log: Apply style linter (#2516) | Anderson Shindy Oki | |
2024-05-08 | Removed dependency over moment library | Anderson Shindy Oki | |
* feat: remove moment dependency * refactor * add tests * small format * rename argument | |||
2024-03-03 | Updated multiple Python modules (now in libs and custom_libs directories) ↵ | morpheus65535 | |
and React libraries | |||
2024-01-10 | Improved subtitles synchronisation settings and added a manual sync modalv1.4.1-beta.14 | morpheus65535 | |
2023-06-04 | Update all UI dependencies and update React version to 18 (#2127) | Liang Yi | |
2023-05-27 | Added feature to treat couples of languages as equal when searching for ↵v1.2.2-beta.9 | Vitiko | |
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-02-28 | no log: Fix all non-camelCase variables | LASER-Yi | |
2022-11-21 | Move pageSize in UI settings to backendv1.1.3-beta.22 | LASER-Yi | |
2022-11-20 | Fix #1987 | LASER-Yi | |
2022-09-27 | Refactor form validation and fix issues | LASER-Yi | |
2022-08-23 | Improve authentication and fix #1901 | LASER-Yi | |
2022-08-23 | Add support of showing confirmation when leaving settings page with unsaved ↵v1.1.1-beta.18 | LASER-Yi | |
changes | |||
2022-08-21 | no log: Restore socket.io dev command for better development | LASER-Yi | |
2022-06-27 | Add chips input for the provider builderv1.0.5-beta.36 | LASER-Yi | |
2022-06-14 | no log: Fix uptime in the system status view (with the approach that doesn't ↵ | LASER-Yi | |
hurt performance) | |||
2022-05-31 | Replace Bootstrap with Mantine (#1795) | Liang Yi | |
2022-03-29 | no log: Fix test environmentv1.0.4-beta.18 | LASER-Yi | |
2022-03-19 | Fix issue when using base URL #1767 | LASER-Yi | |
2022-03-16 | Frontend improvement and cleanup (#1690) | Liang Yi | |
* Replace Create-React-App with Vite.js * Update React-Router to v6 * Cleanup unused codes | |||
2022-02-24 | Fix a issue that seleection of the languages profiles could be Unknown on ↵ | LASER-Yi | |
settings page | |||
2022-01-22 | Add React-Query to improve network and cache performancev1.0.3-beta.15 | Liang Yi | |
2021-08-30 | no log: Support overriding backend server when developing UI | LASER-Yi | |
2021-08-24 | no log: Fix typos | LASER-Yi | |