Rename files to padded number string

This commit is contained in:
2023-07-09 23:36:39 -07:00
parent d7ed5d89d9
commit 818a1b0b38
60 changed files with 1118 additions and 1455 deletions

View File

@ -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
---

View File

@ -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 ...

View File

@ -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

View File

@ -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

View File

@ -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 ... ?)

View File

@ -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

View File

@ -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
---