Commit: e77e374b07e6c8030a6eeb5fde00878127326042
Parent: 03827b23264a5a2b5f9f1f2f059f175290916356
Author: Ren Tatsumoto
Date: Sun, 14 Nov 2021 10:54:23 +0300
don't nuke spaces by default
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/RELEASE/subs2srs.conf b/.github/RELEASE/subs2srs.conf
@@ -46,7 +46,7 @@ create_deck=yes
autoclip=no
# Remove all spaces from the subtitle text.
-# Only makes sense for languages without spaces like Japanese.
+# Set this to "yes" for languages without spaces like Japanese.
nuke_spaces=yes
# if set to `yes`, the volume of the outputted audio file
diff --git a/subs2srs.lua b/subs2srs.lua
@@ -38,7 +38,7 @@ For complete usage guide, see <https://github.com/Ajatt-Tools/mpvacious/blob/mas
local config = {
-- Common
autoclip = false, -- enable copying subs to the clipboard when mpv starts
- nuke_spaces = true, -- remove all spaces from exported anki cards
+ nuke_spaces = false, -- remove all spaces from exported anki cards
clipboard_trim_enabled = true, -- remove unnecessary characters from strings before copying to the clipboard
use_ffmpeg = false, -- if set to true, use ffmpeg to create audio clips and snapshots. by default use mpv.
snapshot_format = "webp", -- webp or jpg