From 6ebacb7f38a1c32ce5ab6788611c0dd932a7ae4d Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Mon, 25 Nov 2019 20:57:48 -0800 Subject: [PATCH] README update --- README.md | 2 ++ osxphotos/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b5d9b82..6459bd01 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ OSXPhotos provides the ability to interact with and query Apple's Photos app library database on Mac OS X. Using this module you can query the Photos database for information about the photos stored in a Photos library--for example, file name, file path, and metadata such as keywords/tags, persons/faces, albums, etc. +NOTE: OSXPhotos currently only supports image files -- e.g. it does not handle movies. + ## Supported operating systems Only works on Mac OS X. Tested on Mac OS 10.12.6 / Photos 2.0, 10.13.6 / Photos 3.0 and Mac OS 10.14.5, 10.14.6 / Photos 4.0. Requires python >= 3.6 diff --git a/osxphotos/__init__.py b/osxphotos/__init__.py index 09f54b93..b2374fd8 100644 --- a/osxphotos/__init__.py +++ b/osxphotos/__init__.py @@ -20,7 +20,7 @@ from Foundation import * from . import _applescript - +# TODO: find edited photos: see https://github.com/orangeturtle739/photos-export/blob/master/extract_photos.py # TODO: Add test for imageTimeZoneOffsetSeconds = None # TODO: Fix command line so multiple --keyword, etc. are AND (instead of OR as they are in .photos()) # Or fix the help text to match behavior