Skip to content

Commit

Permalink
Update tutorial.md
Browse files Browse the repository at this point in the history
tiny typo
  • Loading branch information
christiansievers authored Oct 28, 2024
1 parent 7ecd03e commit a3c5f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osxphotos/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ Another way to export metadata about your photos is through the use of sidecar f

Unlike `--exiftool`, you do not need to install exiftool to use the `--sidecar` feature. Many of the same configuration options that apply to `--exiftool` to modify metadata, for example, `--keyword-template` can also be used with `--sidecar`.

Sidecar files are named "photoname.ext.sidecar_ext". For example, if the photo is named `IMG_1234.JPG` and the sidecar format is XMP, the sidecar would be named `IMG_1234.JPG.XMP`. Some applications expect the sidecar in this case to be named `IMG_1234.XMP`. You can use the `-sidecar-drop-ext` option to force osxphotos to name the sidecar files in this manner:
Sidecar files are named "photoname.ext.sidecar_ext". For example, if the photo is named `IMG_1234.JPG` and the sidecar format is XMP, the sidecar would be named `IMG_1234.JPG.XMP`. Some applications expect the sidecar in this case to be named `IMG_1234.XMP`. You can use the `--sidecar-drop-ext` option to force osxphotos to name the sidecar files in this manner:

`osxphotos export /path/to/export --sidecar XMP -sidecar-drop-ext`
`osxphotos export /path/to/export --sidecar XMP --sidecar-drop-ext`

## Updating a previous export

Expand Down

0 comments on commit a3c5f9b

Please sign in to comment.