This commit is contained in:
2026-03-04 14:48:56 +00:00
parent 31d3e36597
commit 3b293bb743
11 changed files with 1116 additions and 310 deletions

View File

@@ -221,6 +221,18 @@ const defaultSchema = [
validation: {},
orderIndex: 320
},
{
key: 'handbrake_restart_delete_incomplete_output',
category: 'Tools',
label: 'Encode-Neustart: unvollständige Ausgabe löschen',
type: 'boolean',
required: 1,
description: 'Wenn aktiv, wird bei "Encode neu starten" der bisherige (nicht erfolgreiche) Output vor Start entfernt.',
defaultValue: 'true',
options: [],
validation: {},
orderIndex: 325
},
{
key: 'output_extension',
category: 'Tools',