From: Sweidan Omar Date: Thu, 24 Mar 2022 08:40:19 +0000 (+0000) Subject: git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube... X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=4ea03aa97ac298860eeb3487d4452f07b288d3ae;p=mediacube.git git-tfs-id: [tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C33092 --- diff --git a/server/-product/production/LOCAL/jobs/schedules.json b/server/-product/production/LOCAL/jobs/schedules.json index b783aa30..7610e70c 100644 --- a/server/-product/production/LOCAL/jobs/schedules.json +++ b/server/-product/production/LOCAL/jobs/schedules.json @@ -94,6 +94,20 @@ "type": "java.lang.Integer" } ] + }, + { + "template": "prores-archive.xml", + "name" : "ProRes archiválás", + "active": false, + "executeimmediate": false, + "parameters": + [ + { "name": "sourceStoreFolder", "value": "c:\\data", "type": "java.lang.String" }, + { "name": "sourceStoreName", "value": "AMC_LOCAL", "type": "java.lang.String" }, + { "name": "filter", "value": {"fileName": ".*\\.(mov)$"}, "type": "java.lang.String" }, + { "name": "targetStoreName", "value": "AMC_LOCAL", "type": "java.lang.String" }, + { "name": "escortStoreFolder", "value": "AMC_LOCAL", "type": "java.lang.String" } + ] } ] } \ No newline at end of file