Updated README
This commit is contained in:
@@ -602,9 +602,13 @@ Returns True if type is movie/video, otherwise False
|
|||||||
#### `iscloudasset`
|
#### `iscloudasset`
|
||||||
Returns True if photo is a cloud asset, that is, it is in a library synched to iCloud. See also [incloud](#incloud)
|
Returns True if photo is a cloud asset, that is, it is in a library synched to iCloud. See also [incloud](#incloud)
|
||||||
|
|
||||||
|
**Note**: Currently only implemented for Photos 5 / MacOS Catalina. On earlier versions, returns None.
|
||||||
|
|
||||||
#### `incloud`
|
#### `incloud`
|
||||||
Returns True if photo is a [cloud asset](#iscloudasset) and is synched to iCloud otherwise False if photo is a cloud asset and not yet synched to iCloud. Returns None if photo is not a cloud asset.
|
Returns True if photo is a [cloud asset](#iscloudasset) and is synched to iCloud otherwise False if photo is a cloud asset and not yet synched to iCloud. Returns None if photo is not a cloud asset.
|
||||||
|
|
||||||
|
**Note**: Currently only implemented for Photos 5 / MacOS Catalina. On earlier versions, returns None.
|
||||||
|
|
||||||
#### `uti`
|
#### `uti`
|
||||||
Returns Uniform Type Identifier (UTI) for the image, for example: 'public.jpeg' or 'com.apple.quicktime-movie'
|
Returns Uniform Type Identifier (UTI) for the image, for example: 'public.jpeg' or 'com.apple.quicktime-movie'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user