Added support for movies for Photos 5; fixed bugs in ismissing and path

This commit is contained in:
Rhet Turnbull
2019-12-29 01:04:20 -08:00
parent 131dff4ea5
commit 6f4d129f07
140 changed files with 722 additions and 176 deletions

View File

@@ -2,6 +2,7 @@
Constants used by osxphotos
"""
# which Photos library database versions have been tested
# Photos 2.0 (10.12.6) == 2622
# Photos 3.0 (10.13.6) == 3301
@@ -28,3 +29,4 @@ _PHOTOS_5_SHARED_PHOTO_PATH = "resources/cloudsharing/data"
# What type of file? Based on ZGENERICASSET.ZKIND in Photos 5 database
_PHOTO_TYPE = 0
_MOVIE_TYPE = 1