From: Joey Hess Date: Fri, 3 Sep 2021 15:41:38 +0000 (-0400) Subject: comment X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~87^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e51a587c5799973af35bb3a70a05c9f2e53dd47f;p=git-annex.git comment --- diff --git a/doc/tips/automatically_adding_metadata/comment_13_065b018dc290549b5ef00b50c3b09fcc._comment b/doc/tips/automatically_adding_metadata/comment_13_065b018dc290549b5ef00b50c3b09fcc._comment new file mode 100644 index 0000000000..4135d0ae0d --- /dev/null +++ b/doc/tips/automatically_adding_metadata/comment_13_065b018dc290549b5ef00b50c3b09fcc._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="joey" + subject="""Re: Automatically adding metadata can be very slow""" + date="2021-09-03T15:36:08Z" + content=""" +You could add a config to the script that skips over files larger than a +certian size. + +Or for that matter, the script could be adapted to filter the files +to only include images/videos, using eg: + + git annex find --mimetype='image/*' --or --mimetype='video/*' + +Should be a fairly easy change, patches accepted. +"""]]