Skip to content

Commit 2c62bf1

Browse files
committed
Fixed docstring for import [skip ci]
1 parent c8a23db commit 2c62bf1

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

osxphotos/cli/import_cli.py

+10-6
Original file line numberDiff line numberDiff line change
@@ -985,22 +985,26 @@ def import_main(
985985
986986
Limitations:
987987
988-
- Photos are imported one at a time thus the "Imports" album in Photos will show
989-
a new import group for each photo imported. Exception: Live photos (photo+video pair),
990-
burst photos, edited photos, and RAW+JPEG pairs will be imported together so that
991-
Photos processes them correctly.
988+
- Photos are imported one at a time
989+
990+
Thus the "Imports" album in Photos will show a new import group for each photo imported.
991+
992+
Exception: Live photos (photo+video pair), burst photos, edited photos, and RAW+JPEG pairs
993+
will be imported together so that Photos processes them correctly.
992994
993995
Edited Photos:
994996
995997
The import command will attempt to preserve adjustments to photos so that the imported asset
996998
preserves the non-destructive edits. For this to work, there must be an associated .AAE file
997-
for the photo. For example, these can be written using 'osxphotos export --export-aae'. If the
998-
original file is named IMG_1234.jpg, the .AAE file should be named IMG_1234.aae or IMG_1234.AAE.
999+
for the photo. The .AAE file stores non-destructive edits to the photo and can be exported with
1000+
'osxphotos export ... --export-aae'. If the original file is named IMG_1234.jpg, the .AAE file
1001+
should be named IMG_1234.aae or IMG_1234.AAE.
9991002
10001003
The edited version of the file must also be named following one of these two conventions:
10011004
10021005
\b
10031006
Original: IMG_1234.jpg, edited: IMG_E1234.jpg
1007+
10041008
Original: IMG_1234.jpg, original: IMG_1234_edited.jpg
10051009
10061010
In the first form, the original is named with 3 letters, followed by underscore, followed by

0 commit comments

Comments
 (0)