From: Vásáry Dániel Date: Mon, 20 May 2019 07:57:15 +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=8912949930c62287b83cf19edac52434d79ef2fd;p=mediacube.git git-tfs-id: [tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C31434 --- 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",