diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-03-31 13:48:13 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-03-31 13:48:13 -0400 |
commit | 3eb6865e196d621c6fa2bd95cbf44d2bc75a50e3 (patch) | |
tree | d9f008a699bd7ab2f3e20985477ec1ae2f0e5586 | |
parent | 7857ec4559aaead4c66c0b201aa78857efff0ae3 (diff) |
update importfeed man page, including a mention of annex.genmetadata
-rw-r--r-- | doc/git-annex-importfeed.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/git-annex-importfeed.mdwn b/doc/git-annex-importfeed.mdwn index 3bb19d25b..3557866a2 100644 --- a/doc/git-annex-importfeed.mdwn +++ b/doc/git-annex-importfeed.mdwn @@ -9,7 +9,7 @@ git annex importfeed `[url ...]` # DESCRIPTION Imports the contents of podcast feeds. Only downloads files whose -urls have not already been added to the repository before, so you can +content has not already been added to the repository before, so you can delete, rename, etc the resulting files and repeated runs won't duplicate them. @@ -17,6 +17,9 @@ When quvi is installed, links in the feed are tested to see if they are on a video hosting site, and the video is downloaded. This allows importing e.g., youtube playlists. +To make the import process add metadata to the imported files from the feed, +`git config annex.genmetadata true` + # OPTIONS * `--force` |