Initial support for movies

This commit is contained in:
Rhet Turnbull
2019-12-28 13:36:36 -08:00
parent b4351d4d2f
commit dbe363e4d7
103 changed files with 498 additions and 27 deletions

View File

@@ -24,3 +24,7 @@ _EXIF_TOOL_URL = "https://exiftool.org/"
# Where are shared iCloud photos located?
_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