some pload
This commit is contained in:
@@ -62,6 +62,42 @@ const defaultSchema = [
|
||||
validation: { minLength: 1 },
|
||||
orderIndex: 100
|
||||
},
|
||||
{
|
||||
key: 'raw_dir_bluray',
|
||||
category: 'Pfade',
|
||||
label: 'Raw Ausgabeordner (Blu-ray)',
|
||||
type: 'path',
|
||||
required: 0,
|
||||
description: 'Optionaler RAW-Zielpfad nur für Blu-ray. Leer = Fallback auf "Raw Ausgabeordner".',
|
||||
defaultValue: '',
|
||||
options: [],
|
||||
validation: {},
|
||||
orderIndex: 101
|
||||
},
|
||||
{
|
||||
key: 'raw_dir_dvd',
|
||||
category: 'Pfade',
|
||||
label: 'Raw Ausgabeordner (DVD)',
|
||||
type: 'path',
|
||||
required: 0,
|
||||
description: 'Optionaler RAW-Zielpfad nur für DVD. Leer = Fallback auf "Raw Ausgabeordner".',
|
||||
defaultValue: '',
|
||||
options: [],
|
||||
validation: {},
|
||||
orderIndex: 102
|
||||
},
|
||||
{
|
||||
key: 'raw_dir_other',
|
||||
category: 'Pfade',
|
||||
label: 'Raw Ausgabeordner (Sonstiges)',
|
||||
type: 'path',
|
||||
required: 0,
|
||||
description: 'Optionaler RAW-Zielpfad nur für Sonstiges. Leer = Fallback auf "Raw Ausgabeordner".',
|
||||
defaultValue: '',
|
||||
options: [],
|
||||
validation: {},
|
||||
orderIndex: 103
|
||||
},
|
||||
{
|
||||
key: 'movie_dir',
|
||||
category: 'Pfade',
|
||||
@@ -74,6 +110,42 @@ const defaultSchema = [
|
||||
validation: { minLength: 1 },
|
||||
orderIndex: 110
|
||||
},
|
||||
{
|
||||
key: 'movie_dir_bluray',
|
||||
category: 'Pfade',
|
||||
label: 'Film Ausgabeordner (Blu-ray)',
|
||||
type: 'path',
|
||||
required: 0,
|
||||
description: 'Optionaler Encode-Zielpfad nur für Blu-ray. Leer = Fallback auf "Film Ausgabeordner".',
|
||||
defaultValue: '',
|
||||
options: [],
|
||||
validation: {},
|
||||
orderIndex: 111
|
||||
},
|
||||
{
|
||||
key: 'movie_dir_dvd',
|
||||
category: 'Pfade',
|
||||
label: 'Film Ausgabeordner (DVD)',
|
||||
type: 'path',
|
||||
required: 0,
|
||||
description: 'Optionaler Encode-Zielpfad nur für DVD. Leer = Fallback auf "Film Ausgabeordner".',
|
||||
defaultValue: '',
|
||||
options: [],
|
||||
validation: {},
|
||||
orderIndex: 112
|
||||
},
|
||||
{
|
||||
key: 'movie_dir_other',
|
||||
category: 'Pfade',
|
||||
label: 'Film Ausgabeordner (Sonstiges)',
|
||||
type: 'path',
|
||||
required: 0,
|
||||
description: 'Optionaler Encode-Zielpfad nur für Sonstiges. Leer = Fallback auf "Film Ausgabeordner".',
|
||||
defaultValue: '',
|
||||
options: [],
|
||||
validation: {},
|
||||
orderIndex: 113
|
||||
},
|
||||
{
|
||||
key: 'log_dir',
|
||||
category: 'Pfade',
|
||||
|
||||
Reference in New Issue
Block a user