Skip to content

Compare Libraries

Compare
Choose a tag to compare
@RhetTbull RhetTbull released this 04 Mar 14:38
· 84 commits to main since this release
57a36ce

Compare Libraries

Adds new osxphotos compare command to compare two libraries.

Synopsis:

osxphotos compare [OPTIONS] LIBRARY1 LIBRARY2
osxphotos compare Test-13.5.1-compare-1.photoslibrary Test-13.5.1-compare-2.photoslibrary
library_a = Test-13.5.1-compare-1.photoslibrary
library_b = Test-13.5.1-compare-2.photoslibrary
in_a_not_b = 1 asset
in_b_not_a = 2 assets
in_a_and_b_same = 2 assets
in_a_and_b_different = 1 asset
osxphotos compare \
Test-13.5.1-compare-1.photoslibrary \
Test-13.5.1-compare-2.photoslibrary \
--csv --output compare.csv

Added

  • New osxphotos compare command to compare two libraries. #939

Fixed

Changed

  • osxphotos diff and osxphotos snap commands are now hidden as these are primarily for osxphotos developers or those hacking on the Photos library. To see hidden commands, use OSXPHOTOS_SHOW_HIDDEN=1 osxphotos help. #1427

Removed

Contributors