<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;"><div>Hi,<br></div><div><br></div><div>   I have a lot of photo files exported from photos App, each with it's corresponding XMP sidecar file.<br></div><div>   I'd like to insert all infoemation from XMP file into the image, seems digikam only writes if the I modify some information.<br></div><div><br></div><div>   So I'm writing a script to write all and get rid of XMP files. <br></div><div>   Search a little and found the following commandline: <br></div><div><br></div><div><code style="margin: 0px; padding: 1px 5px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, sans-serif; font-size: 13px; vertical-align: baseline; box-sizing: inherit; background-color: rgb(239, 240, 241); white-space: pre-wrap;">      exiftool -tagsfromfile SRC.xmp -all:all DST.jpg </code><br></div><div><br></div><div>   But the author says the if I use <br></div><div><span style="color: rgb(36, 39, 41); font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, sans-serif; font-size: 13px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(239, 240, 241); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">       exiftool -tagsfromfile SRC.xmp -xmp DST.jpg</span><br></div><div><br></div><div>   The XMP is restores as a BLOCK. <br></div><div><br></div><div>    I'd like to know the difference between both, and wich one is better to be used.<br></div><div><br></div><div>Thanks.</div><div><br></div><div><br></div></div><br></body></html>