28 lines
823 B
Markdown
28 lines
823 B
Markdown
---
|
|
created: "2023-07-21T18:26:38.910Z"
|
|
updated: "2023-07-21T18:26:38.910Z"
|
|
assigned: ""
|
|
progress: 0
|
|
status: "2-Todo"
|
|
type: "kanbn"
|
|
started: "2023-07-08T21:44:14.665Z"
|
|
---
|
|
|
|
# Merge Kristy Files
|
|
|
|
```c#
|
|
string[] test = (from l in new string[] { "Mikes", "Mike", "Mik-e" } orderby l.EndsWith('s'), l.Contains('-') select l).ToArray();
|
|
return new(result, (from l in results orderby l.FileHolder.DirectoryName?.EndsWith('s'), l.FileHolder.DirectoryName?.Contains('-'), l.FileHolder.DirectoryName?.Length == 12 select l).ToArray());
|
|
```
|
|
|
|
## Sub-tasks
|
|
|
|
- [x] Convert .tiff to .jpg with Nikon Nx Studio at 100%
|
|
- [/] Keep .tiff files in 2-Images-B
|
|
- [ ] Copy to each backup from question
|
|
- [x] Rotate the .jpg only
|
|
- [x] Use Rename console app to rename for storage
|
|
- [x] Set created date
|
|
- [x] Verify
|
|
- [x] Move to production ...
|