lrf-meta(1)
NAME
lrf-meta - part of calibre
SYNOPSIS
lrf-meta [options] mybook.lrf
DESCRIPTION
Show/edit the metadata in an LRF file.
Whenever you pass arguments to lrf-meta that have spaces in them,
enclose the arguments in quotation marks.
OPTIONS
- --version
- show program's version number and exit
- -h, --help
- show this help message and exit
- -t, --title
- Set the book title
- --title-sort
- Set sort key for the title
- -a, --author
- Set the author
- --author-sort
- Set sort key for the author
- -c, --category
- The category this book belongs to. E.g.: History
- --thumbnail
- Path to a graphic that will be set as this files' thumbnail
- --comment
- Path to a txt file containing the comment to be stored in the lrf file.
- --get-thumbnail
- Extract thumbnail from LRF file
- --publisher
- Set the publisher
- --classification
- Set the book classification
- --creator
- Set the book creator
- --producer
- Set the book producer
- --get-cover
- Extract cover from LRF file. Note that the LRF format has no defined cover, so we use some heuristics to guess the cover.
- --bookid
- Set book ID
SEE ALSO
The User Manual is available at http://calibre.kovidgoyal.net/user_manual
- Created by Kovid Goyal <kovid@kovidgoyal.net>