comment
authorJoey Hess <joeyh@joeyh.name>
Fri, 3 Sep 2021 15:41:38 +0000 (11:41 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 3 Sep 2021 15:41:38 +0000 (11:41 -0400)
doc/tips/automatically_adding_metadata/comment_13_065b018dc290549b5ef00b50c3b09fcc._comment [new file with mode: 0644]

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 (file)
index 0000000..4135d0a
--- /dev/null
@@ -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.
+"""]]