Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions script-opts/SmartSkip.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ silence_audio_level=-40
#--(#number). Duration of the silence that will be detected to trigger skipping.
silence_duration=0.65

#--(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.
#--(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.
# (0 for disabled, or specify seconds).
ignore_silence_duration=5

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

#--(string) enables defined categories for autoskip
Expand Down Expand Up @@ -147,7 +147,7 @@ images=yes
videos=yes
audio=yes

#--(extension,). Add additional extenions to be autoloaded.
#--(extension,). Add additional extensions to be autoloaded.
# e.g.: additional_image_exts=bmp,vob,pxr
additional_image_exts=
additional_video_exts=
Expand Down