xmp from my face-file after using the digiKam maintenance tool to create xmp files

Alignment with Phares 8.0.118.14751 for Shared and Metadata
This commit is contained in:
2025-07-20 18:46:59 -07:00
parent d57be048e7
commit 8ecea05fe8
38 changed files with 524 additions and 1307 deletions

View File

@ -50,7 +50,12 @@ internal static partial class Helper20250521 {
}
internal static void MatchDirectory(ILogger<Worker> logger, List<string> args) {
Record record;
logger.LogInformation(args[0]);
logger.LogInformation(args[1]);
logger.LogInformation(args[2]);
logger.LogInformation(args[3]);
logger.LogInformation(args[4]);
logger.LogInformation(args[5]);
string datePattern = args[5];
string searchPattern = args[2];
string searchPatternB = args[3];
@ -119,7 +124,6 @@ internal static partial class Helper20250521 {
private static RecordB? GetRecord(int dateLineSegmentCount, string datePattern, string[] lines, int i, string[] segments, DateTime transactionDate, DateTime effectiveDate) {
RecordB? result = null;
string line;
RecordB record;
LineCheck lineCheck;
List<string> collection = [];
for (int j = i + 1; j < lines.Length; j++) {