aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/automatically_adding_metadata.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-03-02 20:27:37 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-03-02 20:27:37 -0400
commit305bdc2d6f4418f3069019a466f46aa36665a132 (patch)
tree4a807894d211a7e3ff5785b774d1b8ea28c293e9 /doc/tips/automatically_adding_metadata.mdwn
parent7c8459c0a7d653772a24d514f4dff4b6ed6cb9fa (diff)
number list
Diffstat (limited to 'doc/tips/automatically_adding_metadata.mdwn')
-rw-r--r--doc/tips/automatically_adding_metadata.mdwn12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/tips/automatically_adding_metadata.mdwn b/doc/tips/automatically_adding_metadata.mdwn
index bd8fea737..c3f50bb39 100644
--- a/doc/tips/automatically_adding_metadata.mdwn
+++ b/doc/tips/automatically_adding_metadata.mdwn
@@ -7,12 +7,12 @@ run `git config annex.genmetadata true`.
A git commit hook can be set up to extract lots of metadata from files
like photos, mp3s, etc.
-* Install the `extract` utility, from <http://www.gnu.org/software/libextractor/>
- `apt-get install extract`
-* Download [[pre-commit-annex]] and install it in your git-annex repository
- as `.git/hooks/pre-commit-annex`.
- Remember to make the script executable!
-* Run: `git config metadata.extract "artist album title camera_make video_dimensions"`
+1. Install the `extract` utility, from <http://www.gnu.org/software/libextractor/>
+ `apt-get install extract`
+2. Download [[pre-commit-annex]] and install it in your git-annex repository
+ as `.git/hooks/pre-commit-annex`.
+ Remember to make the script executable!
+3. Run: `git config metadata.extract "artist album title camera_make video_dimensions"`
Now any fields you list in metadata.extract to will be extracted and
stored when files are committed.