Quote:
Originally Posted by tn4w
Hello,
Code:
calibredb list --search title:"keyword" identifiers:asin:true --fields identifiers,title formats:"!=zip"
Also, with the command, it is possible to specify a size?
|
from the calibredb list doc
Quote:
--fields, -f
The fields to display when listing books in the database. Should be a comma separated list of fields. Available fields: author_sort, authors, comments, cover, formats, identifiers, isbn, languages, last_modified, pubdate, publisher, rating, series, series_index, size, tags, template, timestamp, title, uuid Default: title,authors. The special field "all" can be used to select all fields. In addition to the builtin fields above, custom fields are also available as *field_name, for example, for a custom field #rating, use the name: *rating
|
But, isn't size really format dependent? I might see word or page count (custom column populated by the count pages PI) being of use.
You got me puzzled. ASIN (like ISBN) is a unique value assigned to an single book. How would you do BULK operations (as apposed to batch operations)?