Skip to content

Commit 77c533f

Browse files
authored
Merge pull request #103 from xfzv/master
fix typos
2 parents 50a64da + bd98951 commit 77c533f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

script-opts/SmartSkip.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ silence_audio_level=-40
99
#--(#number). Duration of the silence that will be detected to trigger skipping.
1010
silence_duration=0.65
1111

12-
#--(0/#number). The detcted silences will be ignored for the below defined seconds, and it will continue skipping until a silence is detected that surpasses the ignore duration.
12+
#--(0/#number). The detected silences will be ignored for the below defined seconds, and it will continue skipping until a silence is detected that surpasses the ignore duration.
1313
# (0 for disabled, or specify seconds).
1414
ignore_silence_duration=5
1515

@@ -106,8 +106,8 @@ skip_once=no
106106
# e.g.: categories=my-new-category>Part [AB]/Ending 1; another-category>Part C/Part D
107107
#-- Or specify categories string for each chapter type.
108108
# e.g.: categories=[ ["internal-chapters", "my-new-category>Part [AB]/Ending 1; another-category>Part C/Part D"], ["external-chapters", "idx->0/1/2/3"] ]
109-
# Syntax: category-name-1>chapter-name-1-slash-separated/chapter-name-2-slash-seperated; lua patterns, each category is separated by semicolons
110-
# Predefined Category: (idx- followed by the chapter index / slash seperated to autoskip based on index)
109+
# Syntax: category-name-1>chapter-name-1-slash-separated/chapter-name-2-slash-separated; lua patterns, each category is separated by semicolons
110+
# Predefined Category: (idx- followed by the chapter index / slash separated to autoskip based on index)
111111
categories=[ ["internal-chapters", "prologue>Prologue/^Intro; opening>^OP/ OP$/^Opening; ending>^ED/ ED$/^Ending; preview>Preview$"], ["external-chapters", "idx->0/2"] ]
112112

113113
#--(string) enables defined categories for autoskip
@@ -147,7 +147,7 @@ images=yes
147147
videos=yes
148148
audio=yes
149149

150-
#--(extension,). Add additional extenions to be autoloaded.
150+
#--(extension,). Add additional extensions to be autoloaded.
151151
# e.g.: additional_image_exts=bmp,vob,pxr
152152
additional_image_exts=
153153
additional_video_exts=

0 commit comments

Comments
 (0)