View Single Post
Old 07-09-2021, 12:10 AM   #9
qwertyuio
Enthusiast
qwertyuio began at the beginning.
 
Posts: 28
Karma: 10
Join Date: Jan 2019
Device: none
Code:
$ calibredb list -f formats,cover 
id  formats cover 
1   [PDF]  1
2   [PDF]  1
3   [EPUB] 1

$ calibredb list -f formats,cover --for-machine
[
  {
    "cover": 1,
    "formats": [
      "PDF"
    ],
  },
Is there an option I'm missing?
qwertyuio is offline   Reply With Quote