From ca8f2b8d5c55b5a554fd1337b1070c97ec381916 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sun, 10 May 2020 22:05:21 -0500 Subject: [PATCH] Added link to original work by @simonw --- osxphotos/photosdb/photosdb_mixin_searchinfo.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/osxphotos/photosdb/photosdb_mixin_searchinfo.py b/osxphotos/photosdb/photosdb_mixin_searchinfo.py index d3d34550..03b6b4b6 100644 --- a/osxphotos/photosdb/photosdb_mixin_searchinfo.py +++ b/osxphotos/photosdb/photosdb_mixin_searchinfo.py @@ -1,4 +1,7 @@ -""" Mixin class for PhotosDB to add Photos 5 search info such as machine learning labels """ +""" Mixin class for PhotosDB to add Photos 5 search info such as machine learning labels + Kudos to Simon Willison who figured out how to extract this data from psi.sql + ref: https://github.com/dogsheep/photos-to-sqlite/issues/16 +""" import logging import pathlib