From 51dc5fda3fd706245de694b73f01cb501ed0a1d0 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 16 Oct 2018 11:07:30 +0000 Subject: [PATCH] Added a comment --- ...t_6_a34d404dbecd6730c1cc28af9c0eac26._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/forum/Photos__44___raw_and_jpeg__58___drop_jpeg_if_raw_is_available/comment_6_a34d404dbecd6730c1cc28af9c0eac26._comment diff --git a/doc/forum/Photos__44___raw_and_jpeg__58___drop_jpeg_if_raw_is_available/comment_6_a34d404dbecd6730c1cc28af9c0eac26._comment b/doc/forum/Photos__44___raw_and_jpeg__58___drop_jpeg_if_raw_is_available/comment_6_a34d404dbecd6730c1cc28af9c0eac26._comment new file mode 100644 index 0000000000..7a9e698bf2 --- /dev/null +++ b/doc/forum/Photos__44___raw_and_jpeg__58___drop_jpeg_if_raw_is_available/comment_6_a34d404dbecd6730c1cc28af9c0eac26._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="Chris" + avatar="http://cdn.libravatar.org/avatar/02b67b7ebace8cb6433504ba9a17d4a4" + subject="comment 6" + date="2018-10-16T11:07:30Z" + content=""" +That means I update the metadata periodically by a script such as + + for k in `find . -name \"*.CR2\"`; do + if [ -e `dirname $k`/`basename $k .CR2`.JPG ]; then + + fi + done + +and add a corresponding preferred content setting? I'll try that. Btw, is there a possibility to use the xmp files of my raw converter (darktable) as source for metadata? I want to do the same with images that have a low star rating (<1 star should not be synchronized to the notebook computer and dropped from there as soon as they are on the external disk), and I hope there is a possibility to not double this metadata but directly use the xmp output. The xmp files are checked into the git regularly (without git annex). +"""]]