From 8912949930c62287b83cf19edac52434d79ef2fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1s=C3=A1ry=20D=C3=A1niel?= Date: Mon, 20 May 2019 07:57:15 +0000 Subject: [PATCH] git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C31434 --- client/MXFFileParser/MXFFile.cs | 6 +++--- .../Maestro/Configuration/UJ-configuration-tqc-check.json | 4 ++-- client/Maestro/Configuration/configuration.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client/MXFFileParser/MXFFile.cs b/client/MXFFileParser/MXFFile.cs index c1f103db..0e98de2f 100644 --- a/client/MXFFileParser/MXFFile.cs +++ b/client/MXFFileParser/MXFFile.cs @@ -21,7 +21,6 @@ using System; using System.Collections.Generic; -using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Reflection; @@ -188,6 +187,8 @@ namespace Myriadbits.MXF { break; } + if (!ripFound && klv.Length == 0) + return; // Update overall counters //if (klv.Key.Type == KeyType.None) @@ -614,8 +615,7 @@ namespace Myriadbits.MXF { } } return ""; - } - catch (Exception) { + } catch (Exception) { } return ""; } diff --git a/client/Maestro/Configuration/UJ-configuration-tqc-check.json b/client/Maestro/Configuration/UJ-configuration-tqc-check.json index c7ea89f9..31499b3d 100644 --- a/client/Maestro/Configuration/UJ-configuration-tqc-check.json +++ b/client/Maestro/Configuration/UJ-configuration-tqc-check.json @@ -10,7 +10,7 @@ }, "source": { "$type": "UNCSource", - "filter": "avi,wav,mxf", + "filter": "avi,wav,mxf,mts", "local": { "address": "file://c:/_video", "userName": "mediacube", @@ -50,7 +50,7 @@ "processor": "FTPTargetProcessor", "outputFormat": "%ID%", "killDateDays": 5, - "saveSegments": true, + "saveSegments": false, "tag": "Adáskész", "disableFileVersioning": true, "enableOverride": true, diff --git a/client/Maestro/Configuration/configuration.json b/client/Maestro/Configuration/configuration.json index 35dc95d8..98b39068 100644 --- a/client/Maestro/Configuration/configuration.json +++ b/client/Maestro/Configuration/configuration.json @@ -11,7 +11,7 @@ }, "source": { "$type": "UNCSource", - "filter": "avi,wav,mxf", + "filter": "avi,wav,mxf,mts", "local": { "address": "file://c:/_video", "userName": "mediacube", -- 2.54.0