Rename files to padded number string
This commit is contained in:
@ -29,15 +29,12 @@ taskTemplate: '^+^_${overdue ? ''^R'' : ''''}${name}^: ${relations ? (''\n^-^/^g
|
||||
- [determine-if-location-container-collection-is-needed-in-get-faces](tasks/determine-if-location-container-collection-is-needed-in-get-faces.md)
|
||||
- [import-know-faces-into-db](tasks/import-know-faces-into-db.md)
|
||||
- [skip-metadata-load-after-first-each-day](tasks/skip-metadata-load-after-first-each-day.md)
|
||||
- [use-eyes-to-find-orientation](tasks/use-eyes-to-find-orientation.md)
|
||||
- [find-incorrectly-mapped-faces](tasks/find-incorrectly-mapped-faces.md)
|
||||
- [nef-support](tasks/nef-support.md)
|
||||
|
||||
## In Progress
|
||||
|
||||
- [find-incorrectly-mapped-faces](tasks/find-incorrectly-mapped-faces.md)
|
||||
- [nef-support](tasks/nef-support.md)
|
||||
- [use-eyes-to-find-orientation](tasks/use-eyes-to-find-orientation.md)
|
||||
- [merge-kristy-files](tasks/merge-kristy-files.md)
|
||||
- [set-date-taken-when-missing](tasks/set-date-taken-when-missing.md)
|
||||
- [rename-files-to-padded-number-string](tasks/rename-files-to-padded-number-string.md)
|
||||
|
||||
## Done
|
||||
|
||||
@ -45,3 +42,6 @@ taskTemplate: '^+^_${overdue ? ''^R'' : ''''}${name}^: ${relations ? (''\n^-^/^g
|
||||
- [run-scan-originals](tasks/run-scan-originals.md)
|
||||
- [shrink-percent](tasks/shrink-percent.md)
|
||||
- [setup-photo-prism-again-in-wsl-docker](tasks/setup-photo-prism-again-in-wsl-docker.md)
|
||||
- [set-date-taken-when-missing](tasks/set-date-taken-when-missing.md)
|
||||
- [rename-files-to-padded-number-string](tasks/rename-files-to-padded-number-string.md)
|
||||
- [merge-kristy-files](tasks/merge-kristy-files.md)
|
||||
|
@ -1,10 +1,10 @@
|
||||
---
|
||||
created: 2023-06-18T20:29:10.288Z
|
||||
updated: 2023-07-08T21:21:04.820Z
|
||||
updated: 2023-07-09T23:00:08.674Z
|
||||
assigned: ""
|
||||
progress: 0
|
||||
tags: []
|
||||
status: "3-In Progress"
|
||||
status: '3-In Progress'
|
||||
type: kanbn
|
||||
---
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
created: 2023-06-25T16:35:28.627Z
|
||||
updated: 2023-07-08T21:44:14.665Z
|
||||
updated: 2023-07-09T22:16:11.849Z
|
||||
assigned: ""
|
||||
progress: 0
|
||||
tags: []
|
||||
@ -23,4 +23,6 @@ return new(result, (from l in results orderby l.FileHolder.DirectoryName?.EndsWi
|
||||
- [ ] Copy to each backup from question
|
||||
- [x] Rotate the .jpg only
|
||||
- [x] Use Rename console app to rename for storage
|
||||
- [x] Set created date
|
||||
- [ ] Verify
|
||||
- [ ] Move to production ...
|
||||
|
@ -1,10 +1,10 @@
|
||||
---
|
||||
created: 2023-06-24T02:13:16.426Z
|
||||
updated: 2023-07-08T21:21:06.222Z
|
||||
updated: 2023-07-09T23:00:05.524Z
|
||||
assigned: ""
|
||||
progress: 0
|
||||
tags: []
|
||||
status: "3-In Progress"
|
||||
status: '3-In Progress'
|
||||
type: kanbn
|
||||
---
|
||||
|
||||
@ -15,4 +15,4 @@ type: kanbn
|
||||
- [x] Convert to .tiff with Nikon Nx Studio
|
||||
- [x] Keep .nef files in 2-Images-B
|
||||
- [x] Convert .tiff to .jpg with Nikon Nx Studio at 100%
|
||||
- [x] Use Rename console app to rename for storage
|
||||
- [x] Use Rename console app to rename for storage
|
||||
|
@ -1,12 +1,13 @@
|
||||
---
|
||||
created: 2023-07-08T21:26:25.403Z
|
||||
updated: 2023-07-08T21:26:25.399Z
|
||||
updated: 2023-07-10T06:35:46.076Z
|
||||
assigned: ""
|
||||
progress: 0
|
||||
tags: []
|
||||
type: note
|
||||
---
|
||||
|
||||
# Photoview in docker for a viewer only
|
||||
# Photoview in Docker for a Viewer Only
|
||||
|
||||
## Sub-Tasks
|
||||
|
||||
|
@ -1,17 +1,22 @@
|
||||
---
|
||||
created: 2023-07-08T21:25:25.925Z
|
||||
updated: 2023-07-08T21:45:42.263Z
|
||||
updated: 2023-07-10T05:03:00.856Z
|
||||
assigned: ""
|
||||
progress: 0
|
||||
tags: []
|
||||
started: 2023-07-08T21:45:42.263Z
|
||||
type: note
|
||||
---
|
||||
|
||||
# Rename files to padded number string
|
||||
# Rename Files to Padded Number String
|
||||
|
||||
## Sub-tasks
|
||||
|
||||
- [ ] ~~Go Back to Index for Sort~~
|
||||
- [ ] New file for index to to id
|
||||
- [ ] Count backwards
|
||||
- [ ] Maybe skip some for scan images
|
||||
- [ ] ~~New file for index to to id~~
|
||||
- [ ] ~~Count backwards~~
|
||||
- [ ] ~~Maybe skip some for scan images~~
|
||||
- [Set Date Taken When Missing](set-date-taken-when-missing.md)
|
||||
- [x] Rename production with padding names starting with one directory
|
||||
- [x] Need equivalent to NameWithoutExtensionIsIdFormat method
|
||||
- [x] Verify nothing broke (run from resize original now ... ?)
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
created: 2023-07-05T22:17:38.271Z
|
||||
updated: 2023-07-08T21:47:12.461Z
|
||||
updated: 2023-07-10T00:16:19.096Z
|
||||
status: 2-Todo
|
||||
type: kanbn
|
||||
started: 2023-07-08T21:47:12.461Z
|
||||
@ -8,6 +8,15 @@ started: 2023-07-08T21:47:12.461Z
|
||||
|
||||
# Set Date Taken When Missing
|
||||
|
||||
```c#
|
||||
records = (from l in unordered orderby l.DateTime, l.FileHolder.Name.Length, l.FileHolder.Name select l).ToArray();
|
||||
return new(result, (from l in results orderby l.FileHolder.CreationTime, l.FileHolder.FullName.Length descending select l).ToArray());
|
||||
```
|
||||
|
||||
## Sub-tasks
|
||||
|
||||
- [ ] [ ]
|
||||
- [x] Set just one directory with no original and re-run Instance to verify it doesn't break anything
|
||||
- [x] Set just one directory with all original and re-run Instance to verify it doesn't break anything
|
||||
- [?] Set just one directory with mixed original and re-run Instance to verify it doesn't break anything
|
||||
- [x] Set all and re-run Instance to verify it doesn't break anything
|
||||
- [ ] Review above lines
|
||||
|
@ -1,10 +1,10 @@
|
||||
---
|
||||
created: 2023-06-23T13:56:11.956Z
|
||||
updated: 2023-07-08T21:21:06.224Z
|
||||
updated: 2023-07-09T23:00:03.100Z
|
||||
assigned: ""
|
||||
progress: 0
|
||||
tags: []
|
||||
status: "3-In Progress"
|
||||
status: '3-In Progress'
|
||||
type: kanbn
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user