On Wed, 12 Jul 2017 07:00:05 -0700
darkta...@911networks.com wrote:

>Sorry, but that doesn't work.
>
>find ~/darktable -type f -name "*.xmp" -newermt 2017-07-01 ! -newermt
>2017-07-31 -print
>
>Gives me all 1153 xmps for July but 98% of these xmps were created by
>DT during the import. There was no edit to them, they were just
>imported in DT.

Thank you Frank,

This works:

find ~/darktable/ -type f -name "*.xmp" -size +5000c -newermt 2017-06-01 ! 
-newermt 2017-06-30 -print |less

all images with some edits last modified in Jun-2017. The only
imported images have an XMP of between 1.5k and 2k


-- 
sknahT

vyS
____________________________________________________________________________
darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Reply via email to