Quote:
Originally Posted by Beau
Ok, I have designated the calibre folder in sugar sync as shared, no password, editable. I have a stable link for this folder. (it is a secure link - https://www.sugarsync.com/share/br.....ej, does that matter?)
I opened my command line (windows vista), copied the command line from the first post with my address in place of yours, hit enter....
and got nothing. 
|
That's my fault, I haven't been precise enough : the
calibredb command is in fact a program, located in the Calibre program directory ; if you set the working directory to the calibre
library folder (as I instructed you before, by using the
cd command) then the system may not be able to find the
calibredb program. You have to specify the complete path to this file on the command line (use french quotes if there are spaces in the path) e.g. :
Code:
c:\data\dropbox\My Dropbox\Public\calibre_library>"c:\Program Files\Calibre2\calibredb.exe" list --output-format stanza --prefix http://dl.getdropbox.com/u/788541/calibre_library > stanza.xml
Quote:
Originally Posted by Beau
I should have also been able to generate this db file on my computer (and in the calibre folder) by substituting the folder location in place of the http address too, right?  That also did not do anything.
|
No, this wouldn't work ; in fact, with the command I described, the stanza.xml file is generated on your disk, in the current directory ; then, and because this folder is synced, it gets pushed to the web server...
Quote:
Originally Posted by Beau
Am I being thick headed or .... ?
Thanks again!
Beau
|
Not at all, I just need time adapting my explanations : eventually, they will be clear enough for everyone to understand !
PS : I edited the original post, tell me if it's clearer !