summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar mac <mac@web>2015-04-04 20:39:57 +0000
committerGravatar admin <admin@branchable.com>2015-04-04 20:39:57 +0000
commit7d902e92c76fb1a566682eca3039e3452db2b944 (patch)
tree550a794c405036e6da0049235a177c90f99f5dd9
parent9f97e972eb365a2a81531d8a134b28ddc836ec52 (diff)
Added a comment: importfeeds with file based rss contents
-rw-r--r--doc/tips/downloading_podcasts/comment_25_702485502153e0d0758919648c0e528b._comment34
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/tips/downloading_podcasts/comment_25_702485502153e0d0758919648c0e528b._comment b/doc/tips/downloading_podcasts/comment_25_702485502153e0d0758919648c0e528b._comment
new file mode 100644
index 000000000..90a1b8b9a
--- /dev/null
+++ b/doc/tips/downloading_podcasts/comment_25_702485502153e0d0758919648c0e528b._comment
@@ -0,0 +1,34 @@
+[[!comment format=mdwn
+ username="mac"
+ subject="importfeeds with file based rss contents"
+ date="2015-04-04T20:39:57Z"
+ 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 /home/mac/rss/Gotham.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
+
+"""]]