-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Working on import fixes * Working on --check * More work on import check * Got import check working * Initial refactor of --check-not * Working on import code * Tests passing for import * Fixed reporting for import * Fixes #1470, apply sidecar to _edited photos, adds --edited-suffix * Implements #1373, --favorite-rating * Updated docs * Implemented --auto-live, #1399 * Normalizes unicode for album names, #1475 * Added height, width to PhotoInfoFromFile * Updated test names * Adds --signature to import, #1374 * Fix test for linux * Implements PR #1486 * Allow import to accept files or directories as argument * Fixed error with files_or_dirs * Added export_directory table * ExportDB updates to allow reading last export path * Added --runs to exportdb, updated exportdb tests * Added photoinfo_from_dict * Added photoinfo_from_dict tests * Added --exportdb to import * Stage files that need modification, added tests * Refactoring for maintainability * Refactoring for maintainability * Refactoring for maintainability * Changed verbose level * Fix for files with same stemp when --auto-live is not used * Handled edited version w/o AAE * removed print statemetns * Updated check, check not * Added tests for importing edited versions * Refactored to move import_cli code first in file * Working on _edited photos * Import of edited files now working * Updated content_tree to fallback to mdls if needed * Fixed image_file_utils for non-Spotlight volumes * Fixed image_file_utils for non-Spotlight volumes * Removed unneeded imports * Tests passing for renamed edited photos * Initial tests for import CLI utils * Initial tests for import CLI utils * Fixed regex for finding original / edited images * Typo (my bad!) on GoPro Pics filename standards. (#1551) * Added test images for import tests * Fix for edited live photos * Fixed skip if not macOS * Added test for edited live photo * Added clarification for --resume, --skip-dups, #802 * Fix for certain edited live photos * Reset counter * Added --exportdir * Fixed help formatting --------- Co-authored-by: oPromessa <[email protected]>
- Loading branch information
Showing
76 changed files
with
5,966 additions
and
1,916 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,4 @@ docsrc/_build/ | |
venv/ | ||
.python-version | ||
cov.xml | ||
pyrightconfig.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
""" Simple usage of the package """ | ||
|
||
import os.path | ||
|
||
import osxphotos | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.