Skip to content

Commit 01182ef

Browse files
authored
fix typos + misc formatting
1 parent 50a64da commit 01182ef

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

script-opts/SmartSkip.conf

Lines changed: 8 additions & 5 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

@@ -53,7 +53,10 @@ smart_prev_cancel_countdown=yes
5353

5454
####------Chapters Settings-------####
5555
#--(yes/no). Automatically loads external chapters when detected.
56-
# priority: 1. chapters file in the same directory as the playing file, 2. hashed version of the chapters file in the global directory, 3. path based version of the chapters file in the global directory
56+
# priority:
57+
# 1. chapters file in the same directory as the playing file
58+
# 2. hashed version of the chapters file in the global directory
59+
# 3. path based version of the chapters file in the global directory
5760
external_chapters_autoload=yes
5861

5962
#-- Modifying chapters using SmartSkip will autosave as external-chapters
@@ -106,8 +109,8 @@ skip_once=no
106109
# e.g.: categories=my-new-category>Part [AB]/Ending 1; another-category>Part C/Part D
107110
#-- Or specify categories string for each chapter type.
108111
# 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)
112+
# Syntax: category-name-1>chapter-name-1-slash-separated/chapter-name-2-slash-separated; lua patterns, each category is separated by semicolons
113+
# Predefined Category: (idx- followed by the chapter index / slash separated to autoskip based on index)
111114
categories=[ ["internal-chapters", "prologue>Prologue/^Intro; opening>^OP/ OP$/^Opening; ending>^ED/ ED$/^Ending; preview>Preview$"], ["external-chapters", "idx->0/2"] ]
112115

113116
#--(string) enables defined categories for autoskip
@@ -147,7 +150,7 @@ images=yes
147150
videos=yes
148151
audio=yes
149152

150-
#--(extension,). Add additional extenions to be autoloaded.
153+
#--(extension,). Add additional extensions to be autoloaded.
151154
# e.g.: additional_image_exts=bmp,vob,pxr
152155
additional_image_exts=
153156
additional_video_exts=

0 commit comments

Comments
 (0)