update importfeed man page, including a mention of annex.genmetadata
This commit is contained in:
parent
429bd0805e
commit
aaeefaa74f
1 changed files with 4 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue