mirror of
https://github.com/janeczku/calibre-web
synced 2025-04-18 16:53:18 +00:00
Update name
parent
171d5914ad
commit
d2107fa5a8
@ -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.
|
Loading…
x
Reference in New Issue
Block a user