|
Phil,
I tried the following and I changed the field to caption-abstract
var="line1<br>line2"
var2=`echo $var | tr '<br>' '\n'`
exiftool -caption-abstract="$var2" image.jpg
It creates linebreaks, but there are 3 linebreaks between line1 and line2 insteade of 1
Maybe you should know, that I would like to have this linebreak, because I like to make multilingual descriptions.
Thank you!
|