2015-03-23 19:36:10 +00:00
|
|
|
# NAME
|
|
|
|
|
|
|
|
git-annex importfeed - import files from podcast feeds
|
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
|
|
|
|
git annex importfeed `[url ...]`
|
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
|
|
|
|
Imports the contents of podcast feeds. Only downloads files whose
|
2015-03-31 17:48:13 +00:00
|
|
|
content has not already been added to the repository before, so you can
|
2015-03-23 19:36:10 +00:00
|
|
|
delete, rename, etc the resulting files and repeated runs won't duplicate
|
|
|
|
them.
|
|
|
|
|
|
|
|
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
|
2015-07-26 02:21:06 +00:00
|
|
|
importing e.g., YouTube playlists.
|
2015-03-23 19:36:10 +00:00
|
|
|
|
2015-03-31 17:48:13 +00:00
|
|
|
To make the import process add metadata to the imported files from the feed,
|
|
|
|
`git config annex.genmetadata true`
|
|
|
|
|
2015-03-23 19:36:10 +00:00
|
|
|
# OPTIONS
|
|
|
|
|
|
|
|
* `--force`
|
|
|
|
|
2015-05-30 14:54:14 +00:00
|
|
|
Force downloading items it's seen before.
|
2015-03-23 19:36:10 +00:00
|
|
|
|
|
|
|
* `--template`
|
|
|
|
|
|
|
|
Controls where the files are stored.
|
|
|
|
|
|
|
|
The default template is '${feedtitle}/${itemtitle}${extension}'
|
|
|
|
|
|
|
|
Other available variables for templates: feedauthor, itemauthor, itemsummary, itemdescription, itemrights, itemid, itempubdate, title, author
|
|
|
|
|
2015-07-21 16:20:48 +00:00
|
|
|
* `--relaxed`, `--fast`, `--raw`
|
2015-03-23 19:36:10 +00:00
|
|
|
|
|
|
|
These options behave the same as when using [[git-annex-addurl]](1).
|
|
|
|
|
|
|
|
# SEE ALSO
|
|
|
|
|
|
|
|
[[git-annex]](1)
|
|
|
|
|
2015-05-29 16:12:55 +00:00
|
|
|
[[git-annex-addurl]](1)
|
|
|
|
|
2015-03-23 19:36:10 +00:00
|
|
|
# AUTHOR
|
|
|
|
|
|
|
|
Joey Hess <id@joeyh.name>
|
|
|
|
|
|
|
|
Warning: Automatically converted into a man page by mdwn2man. Edit with care.
|