View Single Post
Old 05-08-2018, 11:52 AM   #6
rpspringuel
Enthusiast
rpspringuel began at the beginning.
 
Posts: 40
Karma: 10
Join Date: Feb 2014
Device: Kindle 4
Quote:
Turn on the calibre content server iin the calibre GUI and connect to that via calibredb, see the manual page for details.
When I try this I don't get full paths returned, just the kinds of the formats. Example:

Code:
$ calibredb list -f formats -s id:630 --for-machine --with-library "http://127.0.0.1:8080"
[
  {
    "formats": [
      "AZW3", 
      "HTMLZ"
    ], 
    "id": 630
  }
]
Am I missing something that would allow those to be full paths instead?
rpspringuel is offline   Reply With Quote