From 959604696b381b81d5207403bf649cc762c7fb67 Mon Sep 17 00:00:00 2001 From: SiriosDev <26876994+SiriosDev@users.noreply.github.com> Date: Sun, 26 Jul 2026 13:50:36 +0200 Subject: [PATCH 1/4] fix perstit of dictionaries --- bucket/subtitleedit.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bucket/subtitleedit.json b/bucket/subtitleedit.json index 24d437758f2f59..a7d2a0c6cf2253 100644 --- a/bucket/subtitleedit.json +++ b/bucket/subtitleedit.json @@ -22,7 +22,10 @@ "Subtitle Edit" ] ], - "persist": "Settings.json", + "persist": [ + "Settings.json", + "Dictionaries" + ], "checkver": { "github": "https://github.com/SubtitleEdit/subtitleedit" }, From 490f44bc4c653727b68f10700e2ebd90206b737c Mon Sep 17 00:00:00 2001 From: SiriosDev <26876994+SiriosDev@users.noreply.github.com> Date: Sun, 26 Jul 2026 14:50:48 +0200 Subject: [PATCH 2/4] added all other customizable folders --- bucket/subtitleedit.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/bucket/subtitleedit.json b/bucket/subtitleedit.json index a7d2a0c6cf2253..df898740e76f46 100644 --- a/bucket/subtitleedit.json +++ b/bucket/subtitleedit.json @@ -23,8 +23,21 @@ ] ], "persist": [ + "AutoBackup", + "Dictionaries", + "FileTypes", + "Google-Lens", + "Languages", + "llama.cpp", + "OCR", + "Plugins", "Settings.json", - "Dictionaries" + "Spectrograms", + "SpeechToText", + "TextToSpeech", + "Tesseract550", + "Themes", + "Waveforms" ], "checkver": { "github": "https://github.com/SubtitleEdit/subtitleedit" From cd4f9699e6e98bc98cb6c2f18075f5683344aba7 Mon Sep 17 00:00:00 2001 From: SiriosDev <26876994+SiriosDev@users.noreply.github.com> Date: Sun, 26 Jul 2026 14:56:16 +0200 Subject: [PATCH 3/4] chore: update subtitleedit.json --- bucket/subtitleedit.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bucket/subtitleedit.json b/bucket/subtitleedit.json index df898740e76f46..379b9d5f8b4c2e 100644 --- a/bucket/subtitleedit.json +++ b/bucket/subtitleedit.json @@ -24,6 +24,7 @@ ], "persist": [ "AutoBackup", + "CrispASR", "Dictionaries", "FileTypes", "Google-Lens", From f32989b13ce10ca1cda1172a598415fe5ff118d5 Mon Sep 17 00:00:00 2001 From: SiriosDev <26876994+SiriosDev@users.noreply.github.com> Date: Sun, 26 Jul 2026 15:37:22 +0200 Subject: [PATCH 4/4] other missing folder --- bucket/subtitleedit.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/bucket/subtitleedit.json b/bucket/subtitleedit.json index 379b9d5f8b4c2e..e4e7f789a21944 100644 --- a/bucket/subtitleedit.json +++ b/bucket/subtitleedit.json @@ -32,13 +32,16 @@ "llama.cpp", "OCR", "Plugins", - "Settings.json", + "Qwen3ASR", + "SceneChanges", + "ShotChanges", "Spectrograms", "SpeechToText", - "TextToSpeech", "Tesseract550", + "TextToSpeech", "Themes", - "Waveforms" + "Waveforms", + "Settings.json" ], "checkver": { "github": "https://github.com/SubtitleEdit/subtitleedit"