From efbca9ae8a2a1e756a4e1605815f85f2efdf09d1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 3 Jul 2014 14:26:28 -0400 Subject: update for metadata --- doc/tips/downloading_podcasts.mdwn | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'doc') 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` -- cgit v1.2.3