https://github.com/janw/iphoto-exporter
Simple exporter for master images from iPhoto Libraries
https://github.com/janw/iphoto-exporter
exporter iphoto macos pypi python
Last synced: about 1 year ago
JSON representation
Simple exporter for master images from iPhoto Libraries
- Host: GitHub
- URL: https://github.com/janw/iphoto-exporter
- Owner: janw
- License: mit
- Created: 2018-04-10T14:39:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T16:45:26.000Z (about 8 years ago)
- Last Synced: 2025-03-26T06:18:38.611Z (over 1 year ago)
- Topics: exporter, iphoto, macos, pypi, python
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iPhoto Exporter
[](https://saythanks.io/to/janwh)
Export master images from an iPhoto Library.
I recently stumbled upon an old iPhoto library which contained a damaged database file. Fortunately each iPhoto library also contains an XML version of the library that can be parsed (at least in my case).
This Python module allows you to export the master images (i.e. unmodified originals) from an iPhoto Library by simply providing the path to an iPhoto Library file, and an output directory to which to copy the images.
Simply install the script with
```bash
pip install iphoto-exporter
```
and run the following to see the input/output arguments.
```bash
iphoto_exporter --help
```
## Todo
Additional features are imaginable, for example
* Only export certain albums by title/name
* Improve the progress bar
* Prevent duplicate images contained in multiple albums
* ...