View Single Post
Old 07-08-2021, 11:18 PM   #10
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,585
Karma: 28548962
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Presumably you are on an old calibre version.

Code:
calibredb list -f formats,cover --for-machine -s id:2017                                                                                *
[
  {
    "cover": "/home/kovid/test library/calibre/The Hindu (2017)/cover.jpg",
    "formats": [
      "/home/kovid/test library/calibre/The Hindu (2017)/The Hindu - calibre.mobi"
    ],
    "id": 2017
  }
]%
And note that this wont work when connecting via the calibre content server.
kovidgoyal is offline   Reply With Quote