Provided by: calibre_3.21.0+dfsg-1build1_all bug

NAME

       ebook-meta - ebook-meta

          ebook-meta ebook_file [选项]

       Read/Write metadata from/to e-book files.

       Supported  formats for reading metadata: azw, azw1, azw3, azw4, cbr, cbz, chm, docx, epub,
       fb2, html, htmlz, imp, lit, lrf, lrx, mobi, odt, oebzip, opf, pdb, pdf, pml,  pmlz,  pobi,
       prc, rar, rb, rtf, snb, tpz, txt, txtz, updb, zip

       Supported  formats  for  writing  metadata: azw, azw1, azw3, azw4, docx, epub, fb2, htmlz,
       lrf, mobi, pdb, pdf, prc, rtf, tpz, txtz

       Different file types support different kinds of metadata. If you try to set some  metadata
       on a file type that does not support it, the metadata will be silently ignored.

       Whenever  you pass arguments to ebook-meta that have spaces in them, enclose the arguments
       in quotation marks. For example: "/some path/with spaces"

[选项]

       --author-sort
              用以进行作者排序的关键字符串. 如果该参数未指定, 同时作者字段为非空,  该关键字符串将
              由作者字段自动生成.

       --authors, -a
              设置作者. 请用 & 字符隔开多个作者. 作者的名称按一下顺序书写 名称 姓氏.

       --book-producer, -k
              设置书籍制作人。

       --category
              设置书籍分类.

       --comments, -c
              设置电子书描述。

       --cover
              使用指定文件作为封面.

       --date, -d
              设定出版日期。

       --from-opf
              Read metadata from the specified OPF file and use it to set metadata in the e-book.
              Metadata specified on the command line will override metadata  read  from  the  OPF
              file

       --get-cover
              Get the cover from the e-book and save it at as the specified file.

       --help, -h
              显示此帮助信息并退出

       --identifier
              设置书籍的标识符,可以指定多次。例如:--identifier uri:http://acme.com --identifier
              isbn:12345 要移除一个标识符,指定空值,像 --identifier isbn: 注意对于 EPUB 文件,无
              法移除被标记为包标识符的标识符。

       --index, -i
              设置书籍在丛书中的索引位置。

       --isbn 设置书籍的 ISBN。

       --language, -l
              设置书籍语言。

       --lrf-bookid
              设置 LRF 文件的 BookID

       --publisher, -p
              设置电子书出版商。

       --rating, -r
              设置评分。评荐值为 1 到 5 之间的数字。

       --series, -s
              设置这本电子书所属的丛书。

       --tags 设置书籍的标签。多个标签之间请用逗号隔开。

       --title, -t
              设置标题。

       --title-sort
              用以进行标题排序的版本值.  如果该参数未指定, 同时标题字段为非空, 该关键字符串将由标
              题字段自动生成..

       --to-opf
              指定 OPF 文件名。元数据会被写入 OPF 文件。

       --version
              显示程序版本号并退出

AUTHOR

       Kovid Goyal

COPYRIGHT

       Kovid Goyal