RhetTbull / osxphotos

Python app to work with pictures and associated metadata from Apple Photos on macOS. Also includes a package to provide programmatic access to the Photos library, pictures, and metadata.
MIT License
2.16k stars 100 forks source link

Add .shared attribute to AlbumInfo #217

Open RhetTbull opened 4 years ago

RhetTbull commented 4 years ago

PhotosDB.album_info doesn't return shared albums Also, need AlbumInfo.shared and maybe even a PhotoInfo.shared to indicate album/photos is shared

RhetTbull commented 4 years ago

Turns out that album_info_shared is actually implemented, just not documented or tested, see issue #219