Updated README.md

This commit is contained in:
Rhet Turnbull 2020-04-28 07:10:48 -07:00
parent 072a8d795e
commit a80071111f

View File

@ -816,13 +816,7 @@ For example, in my library, Photos says I have 19,386 photos and 474 movies. Ho
>>> len(shared_movies)
151
>>>
```
#### `use_persons_as_keywords`
If True, person names (face/person in image) will be used as keywords when exporting metadata with [PhotoInfo](#PhotoInfo) [export()](#export).
#### `use_albums_as_keywords`
If True, album names will be used as keywords when exporting metadata with [PhotoInfo](#PhotoInfo) [export()](#export).
### PhotoInfo
PhotosDB.photos() returns a list of PhotoInfo objects. Each PhotoInfo object represents a single photo in the Photos library.