From 5a9088388eaf5aaf07f536c9b5164dfb27c453bd Mon Sep 17 00:00:00 2001 From: mac Date: Sat, 4 Apr 2015 20:42:27 +0000 Subject: Added a comment: importfeeds with file based rss contents --- ...nt_25_aedc6a33796bfed2896b49ff70324095._comment | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 doc/tips/downloading_podcasts/comment_25_aedc6a33796bfed2896b49ff70324095._comment (limited to 'doc/tips') diff --git a/doc/tips/downloading_podcasts/comment_25_aedc6a33796bfed2896b49ff70324095._comment b/doc/tips/downloading_podcasts/comment_25_aedc6a33796bfed2896b49ff70324095._comment new file mode 100644 index 000000000..f24efd442 --- /dev/null +++ b/doc/tips/downloading_podcasts/comment_25_aedc6a33796bfed2896b49ff70324095._comment @@ -0,0 +1,35 @@ +[[!comment format=mdwn + username="mac" + subject="importfeeds with file based rss contents" + date="2015-04-04T20:42:27Z" + content=""" +Hi, + +I've a script which generates .rss files which reference local files with the file:// scheme. I can import the file:// urls with git annex addurl, but it fails with git annex importfeed: + + +`$ git annex importfeed --fast file:///path/to/local/rss/file.rss` + +`(checking known urls...)` + +`importfeed file:///path/to/local/rss/file.rss` + +`git-annex: /tmp/feed6757: openFile: resource busy (file is locked)` + +If I try to import it with `$ git annex importfeed --fast /path/to/local/rss/file.rss` I get + +`importfeed /path/to/local/rss/file.rss` + +` warning: bad feed content` + +`ok` + +But the directory stays empty. + + +Is it possible to use local files in rss format with items which reference local files using the file:// scheme as input for importfeed? + +Cheers, +Marco + +"""]] -- cgit v1.2.3