Commit Graph

19183 Commits

Author SHA1 Message Date
Nikolaj Olsson
add752738b Update dictionaries 2024-03-14 17:28:09 +01:00
Nikolaj Olsson
2b0f86198a Update change log 2024-03-14 15:47:28 +01:00
Nikolaj Olsson
5e89c5fb89 Fix a few broken dictionaries download urls 2024-03-14 15:41:34 +01:00
Nikolaj Olsson
ce46e6984f Minor improvements for subtitle format auto-detect 2024-03-14 14:16:26 +01:00
Nikolaj Olsson
4ab43df1e5 Update change log 2024-03-14 13:19:04 +01:00
Nikolaj Olsson
28ab9c61d9 Update Danish/Swedish translation 2024-03-14 13:17:03 +01:00
Nikolaj Olsson
aeb703d763 Update change log 2024-03-14 12:57:54 +01:00
Nikolaj Olsson
723160beb3 Add format "Timed Text IMSC 1.1" 2024-03-14 12:55:46 +01:00
Nikolaj Olsson
471d278fea Merge branch 'main' of https://github.com/SubtitleEdit/subtitleedit 2024-03-14 10:20:41 +01:00
Nikolaj Olsson
230a300db3 Fix #8025 2024-03-14 10:20:34 +01:00
Nikolaj Olsson
4d18eb1db8
Merge pull request #7993 from diomed/main
CRO OCR
2024-03-13 22:33:32 +01:00
Nikolaj Olsson
96a10bb532 Switch cuBLAS.and.cuDNN download - thx Purfview :)
Fix #8023
2024-03-13 01:31:23 +01:00
Nikolaj Olsson
2815320130 Allow changing ChatGPT model - thx luannbr :)
Fix  #8017
2024-03-12 23:53:26 +01:00
Nikolaj Olsson
d9a52bb9a5 Update change log 2024-03-12 23:53:09 +01:00
Nikolaj Olsson
87a9f04956 Update change log 2024-03-12 23:52:45 +01:00
Nikolaj Olsson
aa3dcb00e6 Allow customize model for chat gpt - luannbr :)
Work on #8017
2024-03-12 10:42:17 +01:00
Nikolaj Olsson
4e165cc719 Update Purfview Faster Whisper to r186.1 2024-03-12 01:23:28 +01:00
Nikolaj Olsson
bdfb3f1122 Fix crash in "Fix commo errors" - thx dramirvf :)
Fix  #8015
2024-03-12 00:58:16 +01:00
Nikolaj Olsson
e5bc19548a Fix minor generate video file file-name - thx LeonCheung :) 2024-03-11 18:00:01 +01:00
Nikolaj Olsson
715159770e Update Bulgarian translation - thx Калин :) 2024-03-11 16:15:47 +01:00
Ivandro Jao
50653a5358 Correct typo in variable name
The variable name 'RemovedEmptyLinesUnsedLineBreaks' has been changed to 'RemovedEmptyLinesUnusedLineBreaks' across multiple files. This correction improves code readability and avoids potential confusion in future maintenance.
2024-03-04 19:42:51 +00:00
Nikolaj Olsson
a98dd78cb0 Update nOCR db with another % char - thx Tommi :) 2024-03-04 17:23:25 +01:00
May Kittens Devour Your Soul
86b6b75118
Update hrv_OCRFixReplaceList.xml 2024-03-04 10:26:05 +01:00
May Kittens Devour Your Soul
0a73ee6147
Merge branch 'SubtitleEdit:main' into main 2024-03-04 10:16:40 +01:00
Nikolaj Olsson
6429cec4cb Fix copy/paste in duration field - thx GCRaistlin :)
Fix #7982
2024-02-26 16:09:59 +01:00
Nikolaj Olsson
2093f2e3f0 Add option to disable media info click 2024-02-26 15:59:53 +01:00
Nikolaj Olsson
b77e613f6f
Merge pull request #7976 from ivandrofly/feature/add-missing-quote
Refactor quotes replacement in FixCommonErrors
2024-02-26 09:38:35 +01:00
Nikolaj Olsson
e7a682164a
Merge pull request #7975 from ivandrofly/feature/fixdoubledash-fr
Avoid replacing punctuation for French in FixDoubleDash
2024-02-26 07:12:39 +01:00
Nikolaj Olsson
550b06447a Add brackets 2024-02-26 07:11:40 +01:00
Nikolaj Olsson
610460228b
Merge pull request #7974 from ivandrofly/feature/uppercaseAfterColon
Refactor uppercase fix after colon in subtitles
2024-02-26 07:08:53 +01:00
Nikolaj Olsson
994ee0f165
Merge pull request #7967 from ivandrofly/feature/fixmissingopenbracket
Add tests and improve 'MissingOpenBracket' fixer
2024-02-26 07:06:55 +01:00
Nikolaj Olsson
64375cd574 Minor optimization 2024-02-25 09:23:13 +01:00
Nikolaj Olsson
63a8c4a121 Update change log 2024-02-25 08:44:38 +01:00
Nikolaj Olsson
f9ebe205fe Update change log 2024-02-25 08:42:30 +01:00
Nikolaj Olsson
2f5c223429 Update Libre translate languages - thx thehijacker :)
Related to #7968
2024-02-25 07:17:02 +01:00
Ivandro Jao
d5190e44b9 Refactor quotes replacement in FixCommonErrors
Changed the structure and logic of AddMissingQuotes.cs to improve readability and performance. Instead of multiple utility function calls with hardcoded quotes, a constant "doubleQuote" is implemented, and the nested conditions are reorganized for better flow.
2024-02-24 20:30:27 +00:00
Ivandro Jao
932d168b6e Avoid replacing punctuation for French in FixDoubleDash
This commit introduces a conditional to prevent replacing ellipsis followed by a question mark or exclamation mark with no space in between, specifically for French language. This change was deemed necessary as the original punctuation format is commonly used in French typography.
2024-02-24 20:27:52 +00:00
Ivandro Jao
8344295af9 Refactor uppercase fix after colon in subtitles
The subtitle correction code was refactored to improve readability and efficiency. A few lines were rearranged for better flow, and we introduced helper methods to determine the language, the start of the text, and special naming conventions. This will help in maintaining and understanding the code in the future.
2024-02-24 20:16:29 +00:00
Nikolaj Olsson
9bf47b3dc7 Try to fix Whisper CPP Hebrew language code 2024-02-24 19:52:52 +01:00
Nikolaj Olsson
2495eab2d1 Update change log 2024-02-24 10:53:06 +01:00
Nikolaj Olsson
423db90113 Updated Russian translation - thx elfriob :) 2024-02-23 18:05:35 +01:00
Ivandro Jao
6e715a5045 Add tests and improve 'MissingOpenBracket' fixer
The update introduces test cases for the 'MissingOpenBracket' fixer to ensure it behaves as expected. A significant re-work has also been done on the 'MissingOpenBracket' fixer, refining its handling of various scenarios to resolve potential issues more effectively. The updated fixer also checks for per line restoration and deals with 2 or more lines even if their adjacent line is not closed correctly.
2024-02-22 21:41:56 +00:00
Nikolaj Olsson
37286cc42e
Merge pull request #7962 from nkh0472/patch-103
Update zh-Hans.xml
2024-02-22 17:44:44 +01:00
Nikolaj Olsson
6118218c8d
Merge pull request #7965 from potplayer-fanpack/main
Update pl-PL.xml
2024-02-22 17:44:22 +01:00
Nikolaj Olsson
199aa53cd9
Merge pull request #7966 from bovirus/main
Italian language update
2024-02-22 17:43:52 +01:00
bovirus
17014fcd25
Italian language update 2024-02-22 15:55:00 +01:00
Adam Malich
bdc81a8918 Update pl-PL.xml 2024-02-22 14:22:27 +01:00
May Kittens Devour Your Soul
e6ec4052d0
Update hrv_OCRFixReplaceList.xml 2024-02-22 10:37:42 +01:00
nkh0472
fad69f92ff
Update zh-Hans.xml
for commit 9151febbf0
2024-02-22 10:32:28 +08:00
Nikolaj Olsson
accadebdc0
Merge pull request #7955 from diomed/main
Croatian OCR update
2024-02-21 20:33:52 +01:00