Skript Integration + UI Anpassungen

This commit is contained in:
2026-03-04 21:09:04 +00:00
parent 3b293bb743
commit 3957773854
16 changed files with 2569 additions and 143 deletions

View File

@@ -260,6 +260,18 @@ const defaultSchema = [
validation: { minLength: 1 },
orderIndex: 340
},
{
key: 'output_folder_template',
category: 'Tools',
label: 'Ordnername Template',
type: 'string',
required: 0,
description: 'Optional. Verfügbare Tokens: ${title}, ${year}, ${imdbId}. Leer = Dateiname-Template verwenden.',
defaultValue: '',
options: [],
validation: {},
orderIndex: 345
},
{
key: 'omdb_api_key',
category: 'Metadaten',