View Single Post
Old 03-14-2025, 11:58 AM   #4
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 44,475
Karma: 167912649
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Are you wanting the path to the ebook files to be included in the .json file? Have you tried the formats option?

Code:
calibredb list --for-machine --fields authors,title,formats with-library "D:\Calibre_Library\Intake" > "C:\users\user\desktop\foo.json"
Code:
  {
    "authors": "Harry Parker",
    "formats": [
      "D:/Calibre_Library/Intake/Harry Parker/The List Conspiracy (3750)/The List Conspiracy - Harry Parker.epub"
    ],
    "id": 3750,
    "title": "The List Conspiracy"
  },
DNSB is offline   Reply With Quote