Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

calibre-server(1) [debian man page]

CALIBRE-SERVER(1)						      calibre							 CALIBRE-SERVER(1)

NAME
calibre-server - part of calibre SYNOPSIS
calibre-server [options] DESCRIPTION
Start the calibre content server. The calibre content server exposes your calibre library over the internet. The default interface allows you to browse you calibre library by categories. You can also access an interface optimized for mobile browsers at /mobile and an OPDS based interface for use with reading applications at /opds. The OPDS interface is advertised via BonJour automatically. Whenever you pass arguments to calibre-server 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 -p, --port The port on which to listen. Default is 8080 -t, --timeout The server timeout in seconds. Default is 120 --thread-pool The max number of worker threads to use. Default is 30 --password Set a password to restrict access. By default access is unrestricted. --username Username for access. By default, it is: 'calibre' --develop Development mode. Server automatically restarts on file changes and serves code files (html, css, js) from the file system instead of calibre's resource system. --max-cover The maximum size for displayed covers. Default is '600x800'. --max-opds-items The maximum number of matches to return per OPDS query. This affects Stanza, WordPlayer, etc. integration. --max-opds-ungrouped-items Group items in categories such as author/tags by first letter when there are more than this number of items. Default: 100. Set to a large number to disable grouping. --url-prefix Prefix to prepend to all URLs. Useful for reverseproxying to this server from Apache/nginx/etc. --with-library Path to the library folder to serve with the content server --pidfile Write process PID to the specified file --daemonize Run process in background as a daemon. No effect on windows. --restriction Specifies a restriction to be used for this invocation. This option overrides any per-library settings specified in the GUI --auto-reload Auto reload server when source code changes. May not work in all environments. SEE ALSO
The User Manual is available at http://manual.calibre-ebook.com Created by Kovid Goyal <kovid@kovidgoyal.net> calibre-server (calibre 0.8.51) January 2013 CALIBRE-SERVER(1)

Check Out this Related Man Page

EBOOK-META(1)							      calibre							     EBOOK-META(1)

NAME
ebook-meta - part of calibre SYNOPSIS
ebook-meta ebook_file [options] DESCRIPTION
Read/Write metadata from/to ebook files. Supported formats for reading metadata: azw, azw1, azw3, azw4, cbr, cbz, chm, 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, epub, 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. OPTIONS
--version show program's version number and exit -h, --help show this help message and exit -t, --title Set the title. -a, --authors Set the authors. Multiple authors should be separated by the & character. Author names should be in the order Firstname Lastname. --title-sort The version of the title to be used for sorting. If unspecified, and the title is specified, it will be auto-generated from the title. --author-sort String to be used when sorting by author. If unspecified, and the author(s) are specified, it will be auto-generated from the author(s). --cover Set the cover to the specified file. -c, --comments Set the ebook description. -p, --publisher Set the ebook publisher. --category Set the book category. -s, --series Set the series this ebook belongs to. -i, --index Set the index of the book in this series. -r, --rating Set the rating. Should be a number between 1 and 5. --isbn Set the ISBN of the book. --tags Set the tags for the book. Should be a comma separated list. -k, --book-producer Set the book producer. -l, --language Set the language. -d, --date Set the published date. --get-cover Get the cover from the ebook and save it at as the specified file. --to-opf Specify the name of an OPF file. The metadata will be written to the OPF file. --from-opf Read metadata from the specified OPF file and use it to set metadata in the ebook. Metadata specified on the command line will over- ride metadata read from the OPF file --lrf-bookid Set the BookID in LRF files SEE ALSO
The User Manual is available at http://manual.calibre-ebook.com Created by Kovid Goyal <kovid@kovidgoyal.net> ebook-meta (calibre 0.8.51) January 2013 EBOOK-META(1)
Man Page