From d2107fa5a8ac93ec7896df1c76d8a3cfe76874d4 Mon Sep 17 00:00:00 2001 From: Ozzieisaacs Date: Sun, 17 Apr 2022 10:38:49 +0200 Subject: [PATCH] Update name --- Developer.md => Developer's corner .md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename Developer.md => Developer's corner .md (91%) diff --git a/Developer.md b/Developer's corner .md similarity index 91% rename from Developer.md rename to Developer's corner .md index 0c71da7..8bc6025 100644 --- a/Developer.md +++ b/Developer's corner .md @@ -1,9 +1,9 @@ # Developer's corner ## Add metadata provider - Calibre-Web will not be extended by any more metadata providers to download books metadata, but anybody is free to generate its own metadata provider and make it available to the publicity. -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. +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 If you have extended Calibre-Web somehow with new files this files will be overwritten during the next manual run of programm internal updater.