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.
|