View Single Post
Old 11-14-2022, 03:27 AM   #1
tn4w
Enthusiast
tn4w began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Aug 2022
Device: Windows 10
Command that outputs a list of identifier values

Hello,

I'm wondering if it is possible with a command to output a list of custom identifier values from all the stored books. The custom identifier I'd like to output is named asin.

I tried the followings

- calibredb list --field=identifiers - lists the labels of identifiers such as mobi-asin, isbn, asin for each item.
- calibredb list --field identifiers:asin - "Unknown fields: identifiers:asin"
- calibredb list --field identifiers=asin - "Unknown fields: identifiers=asin"
- calibredb list --field=identifiers:asin - "Unknown fields: identifiers:asin"


Is it possible? Thanks.
tn4w is offline   Reply With Quote