From 408c87b70cac00bade57e0f7ada7d77cfadbaded Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 25 Mar 2023 16:09:01 -0400 Subject: [PATCH] Updated Developer's corner (markdown) --- Developer's corner .md => Developer's-corner.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Developer's corner .md => Developer's-corner.md (96%) diff --git a/Developer's corner .md b/Developer's-corner.md similarity index 96% rename from Developer's corner .md rename to Developer's-corner.md index 8bc6025..ddafecf 100644 --- a/Developer's corner .md +++ b/Developer's-corner.md @@ -5,7 +5,7 @@ Calibre-Web will not be extended by any more metadata providers to download book Generate a new .py file in the `cps/metadata_provider`. The file will be read during the next start of Calibre-Web. The file has to have a calss derived from `Metadata` and has to have a method named `search` returning a list of `MetaRecord`. Working examples can be found in the metadata_provder folder. Don't forget to add your file to the excluded files during update (check next chapter). -## Exclude files from beeing overwritten during update +## Exclude files from being overwritten during update If you have extended Calibre-Web somehow with new files this files will be overwritten during the next manual run of programm internal updater. To prevent this, add your files in the `exclude.txt` file in the root directory of Calibre-Web. Please use one file or directory per line. Calibre-Web's root folder acts as root folder for this file. **/** or **\** can act as path seperators, pathes with spaces can be enclosed by **"** or **'**. Per default all Calibre-Web settings databases and default logfiles are excluded from beeing overwritten.\ Examples:\