2024-06-03
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-08-05T17:50:34.233Z"
|
||||
completed: "2023-08-05T23:12:26.511Z"
|
||||
type: "note"
|
||||
---
|
||||
|
||||
# Add Facebook and LinkedIn *.txt to *.ged
|
10
View-by-Distance/tasks/backup-to-amazon-with-new-ids.md
Normal file
10
View-by-Distance/tasks/backup-to-amazon-with-new-ids.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-12-26T00:16:50.454Z"
|
||||
type: "note"
|
||||
created: "2024-01-06T01:22:37.176Z"
|
||||
updated: "2024-01-06T01:22:37.176Z"
|
||||
---
|
||||
|
||||
# Backup to Amazon with new Ids
|
40
View-by-Distance/tasks/can-re-map.md
Normal file
40
View-by-Distance/tasks/can-re-map.md
Normal file
@ -0,0 +1,40 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-09-06T01:48:53.593Z"
|
||||
completed: "2023-09-09T15:16:04.076Z"
|
||||
type: "note"
|
||||
---
|
||||
|
||||
# CanReMap
|
||||
|
||||
```csharp
|
||||
DlibDotNet.GetMappingAndUpdateMappingFromPerson;
|
||||
private (Mapping, int) GetMappingAndUpdateMappingFromPerson(MapLogic mapLogic, Item item, bool? isFocusRelativePath, MappingFromItem mappingFromItem)
|
||||
// ... Done
|
||||
E_Distance.PreFilterSetFaceDistances;
|
||||
public static void PreFilterSetFaceDistances(int maxDegreeOfParallelism, long ticks, ReadOnlyCollection<Face> distinctFilteredFaces)
|
||||
// ... Done
|
||||
E_Distance.FilteredPostLoadFaceDistanceContainers;
|
||||
public static FaceDistanceContainer[] FilteredPostLoadFaceDistanceContainers(Map.Models.MapLogic mapLogic, ReadOnlyCollection<FaceDistanceContainer> faceDistanceContainers, long? skipOlderThan, DistanceLimits distanceLimits)
|
||||
// ... Done
|
||||
E_Distance.SetFaceMappingSortingCollectionThenGetSortedSortingContainers
|
||||
=> MapLogic.GetSortingCollection;
|
||||
public List<Sorting> GetSortingCollection(int i, Face face, FaceDistance faceDistanceEncoding, List<FaceDistance> faceDistanceLengths)
|
||||
// ...
|
||||
MapLogic.GetFilterSortingContainers;
|
||||
public ReadOnlyCollection<SortingContainer> GetFilterSortingContainers(string dFacesContentDirectory, string d2FacePartsContentDirectory, string d2FacePartsContentCollectionDirectory, ReadOnlyDictionary<int, ReadOnlyDictionary<int, Mapping>> idToWholePercentagesToMapping, Shared.Models.Methods.IDistanceLimits distanceLimits, ReadOnlyCollection<SortingContainer> sortingContainers)
|
||||
// ...
|
||||
E_Distance.SaveFaceDistances;
|
||||
public static void SaveFaceDistances(Property.Models.Configuration configuration, ReadOnlyCollection<SortingContainer> sortingContainers)
|
||||
// ...
|
||||
MapLogic.UpdateFromSortingContainers;
|
||||
public int UpdateFromSortingContainers(string dFacesContentDirectory, string d2FacePartsContentDirectory, string d2FacePartsContentCollectionDirectory, ReadOnlyDictionary<int, ReadOnlyDictionary<int, Mapping>> idToWholePercentagesToMapping, ReadOnlyCollection<SortingContainer> sortingContainers)
|
||||
// ...
|
||||
MapLogic.GetSaveContainers;
|
||||
public List<SaveContainer> GetSaveContainers(string dFacesContentDirectory, string d2FacePartsContentDirectory, string d2FacePartsContentCollectionDirectory, ReadOnlyDictionary<int, ReadOnlyDictionary<int, Mapping>> idToWholePercentagesToMapping, Shared.Models.Methods.IDistanceLimits distanceLimits, int? useFiltersCounter, ReadOnlyCollection<SortingContainer> sortingContainers)
|
||||
// ...
|
||||
MapLogic.SaveContainers;
|
||||
public void SaveContainers(int? updated, List<SaveContainer> saveContainers)
|
||||
// ...
|
||||
```
|
12
View-by-Distance/tasks/change-date-for-unknown-images.md
Normal file
12
View-by-Distance/tasks/change-date-for-unknown-images.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-11-13T01:21:56.840Z"
|
||||
type: "note"
|
||||
created: "2024-01-06T01:22:37.175Z"
|
||||
updated: "2024-01-06T01:22:37.175Z"
|
||||
---
|
||||
|
||||
# Change date for unknown images
|
||||
|
||||
C:\1-Images-A\Images-4083e56a\2002.4 Winter Unknown
|
12
View-by-Distance/tasks/cluster-questioning.md
Normal file
12
View-by-Distance/tasks/cluster-questioning.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
type: "kanbn"
|
||||
started: "2023-09-09T06:30:28.358Z"
|
||||
---
|
||||
|
||||
# Cluster Questioning
|
||||
|
||||
Ask Logan for more details
|
||||
|
||||
- [ ] [k-means-clustering-introduction](https://www.geeksforgeeks.org/k-means-clustering-introduction/)
|
24
View-by-Distance/tasks/convert-to-intelligent-id.md
Normal file
24
View-by-Distance/tasks/convert-to-intelligent-id.md
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-12-22T19:22:47.859Z"
|
||||
completed: "2023-12-26T00:16:33.389Z"
|
||||
type: "note"
|
||||
created: "2024-01-06T01:22:37.172Z"
|
||||
updated: "2024-01-06T01:22:37.172Z"
|
||||
---
|
||||
|
||||
# Convert to IntelligentId
|
||||
|
||||
- [x] Shared.Models.Stateless.Methods.IPath.GetKeyValuePairs
|
||||
- [x] IReadOnlyDictionary<string, string[]> _FileGroups;
|
||||
- [x] IProperty.NameWithoutExtensionIsIdFormat
|
||||
- [x] IDirectory.NameWithoutExtensionIsPaddedIdFormat
|
||||
- [x] IPath.GetDirectoryNameAndIndex
|
||||
- [x] IMapping.GetDeterministicHashCodeKey
|
||||
|
||||
```bash
|
||||
1001593 452618610 54 1
|
||||
-1681625454
|
||||
"D:\Tmp\Phares\Pictures-Results\C)Resize\4083e56a\Original\()\1\01"
|
||||
```
|
@ -0,0 +1,16 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
status: "2-Todo"
|
||||
type: "kanbn"
|
||||
---
|
||||
|
||||
# Determine if Location Container Collection Is Needed in Get Faces
|
||||
|
||||
```c#
|
||||
locations = Shared.Models.Stateless.Methods.ILocation.GetLocations(collection, results, mappingFromPhotoPrismCollection, _RectangleIntersectMinimum);
|
||||
```
|
||||
|
||||
## Sub-tasks
|
||||
|
||||
- [ ] See code above
|
10
View-by-Distance/tasks/download-kristy-s-photos.md
Normal file
10
View-by-Distance/tasks/download-kristy-s-photos.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-12-29T08:07:43.347Z"
|
||||
type: "note"
|
||||
created: "2024-01-06T01:22:37.172Z"
|
||||
updated: "2024-01-06T01:22:37.172Z"
|
||||
---
|
||||
|
||||
# Download Kristy's Photos
|
22
View-by-Distance/tasks/eof-error.md
Normal file
22
View-by-Distance/tasks/eof-error.md
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
status: "4-Done"
|
||||
type: "kanbn"
|
||||
---
|
||||
|
||||
# Eof Error
|
||||
|
||||
```bash
|
||||
C:/Docker/photoprism/originals/()/_ _ _/84/-50458384.jpg
|
||||
C:/Docker/photoprism/originals/()/_ _ _/82/2018924182.jpg
|
||||
C:/Docker/photoprism/originals/()/_ _ _/74/2104544874.jpg
|
||||
C:/Docker/photoprism/originals/()/_ _ _/52/-2050448352.jpg
|
||||
C:/Docker/photoprism/originals/()/_ _ _/48/-57428548.jpg
|
||||
C:/Docker/photoprism/originals/()/_ _ _/43/-1820919743.jpg
|
||||
C:/Docker/photoprism/originals/()/_ _ _/30/661798030.jpg
|
||||
C:/Docker/photoprism/originals/()/_ _ _/27/-1959020527.jpg
|
||||
C:/Docker/photoprism/originals/()/_ _ _/12/1806593512.jpg
|
||||
C:/Docker/photoprism/originals/()/_ _ _/02/1985552702.jpg
|
||||
C:/Docker/photoprism/originals/()/_ _ _/00/1794633000.jpg
|
||||
```
|
9
View-by-Distance/tasks/filter-same-id.md
Normal file
9
View-by-Distance/tasks/filter-same-id.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-09-09T15:00:50.872Z"
|
||||
completed: "2023-09-09T15:37:00.549Z"
|
||||
type: "note"
|
||||
---
|
||||
|
||||
# Filter same id
|
16
View-by-Distance/tasks/find-incorrectly-mapped-faces.md
Normal file
16
View-by-Distance/tasks/find-incorrectly-mapped-faces.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
tags: []
|
||||
status: '3-In Progress'
|
||||
type: kanbn
|
||||
---
|
||||
|
||||
# Find Incorrectly Mapped Faces
|
||||
|
||||
- Added \_RangeDistanceToleranceAverage to rename ~200 files to \*.ukn
|
||||
|
||||
## Sub-tasks
|
||||
|
||||
- [ ] Kristy has some Mike Phares Jr
|
||||
- [ ] Ethan B has some Phares slides
|
9
View-by-Distance/tasks/fix-random-logic.md
Normal file
9
View-by-Distance/tasks/fix-random-logic.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-08-12T04:53:43.442Z"
|
||||
completed: "2023-08-12T15:26:41.598Z"
|
||||
type: "note"
|
||||
---
|
||||
|
||||
# Fix random logic
|
@ -0,0 +1,19 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-07-30T04:46:47.436Z"
|
||||
completed: "2023-08-05T08:28:14.885Z"
|
||||
type: "note"
|
||||
---
|
||||
|
||||
# Genealogical Data Communication as Golden
|
||||
|
||||
[?] From directories create one *.pged file to compare
|
||||
[x] From *.rmtree file export *.ged file
|
||||
[x] Read *.ged and write five files
|
||||
[?] Create directories to compare with current
|
||||
[x] Make File-Folder-Helper work without a directory
|
||||
|
||||
## Console for Markdown to Genealogical Data Communication
|
||||
|
||||
- This will allow for more information about a person
|
@ -0,0 +1,11 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-12-22T19:38:18.729Z"
|
||||
completed: "2023-12-22T21:11:13.043Z"
|
||||
type: "note"
|
||||
created: "2024-01-06T01:22:37.171Z"
|
||||
updated: "2024-01-06T01:22:37.171Z"
|
||||
---
|
||||
|
||||
# Go through Images-4083e56a-b-Splat8 !8 and move to !9 then remove !8 from directory name
|
8
View-by-Distance/tasks/google-api-for-family.md
Normal file
8
View-by-Distance/tasks/google-api-for-family.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-08-19T18:52:14.422Z"
|
||||
type: "note"
|
||||
---
|
||||
|
||||
# Google API for family
|
13
View-by-Distance/tasks/google-timeline-for-geo.md
Normal file
13
View-by-Distance/tasks/google-timeline-for-geo.md
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
status: "1-Backlog"
|
||||
type: "kanbn"
|
||||
---
|
||||
|
||||
# Google Timeline for Geo
|
||||
|
||||
## Sub-tasks
|
||||
|
||||
- [ ] Download google-timeline then update images within time frame
|
||||
- [ ] Determine if NIKON CORPORATION NIKON D3400 changes timezones
|
@ -0,0 +1,12 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
type: "kanbn"
|
||||
---
|
||||
|
||||
# Image size distribution per exif model / directory when no model
|
||||
|
||||
## Sub-Tasks
|
||||
|
||||
- [ ] Use the distribution to remove duplicate (Compression Only Difference) images
|
||||
- [ ] See images -711794998 && -787220963
|
14
View-by-Distance/tasks/import-face-region-metadata.md
Normal file
14
View-by-Distance/tasks/import-face-region-metadata.md
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
status: "1-Backlog"
|
||||
type: "kanbn"
|
||||
---
|
||||
|
||||
# Import Face Region Metadata
|
||||
|
||||
- [ ] review https://github.com/kvalev/photoprism/pull/59/files#
|
||||
|
||||
## Sub-tasks
|
||||
|
||||
- [ ] asdf
|
53
View-by-Distance/tasks/import-know-faces-into-db.md
Normal file
53
View-by-Distance/tasks/import-know-faces-into-db.md
Normal file
@ -0,0 +1,53 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
status: "2-Todo"
|
||||
type: "kanbn"
|
||||
---
|
||||
|
||||
# Import Know Faces Into Db
|
||||
|
||||
```bash
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
docker compose exec photoprism photoprism backup -i -f
|
||||
|
||||
|
||||
|
||||
docker compose exec photoprism photoprism restore -i -f
|
||||
```
|
||||
|
||||
- After changes to code:
|
||||
- 50 ~230 and still has wrong
|
||||
- 66 198 and still has wrong
|
||||
- 75 145 and still has wrong
|
||||
- 85 81 and still has wrong (Bodhi and Hudson)
|
||||
- 90 50 and still has wrong (Chelsea and Hudson)
|
||||
|
||||
## Sub-tasks
|
||||
|
||||
- [x] Backup DB
|
||||
- [x] Add PhpMyAdmin to docker
|
||||
- [x] Restore DB
|
||||
- [x] Update code 5ec29e81a095cca0bbc76161bc8ef2a60b911274 and 8282821c82025c662c1d3f45ce68fc183f231789
|
||||
- [x] Run code then execute 638226889564490047-marker_name_update.sql
|
||||
- [x] Re-index (NOT complete)
|
||||
- [x] Execute 638226889564490047-subject_alias_update.sql
|
||||
- [x] Backup DB
|
14
View-by-Distance/tasks/indecent.md
Normal file
14
View-by-Distance/tasks/indecent.md
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-12-22T00:00:00.000Z"
|
||||
completed: "2023-12-26T00:31:53.811Z"
|
||||
type: "note"
|
||||
created: "2024-01-06T01:22:37.170Z"
|
||||
updated: "2024-01-06T01:22:37.170Z"
|
||||
---
|
||||
|
||||
# Indecent
|
||||
|
||||
D:\1-Images-A\Images-4083e56a--\Images-4083e56a-a-Splat9\Tracy Pictures 2012.1 Spring !9\1022136306494710451.jpg
|
||||
D:\1-Images-A\Images-4083e56a--\Images-4083e56a-a-Splat9\Tracy Pictures 2012.3 Fall !9\1023603589877910441.jpg
|
14
View-by-Distance/tasks/limit-amazon-sync.md
Normal file
14
View-by-Distance/tasks/limit-amazon-sync.md
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-10-14T00:00:00.000Z"
|
||||
type: "note"
|
||||
created: "2024-01-06T01:22:37.170Z"
|
||||
updated: "2024-01-06T01:22:37.170Z"
|
||||
---
|
||||
|
||||
# Limit Amazon Sync
|
||||
|
||||
Don't sync using ValidKeyWordsToIgnoreInRandom
|
||||
|
||||
https://github.com/trevorhobenshield/amazon_photos#installation
|
11
View-by-Distance/tasks/linked-to-9.md
Normal file
11
View-by-Distance/tasks/linked-to-9.md
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-09-09T15:36:54.752Z"
|
||||
completed: "2023-09-09T21:51:25.432Z"
|
||||
type: "note"
|
||||
---
|
||||
|
||||
# Linked to 9
|
||||
|
||||
Convert.ToChar(48 + keyValuePair.Value)
|
@ -0,0 +1,9 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-07-31T00:00:00.000Z"
|
||||
completed: "2023-08-07T00:57:17.796Z"
|
||||
type: "note"
|
||||
---
|
||||
|
||||
# Look for family from jlink in X] mapped
|
28
View-by-Distance/tasks/merge-kristy-files.md
Normal file
28
View-by-Distance/tasks/merge-kristy-files.md
Normal file
@ -0,0 +1,28 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0.5
|
||||
started: "2023-07-06T00:00:00.000Z"
|
||||
completed: "2023-08-03T00:00:00.000Z"
|
||||
type: "note"
|
||||
created: "2024-01-06T01:22:37.151Z"
|
||||
updated: "2024-01-06T01:22:37.151Z"
|
||||
---
|
||||
|
||||
# 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 ...
|
||||
- [ ] Cleanup D:/7-Question/- Scans.*
|
@ -0,0 +1,9 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-08-07T00:00:00.000Z"
|
||||
completed: "2023-08-08T05:01:29.188Z"
|
||||
type: "note"
|
||||
---
|
||||
|
||||
# Move CopyManualFiles to GetDisplayDirectoryAllFiles
|
@ -0,0 +1,15 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
type: "note"
|
||||
created: "2024-01-06T01:22:37.133Z"
|
||||
updated: "2024-01-06T01:22:37.133Z"
|
||||
---
|
||||
|
||||
# Move files to Year Season Camera Make
|
||||
|
||||
Year
|
||||
Season
|
||||
Camera Make
|
||||
Before 2015 ##
|
||||
Each year after ##
|
@ -0,0 +1,9 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-08-05T08:33:59.693Z"
|
||||
completed: "2023-08-05T17:38:11.824Z"
|
||||
type: "note"
|
||||
---
|
||||
|
||||
# Move over 2023 California Pictures
|
@ -0,0 +1,10 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-09-08T00:00:00.000Z"
|
||||
type: "note"
|
||||
created: "2024-01-06T01:22:37.111Z"
|
||||
updated: "2024-01-06T01:22:37.111Z"
|
||||
---
|
||||
|
||||
# Name some from 638324064000000000 verify Manual still works
|
16
View-by-Distance/tasks/nef-support.md
Normal file
16
View-by-Distance/tasks/nef-support.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
tags: []
|
||||
status: '3-In Progress'
|
||||
type: "kanbn"
|
||||
---
|
||||
|
||||
# Nef Support
|
||||
|
||||
## Sub-tasks
|
||||
|
||||
- [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
|
7
View-by-Distance/tasks/neo4j-db-import.md
Normal file
7
View-by-Distance/tasks/neo4j-db-import.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
type: "note"
|
||||
---
|
||||
|
||||
# Neo4j DB import
|
@ -0,0 +1,11 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
type: "kanbn"
|
||||
---
|
||||
|
||||
# Photoview in Docker for a Viewer Only
|
||||
|
||||
## Sub-Tasks
|
||||
|
||||
- [ ] Evaluate for work images
|
9
View-by-Distance/tasks/reload-slideshow.md
Normal file
9
View-by-Distance/tasks/reload-slideshow.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-08-08T05:37:10.651Z"
|
||||
completed: "2023-08-14T02:08:22.605Z"
|
||||
type: "note"
|
||||
---
|
||||
|
||||
# Reload slideshow
|
@ -0,0 +1,9 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
type: "note"
|
||||
created: "2024-01-06T01:22:37.092Z"
|
||||
updated: "2024-01-06T01:22:37.092Z"
|
||||
---
|
||||
|
||||
# Remove facebook photos from slides
|
@ -0,0 +1,21 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-07-08T21:45:42.263Z"
|
||||
type: "kanbn"
|
||||
completed: "2023-08-07T01:25:10.168Z"
|
||||
---
|
||||
|
||||
# Rename Files to Padded Number String
|
||||
|
||||
- [?] ~~Go Back to Index for Sort~~
|
||||
- [?] ~~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)
|
||||
|
||||
## Sub-tasks
|
||||
|
||||
- [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 ... ?)
|
@ -0,0 +1,9 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 1
|
||||
started: "2023-08-05T00:00:00.000Z"
|
||||
completed: "2023-09-08T00:00:00.000Z"
|
||||
type: "note"
|
||||
---
|
||||
|
||||
# ReviewLocationContainerDistanceTolerance needs to be unique
|
@ -0,0 +1,11 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-08-04T00:00:00.000Z"
|
||||
completed: "2023-08-06T05:44:59.047Z"
|
||||
type: "note"
|
||||
---
|
||||
|
||||
# Review what system does when duplicate matched with X] and non X]
|
||||
|
||||
AlternateDirectoryDateTime helps but not full proof
|
10
View-by-Distance/tasks/run-limiting-on-days.md
Normal file
10
View-by-Distance/tasks/run-limiting-on-days.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-09-09T15:01:12.800Z"
|
||||
type: "note"
|
||||
created: "2024-01-06T01:22:37.055Z"
|
||||
updated: "2024-01-06T01:22:37.055Z"
|
||||
---
|
||||
|
||||
# Run limiting on days
|
20
View-by-Distance/tasks/set-date-taken-when-missing.md
Normal file
20
View-by-Distance/tasks/set-date-taken-when-missing.md
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
status: "2-Todo"
|
||||
type: "kanbn"
|
||||
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
|
@ -0,0 +1,8 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
completed: "2023-08-07T01:16:25.609Z"
|
||||
type: "note"
|
||||
---
|
||||
|
||||
# Set Focus Person Based On Number of Matched
|
@ -0,0 +1,14 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
status: "4-Done"
|
||||
type: "kanbn"
|
||||
completed: "2023-08-07T01:25:07.492Z"
|
||||
---
|
||||
|
||||
# Setup Photo Prism Again in Wsl Docker
|
||||
|
||||
## Sub-tasks
|
||||
|
||||
- [x] Install Docker
|
||||
- [x] Install WSL
|
17
View-by-Distance/tasks/setup-syncthing-server.md
Normal file
17
View-by-Distance/tasks/setup-syncthing-server.md
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
status: "1-Backlog"
|
||||
type: "kanbn"
|
||||
---
|
||||
|
||||
# Setup Syncthing Server
|
||||
|
||||
- Share one folder at a time
|
||||
- Use push only feature
|
||||
|
||||
## Sub-tasks
|
||||
|
||||
- [ ] Use Windows box to create Syncthing server
|
||||
- [ ] Find 256 GB SSD to put pictures on
|
||||
- [ ] asdf
|
9
View-by-Distance/tasks/sftp-sync.md
Normal file
9
View-by-Distance/tasks/sftp-sync.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-10-14T22:29:10.181Z"
|
||||
completed: "2023-10-14T22:29:16.518Z"
|
||||
type: "note"
|
||||
---
|
||||
|
||||
# SFTP Sync
|
12
View-by-Distance/tasks/shrink-percent.md
Normal file
12
View-by-Distance/tasks/shrink-percent.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
status: "4-Done"
|
||||
type: "kanbn"
|
||||
---
|
||||
|
||||
# Shrink Percent
|
||||
|
||||
## Sub-tasks
|
||||
|
||||
- [x] shrink percent of the intersect rectangle 0.99
|
@ -0,0 +1,10 @@
|
||||
---
|
||||
status: "2-Todo"
|
||||
type: "kanbn"
|
||||
---
|
||||
|
||||
# Skip Metadata Load After First Each Day
|
||||
|
||||
## Sub-tasks
|
||||
|
||||
- [ ] When E\_... is newer then today don't search json files for metadata and resize
|
10
View-by-Distance/tasks/small-same-of-tags.md
Normal file
10
View-by-Distance/tasks/small-same-of-tags.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-12-29T08:07:06.925Z"
|
||||
type: "note"
|
||||
created: "2024-01-06T01:22:37.031Z"
|
||||
updated: "2024-01-06T01:22:37.031Z"
|
||||
---
|
||||
|
||||
# Small same of tags
|
10
View-by-Distance/tasks/small-sample-of-people.md
Normal file
10
View-by-Distance/tasks/small-sample-of-people.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-12-29T08:07:24.024Z"
|
||||
type: "note"
|
||||
created: "2024-01-06T01:22:37.011Z"
|
||||
updated: "2024-01-06T01:22:37.011Z"
|
||||
---
|
||||
|
||||
# Small sample of people
|
10
View-by-Distance/tasks/timeline-intergration.md
Normal file
10
View-by-Distance/tasks/timeline-intergration.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-12-29T08:08:02.138Z"
|
||||
type: "note"
|
||||
created: "2024-01-06T01:22:36.990Z"
|
||||
updated: "2024-01-06T01:22:36.990Z"
|
||||
---
|
||||
|
||||
# Timeline intergration
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
type: "note"
|
||||
---
|
||||
|
||||
# Triangle over person in full image for some
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
type: "note"
|
||||
---
|
||||
|
||||
# Update drag and drop to work with new resize location
|
13
View-by-Distance/tasks/use-eyes-to-find-orientation.md
Normal file
13
View-by-Distance/tasks/use-eyes-to-find-orientation.md
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
tags: []
|
||||
status: '3-In Progress'
|
||||
type: "kanbn"
|
||||
---
|
||||
|
||||
# Use Eyes to Find Orientation
|
||||
|
||||
## Sub-tasks
|
||||
|
||||
- [ ] 1006207980
|
13
View-by-Distance/tasks/use-photo-prism-to-map.md
Normal file
13
View-by-Distance/tasks/use-photo-prism-to-map.md
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
status: "1-Backlog"
|
||||
type: "kanbn"
|
||||
---
|
||||
|
||||
# Use Photo Prism to Map
|
||||
|
||||
## Sub-tasks
|
||||
|
||||
- [ ] Do I need to join makers with subjects
|
||||
- [ ] Build logic to use photo prism to suggest missing mapping
|
10
View-by-Distance/tasks/verify-camera-model-still-works.md
Normal file
10
View-by-Distance/tasks/verify-camera-model-still-works.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-09-09T15:01:28.239Z"
|
||||
type: "note"
|
||||
created: "2024-01-06T01:22:36.937Z"
|
||||
updated: "2024-01-06T01:22:36.937Z"
|
||||
---
|
||||
|
||||
# Verify camera model still works
|
@ -0,0 +1,10 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-09-10T02:21:51.169Z"
|
||||
type: "note"
|
||||
created: "2024-01-06T01:22:36.906Z"
|
||||
updated: "2024-01-06T01:22:36.906Z"
|
||||
---
|
||||
|
||||
# Verify ignore get set to dup if they are set
|
@ -0,0 +1,9 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-08-06T01:04:57.884Z"
|
||||
completed: "2023-08-06T06:55:09.617Z"
|
||||
type: "note"
|
||||
---
|
||||
|
||||
# Verify personKeyCollection fixed X] issue
|
Reference in New Issue
Block a user