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
andosxphotos snap
commands are now hidden as these are primarily for osxphotos developers or those hacking on the Photos library. To see hidden commands, useOSXPHOTOS_SHOW_HIDDEN=1 osxphotos help
. #1427
Removed
Contributors
- @RhetTbull @RhetTbull for code.
- @rajscode @rajscode for fixing an incorrect comment in the code.