1EBOOK-META(1) calibre EBOOK-META(1)
2
3
4
6 ebook-meta - part of calibre
7
9 ebook-meta ebook_file [options]
10
12 Read/Write metadata from/to ebook files.
13
14 Supported formats for reading metadata: azw, azw1, cbr, cbz, chm, epub,
15 fb2, html, imp, lit, lrf, lrx, mobi, odt, oebzip, opf, pdb, pdf, pml,
16 pmlz, prc, rar, rb, rtf, snb, tpz, txt, zip
17
18 Supported formats for writing metadata: azw, azw1, epub, lrf, mobi,
19 pdb, pdf, prc, rtf, tpz
20
21 Different file types support different kinds of metadata. If you try to
22 set some metadata on a file type that does not support it, the metadata
23 will be silently ignored.
24
25 Whenever you pass arguments to ebook-meta that have spaces in them,
26 enclose the arguments in quotation marks.
27
29 --version
30 show program's version number and exit
31
32 -h, --help
33 show this help message and exit
34
35 -t, --title
36 Set the title.
37
38 -a, --authors
39 Set the authors. Multiple authors should be separated by the &
40 character. Author names should be in the order Firstname Last‐
41 name.
42
43 --title-sort
44 The version of the title to be used for sorting. If unspecified,
45 and the title is specified, it will be auto-generated from the
46 title.
47
48 --author-sort
49 String to be used when sorting by author. If unspecified, and
50 the author(s) are specified, it will be auto-generated from the
51 author(s).
52
53 --cover
54 Set the cover to the specified file.
55
56 -c, --comments
57 Set the ebook description.
58
59 -p, --publisher
60 Set the ebook publisher.
61
62 --category
63 Set the book category.
64
65 -s, --series
66 Set the series this ebook belongs to.
67
68 -i, --index
69 Set the index of the book in this series.
70
71 -r, --rating
72 Set the rating. Should be a number between 1 and 5.
73
74 --isbn Set the ISBN of the book.
75
76 --tags Set the tags for the book. Should be a comma separated list.
77
78 -k, --book-producer
79 Set the book producer.
80
81 -l, --language
82 Set the language.
83
84 -d, --date
85 Set the published date.
86
87 --get-cover
88 Get the cover from the ebook and save it at as the specified
89 file.
90
91 --to-opf
92 Specify the name of an OPF file. The metadata will be written to
93 the OPF file.
94
95 --from-opf
96 Read metadata from the specified OPF file and use it to set
97 metadata in the ebook. Metadata specified on the command line
98 will override metadata read from the OPF file
99
100 --lrf-bookid
101 Set the BookID in LRF files
102
104 The User Manual is available at http://calibre-ebook.com/user_manual
105
106 Created by Kovid Goyal <kovid@kovidgoyal.net>
107
108
109
110ebook-meta (calibre 0.7.38) March 2011 EBOOK-META(1)