From 31062ab2bf83c52339a602277418ea44229930c5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 2 Mar 2014 20:27:37 -0400 Subject: [PATCH] number list --- doc/tips/automatically_adding_metadata.mdwn | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/tips/automatically_adding_metadata.mdwn b/doc/tips/automatically_adding_metadata.mdwn index bd8fea7374..c3f50bb39f 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 - `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 + `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.