Releases: RhetTbull/osxphotos
Fix for macOS 15 Sequoia
Hot fix for unknown UTI
v0.68.5 Fix for unknown UTI #1643 (#1646)
Fixes of macOS 14.6 and 15.0
v0.68.4 Release files for 0.68.4 (#1638)
Updates for new Photos schema
v0.68.3 Release files for 0.68.3 (#1631)
Fix for import on macOS 15
v0.68.2 Release files for v0.68.2 (#1582)
Initial Support for macOS Sequoia
Initial Support for Sequoia
Some features not yet tested. This adds ability to read a Photos library created by Photos version 10, macOS Sequoia / 15.0.
v0.68.1 -2024-06-11
Added
- Alpha support for macOS Sequoia dev preview.
Changed
Removed
Fixed
Contributors
- @tural-ali @tural-ali for providing access to macOS Sequoia library for testing.
Importapalooza
v0.68.0 (2024-06-08)
The Importapalooza release. This release adds a number of new features to osxphotos import
to support recreating a library from an osxphotos export and improve the import experience. It also includes some minor bug fixes and improvements in other parts of the code.
To export in a form that maximizes the ability to recreate the library, I suggest at a minimum using the following options:
osxphotos export /path/to/export --sidecar xmp --export-aae`
To import and preserve as much metadata as possible, use the following options:
osxphotos import /path/to/export --exportdb /path/to/export --exportdir /path/to/export --sidecar
This will preserve metadata such as titles, captions, keywords, favorites, and albums.
Technically, the use of --sidecar
is not necessary if using --exportdb
which reads metadata from the osxphotos export database but I'm a belt-and-suspenders kind of person and like to have the metadata in the sidecar files as well. The sidecar files provide compatibility with other software and can be used to recover metadata if the export database is lost or corrupted (with the exception of albums which are not currently exported to sidecars).
Added
- Added correct handling of live, edited, raw+jpeg, and burst files when importing (#1464, #1267)
- Added --exportdb, --exportdir to read metadata for imported photos from an export created by
osxphotos export
. - Added --auto-live to automatically convert photo+video pairs to Live Photos upon import (#1399).
- Added --favorite-rating to set favorite status for imported photos (#1373).
- Added --signature to specify custom signature for comparing duplicates when importing (#1374).
- Added --edited-suffix to specify custom suffix for associating edited files when importing.
Fixed
- Apply --sidecar to edited files when importing (#1470)
- Normalize unicode characters in album names when importing (#1475)
- Handle missing PLModelVersion info in Photos library (#1557)
Changed
- Add list and set methods to PhotosAlbum (#1524)
osxphotos import
now accepts files or directories as arguments
Removed
Contributors
- Added @torarnv@torarnv as new contributor for code.
- Added @odedia @odedia as a new contributor for ideas and research.
- @oPromessa @oPromessa for documentation and testing.
Bug Fixes for PlaceInfo
Bug Fix for Corrupted Place Info data
Fixed bug for corrupt place info data.
Added
Fixed
- Fixed bug for corrupt place info data.
- Fixed doc string for
PhotoInfo.screenshot
. - Fixed verbose output for export of AAE files.
Changed
Removed
Contributors
- @RhetTbull @RhetTbull for code.
- @axelkar @axelkar for code and first contribution.
Bug Fix for Referenced Live Photos
Bug Fix for Referenced Live Photos
Fixed bug for missing path for referenced Live Photos.
Added
Fixed
- Fixed bug for missing path for referenced Live Photos. (#1459)
Changed
Removed
Contributors
- @RhetTbull @RhetTbull for code.
- @oPromessa@oPromessa for reporting the bug with Live Photo path.
Combine Operator
Combine Operator
Adds new combine operator &
to template language, ignores corrupt psi.sqlite in Photos library.
Added
- New combine operator
&
to template language, (#1453)
Fixed
- Ignore corrupt psi.sqlite in Photos library, (#1452)
Changed
Removed
Contributors
- @RhetTbull @RhetTbull for code.