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

WEB2DISK(1)							      calibre							       WEB2DISK(1)

NAME
web2disk - part of calibre SYNOPSIS
web2disk URL DESCRIPTION
Where URL is for example http://google.com Whenever you pass arguments to web2disk 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 -d, --base-dir Base directory into which URL is saved. Default is . -t, --timeout Timeout in seconds to wait for a response from the server. Default: 10.0 s -r, --max-recursions Maximum number of levels to recurse i.e. depth of links to follow. Default 1 -n, --max-files The maximum number of files to download. This only applies to files from <a href> tags. Default is 2147483647 --delay Minimum interval in seconds between consecutive fetches. Default is 0 s --encoding The character encoding for the websites you are trying to download. The default is to try and guess the encoding. --match-regexp Only links that match this regular expression will be followed. This option can be specified multiple times, in which case as long as a link matches any one regexp, it will be followed. By default all links are followed. --filter-regexp Any link that matches this regular expression will be ignored. This option can be specified multiple times, in which case as long as any regexp matches a link, it will be ignored. By default, no links are ignored. If both filter regexp and match regexp are speci- fied, then filter regexp is applied first. --dont-download-stylesheets Do not download CSS stylesheets. --verbose Show detailed output information. Useful for debugging SEE ALSO
The User Manual is available at http://manual.calibre-ebook.com Created by Kovid Goyal <kovid@kovidgoyal.net> web2disk (calibre 0.8.51) January 2013 WEB2DISK(1)
Man Page