diff --git a/FAQ.md b/FAQ.md index ecaf4be..26fa5b9 100644 --- a/FAQ.md +++ b/FAQ.md @@ -147,3 +147,7 @@ If calibre is started first, it normally blocks access to the metadata.db file a ### How to upload Covers in other formats than jpg Other coverformats than jpg can be uploaded using the "upload from local drive" function on the edit book page. If "pillow" is installed, other file formats like png can be converted to jpg and used as cover. + +### How many books are displayed on Random/Discover section + +The random books page is generated new upon each call to the page (also valid for the opds feed). The random page has therefore no next page and the number of books displayed there equals to the setting books per page diff --git a/Setup-Service-on-Linux.md b/Setup-Service-on-Linux.md index c316ad0..659bf8d 100644 --- a/Setup-Service-on-Linux.md +++ b/Setup-Service-on-Linux.md @@ -1,6 +1,6 @@ ## Start Calibre-Web as service under Linux with systemd -Create a file "cps.service" as root in the folder /etc/systemd/system with the following content: +If you want to get Calibre-Web started automatically after reboot follow this instructions. Create a file "cps.service" as root in the folder /etc/systemd/system with the following content: ``` [Unit] @@ -20,4 +20,4 @@ Replace the user and ExecStart with your user and foldernames. `sudo systemctl enable cps.service` -enables the service. \ No newline at end of file +enables the service.