Add optional flat MKV library collection per package

This commit is contained in:
Sucukdeluxe
2026-03-01 03:23:26 +01:00
parent 71aa9204f4
commit 809aec69c2
7 changed files with 227 additions and 3 deletions
+2
View File
@@ -50,6 +50,8 @@ export interface AppSettings {
autoExtract: boolean;
autoRename4sf4sj: boolean;
extractDir: string;
collectMkvToLibrary: boolean;
mkvLibraryDir: string;
createExtractSubfolder: boolean;
hybridExtract: boolean;
cleanupMode: CleanupMode;