Commit Graph

19796 Commits

Author SHA1 Message Date
Nikolaj Olsson
0774b3b9a3
Merge pull request #8316 from ivandrofly/feature/ifo-parser
Feature/ifo parser
2024-05-17 18:44:25 +02:00
Nikolaj Olsson
712de43cec
Merge pull request #8383 from OmrSi/include-composition-characters
Add an option to include composition characters in Line Length
2024-05-17 18:30:12 +02:00
Nikolaj Olsson
fc1e640409 Allow for "Faster whisper" custom models - thx yairl/darnn :)
Related to #8377
2024-05-16 20:07:38 +02:00
OmrSi
c147f3929f Add an option to include composition characters in Line Length 2024-05-16 17:40:02 +03:00
Nikolaj Olsson
097f0b4da7 Hide vertical margin if not relevant - thx noembryo :)
Related to #8358
2024-05-15 20:39:30 +02:00
Nikolaj Olsson
abb42b084e Update change log 2024-05-15 20:22:51 +02:00
Nikolaj Olsson
84f2c12b8b Remove "force stereo" as tts seems to always use stereo 2024-05-15 15:55:54 +02:00
Nikolaj Olsson
3fba99ee9a
Merge pull request #8372 from bovirus/main
Update Italian language
2024-05-15 06:20:56 +02:00
Nikolaj Olsson
465dd5c661
Merge pull request #8375 from diomed/patch-1
Update hrv_OCRFixReplaceList.xml
2024-05-15 06:20:32 +02:00
Nikolaj Olsson
d658cfe0ad Fix for "Force steroe" in TTS
Relaetd to  #8348
2024-05-15 06:20:01 +02:00
May Kittens Devour Your Soul
38d2981501
Update hrv_OCRFixReplaceList.xml 2024-05-14 20:48:31 +02:00
bovirus
154ba0deba
Update Italian language 2024-05-14 20:13:31 +02:00
Nikolaj Olsson
d894047258
Merge pull request #8370 from hugok79/patch-121
Update pt-PT.xml
2024-05-14 18:12:24 +02:00
Nikolaj Olsson
2b74ac47d4
Merge pull request #8369 from nkh0472/patch-114
Update zh-Hans.xml
2024-05-14 18:12:06 +02:00
Hugo Carvalho
ca651727ac
Update pt-PT.xml
* For commits: a9f70c1ffe 7e623130e6 6044e581a8
* Other minor corrections
2024-05-14 16:19:54 +01:00
nkh0472
14c291e312
Update zh-Hans.xml
for commit 6044e581a8
2024-05-14 19:33:46 +08:00
Nikolaj Olsson
40b0e94123 Set default ChatGPT model to the new "gpt-4o" 2024-05-14 05:57:50 +02:00
Nikolaj Olsson
7694c69e24
Merge pull request #8338 from trienow/master
Feature: Hot keys to the Ocr-Character-Inspect-Form
2024-05-13 20:48:18 +02:00
Nikolaj Olsson
4155a9b4f1 Fix for setting new speed% after edit (TTS) 2024-05-13 20:14:24 +02:00
Nikolaj Olsson
a87306bb8d Keep wav format for stereo
Related to #8348
2024-05-13 18:19:08 +02:00
Nikolaj Olsson
e95a2f44fc Fix for TTS preview - thx cvrle77 :)
Fix #8361
2024-05-13 17:54:09 +02:00
Nikolaj Olsson
fb2234868a Add audio file file name column for csv export 2024-05-13 08:58:09 +02:00
Nikolaj Olsson
79e417bcc1 Fix #8312 2024-05-13 08:54:40 +02:00
Nikolaj Olsson
a3c8c70f68 Merge branch 'main' of https://github.com/SubtitleEdit/subtitleedit 2024-05-13 08:01:02 +02:00
Nikolaj Olsson
e6cbf81e0b Minor TTS work 2024-05-13 08:00:56 +02:00
Ivandro Jao
cfa0aece78 Refactor tag replacement in HtmlUtil
The revision refactors the replacement of invalid italic tags in the HtmlUtil FixInvalidItalicTags method. The separate string replace statements were replaced with loops that iterate over arrays of predefined invalid tag variations. This change leads to cleaner, more readable, and maintainable code.

Signed-off-by: Ivandro Jao <ivandrofly@gmail.com>
2024-05-11 14:23:05 +01:00
Nikolaj Olsson
40c253a081
Merge pull request #8352 from nkh0472/patch-112
Update zh-Hans.xml
2024-05-11 07:57:29 +02:00
nkh0472
67188943fd
Update zh-Hans.xml 2024-05-11 10:28:55 +08:00
trienow
6044e581a8
Added context menu entries to document the hot keys 2024-05-10 19:23:53 +02:00
trienow
1bf836ac68
Added hot keys to the Ocr-Character-Inspect-Form
This allows the user to not have to rely on their mouse as much when mapping bitmap to character.
2024-05-10 16:30:11 +02:00
Nikolaj Olsson
2e487c30ad Set better default value 2024-05-10 15:47:34 +02:00
Nikolaj Olsson
13c9c4cdbe Add force stereo 2024-05-10 15:39:55 +02:00
Nikolaj Olsson
6b0270eaf5 Fix for TTS last rename 2024-05-10 14:35:36 +02:00
Ivandro Jao
6f1f32876d Refactor method to check string starts with lowercase letter
The method formerly known as "BeginsWithLetter" has been optimized and renamed to "IsFirstLetterConvertibleToUppercase". The method now directly checks if the string is not empty and its first character is lowercase, instead of doing these in separate steps.

Signed-off-by: Ivandro Jao <ivandrofly@gmail.com>
2024-05-10 09:52:43 +01:00
Nikolaj Olsson
10d35fea1b TTS: Go back to using wav (instead of mp3) 2024-05-10 07:26:48 +02:00
Nikolaj Olsson
7e2f94c1b2 Work on #8344 2024-05-09 19:12:45 +02:00
Nikolaj Olsson
d5c52d57d0 Fix for setting tts lang 2024-05-09 19:02:20 +02:00
Nikolaj Olsson
f8b9a67bbe Work on #8342 2024-05-09 16:40:04 +02:00
Nikolaj Olsson
2c6bcc5db9 A little more cleanup 2024-05-09 15:27:43 +02:00
Nikolaj Olsson
266ac09b80 More cleanup 2024-05-09 15:22:18 +02:00
Nikolaj Olsson
fe0130807f Some translation clean up 2024-05-09 15:15:02 +02:00
Nikolaj Olsson
a306e4a1be Work on translation merge 2024-05-09 14:41:18 +02:00
Nikolaj Olsson
3c0c92e4d1 Update Bulgarian translation - thx Калин :) 2024-05-09 13:21:32 +02:00
Nikolaj Olsson
36f308c0c5
Merge pull request #8341 from bovirus/main
Update Italian language
2024-05-09 10:58:01 +02:00
bovirus
18cd77e280
Update Italian language 2024-05-09 10:18:21 +02:00
Nikolaj Olsson
6e8944742a Minor UI fix 2024-05-09 09:01:23 +02:00
Nikolaj Olsson
5eacb31f0b Fix Azure TTS - thx BlueBlue7891 :)
Fix #8339
2024-05-09 08:10:36 +02:00
Nikolaj Olsson
4a02923c80 Hack for multi download... 2024-05-08 21:41:19 +02:00
Nikolaj Olsson
7e623130e6 Work on #8334 2024-05-08 20:57:22 +02:00
Nikolaj Olsson
31e92dcfbc Work on #8312 2024-05-08 20:38:26 +02:00