Created Related projects (markdown)

Rhet Turnbull 2020-05-09 14:49:03 -05:00
parent 147255e88d
commit 578356d1b8

9
Related-projects.md Normal file

@ -0,0 +1,9 @@
The following projects are useful for understanding additional details about how Photos stores information about photos. Several of these are either no longer maintained or only work for older versions of Photos libraries but are none the less useful for reference.
## Related projects
* [patrikhson/photo-export](https://github.com/patrikhson/photo-export): Exports older versions of Photos databases. Provided the inspiration for osxphotos.
* [orangeturtle739/photos-export](https://github.com/orangeturtle739/photos-export): Set of scripts to export Photos libraries.
* [ndbroadbent/icloud_photos_downloader](https://github.com/ndbroadbent/icloud_photos_downloader): Download photos from iCloud. Currently unmaintained.
* [AaronVanGeffen/ExportPhotosLibrary](https://github.com/AaronVanGeffen/ExportPhotosLibrary): Another python script for exporting older versions of Photos libraries.
* [MossieurPropre/PhotosAlbumExporter](https://github.com/MossieurPropre/PhotosAlbumExporter): Javascript script to export photos while maintaining album structure.
* [ajslater/magritte](https://github.com/ajslater/magritte): Another python command line script for exporting photos from older versions of Photos libraries.