summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-07-03 14:26:28 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-07-03 14:26:28 -0400
commitefbca9ae8a2a1e756a4e1605815f85f2efdf09d1 (patch)
tree5c4e2fa5f4365e1ee293ca1d50cd746d8de13c0b
parentfdefaf75233aa5f1e3b1856725916f588f50b167 (diff)
update for metadata
-rw-r--r--doc/tips/downloading_podcasts.mdwn11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/tips/downloading_podcasts.mdwn b/doc/tips/downloading_podcasts.mdwn
index 876d8d4e1..7805f84cb 100644
--- a/doc/tips/downloading_podcasts.mdwn
+++ b/doc/tips/downloading_podcasts.mdwn
@@ -24,7 +24,7 @@ there's a --template option. The default is
Other available template variables:
feedauthor, itemauthor, itemsummary, itemdescription, itemrights, itemid,
-itempubdate
+itempubdate, author, title.
## catching up
@@ -68,3 +68,12 @@ and transferring to your laptop on demand.
If your git-annex is also built with quvi support, you can also use
`git annex importfeed` on youtube playlists. It will automatically download
the videos linked to by the playlist.
+
+## metadata
+
+As well as storing the urls for items imported from a feed, git-annex can
+store additional [[metadata]], like the author, and itemdescription.
+This can then be looked up later, used in [[metadata_driven_views]], etc.
+
+To make all available metadata from the feed be stored:
+`git config annex.genmetadata true`