Quote:
Originally Posted by blysik
Hi,
I'm trying this tip out, and while calibredb list in text or xml format looks fine, if I use output-format stanza, it's basically a blank xml feed, with only the headers.
|
Here's an example of what I see:
Code:
$ calibredb list --output-format stanza --prefix http://dl.dropbox.com/u/XXXXXX/Ebooks<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>calibre Library</title>
<author>
<name>calibre</name>
<uri>http://calibre.kovidgoyal.net</uri>
</author>
<id>urn:calibre:main</id>
<updated>2009-11-25T18:38:00Z</updated>
<subtitle>
Books in the calibre database
</subtitle>
</feed>
bruce:Ebooks blysik$