SaveSortingWithoutPerson
This commit is contained in:
@ -78,7 +78,7 @@ public class DeleteByDistinct
|
||||
if (!fileTicksToNames.TryGetValue(checkDate.Ticks, out fileNames))
|
||||
throw new Exception();
|
||||
}
|
||||
checkName = fileInfo.Name.ToLower(); //.Replace(".jpeg", ".jpg");
|
||||
checkName = fileInfo.Name.ToLower().Replace(".jpeg", ".jpg");
|
||||
if (fileNames.Contains(checkName))
|
||||
deletedFiles.Add(file);
|
||||
else
|
||||
|
@ -1,21 +1,21 @@
|
||||
{
|
||||
"xCompareRootDirectory": "",
|
||||
"CompareRootDirectory": "F:/7) Question/- - - Images",
|
||||
"CompareRootDirectory": "D:/7) Question/- - - Images",
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Log4netProvider": "Debug"
|
||||
}
|
||||
},
|
||||
"MaxDegreeOfParallelism": 6,
|
||||
"SearchPattern": "*",
|
||||
"SearchPattern": "*.j*",
|
||||
"Serilog": {
|
||||
"MinimumLevel": "Debug"
|
||||
},
|
||||
"Windows": {
|
||||
"Configuration": {
|
||||
"RootDirectory": "D:/2) Images B/Corrupt",
|
||||
"xRootDirectory": "D:/2) Images B/Corrupt",
|
||||
"xxRootDirectory": "D:/2) Images B/Not-Copy-Copy-37c7b67",
|
||||
"xxxRootDirectory": "G:/1) Images A/Images-37c7b67",
|
||||
"RootDirectory": "D:/1) Images A/Images-37c7b67",
|
||||
"VerifyToSeason": [
|
||||
". 2000",
|
||||
". 2001",
|
||||
|
Reference in New Issue
Block a user