diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-03-31 13:29:51 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-03-31 13:30:13 -0400 |
commit | 23e90f6f3cb5a570e8bf9eb3d2798c27a5ba2537 (patch) | |
tree | 6d6eab72231cb43bce52f0b332315b044b91341f /doc/todo | |
parent | 41f7627baee212ce4a4a75126109d9569c790dd0 (diff) |
importfeed: Avoid downloading a redundant item from a feed whose guid has been downloaded before, even when the url has changed.
To support this, always store itemid in metadata; before this was only done
when annex.genmetadata was set.
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/podcatching_handling_updated_files.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/podcatching_handling_updated_files.mdwn b/doc/todo/podcatching_handling_updated_files.mdwn index 998b084a6..2d9800283 100644 --- a/doc/todo/podcatching_handling_updated_files.mdwn +++ b/doc/todo/podcatching_handling_updated_files.mdwn @@ -11,6 +11,8 @@ known items, it could instead build a `Map (Either URlString GUID) Key`. This would at least prevent the duplication, when the feed has guids. +> [[done]] --[[Joey]] + It would be even nicer if the old file could be updated with the new content. But, since files can be moved around, deleted, tagged, etc, that only seems practical at all if the file is still in the directory |