mirror of
https://github.com/RatzzFatzz/MKVAudioSubtitleChanger.git
synced 2026-02-11 02:05:56 +01:00
Add CoherentConfigValidator
This commit is contained in:
@@ -36,6 +36,8 @@ public class Config {
|
||||
private Pattern includePattern;
|
||||
private boolean safeMode;
|
||||
|
||||
private Integer coherent;
|
||||
|
||||
private Set<String> forcedKeywords = new HashSet<>(Arrays.asList("forced", "signs", "songs"));
|
||||
private Set<String> commentaryKeywords = new HashSet<>(Arrays.asList("commentary", "director"));
|
||||
private Set<String> excludedDirectories = new HashSet<>();
|
||||
|
||||
Reference in New Issue
Block a user