Add Calibre fields: Description, Language, Subjects, Isbn, CreationDate, ModificationDate
This commit is contained in:
parent
356a1e263b
commit
fce60d4079
6 changed files with 196 additions and 29 deletions
|
@ -16,7 +16,10 @@ try {
|
|||
if (!empty($dbConfig['epub_path'])) {
|
||||
$fileList = RecursiveGlob($dbConfig['epub_path'], '*.epub');
|
||||
foreach ($fileList as $fileName) {
|
||||
$db->AddEpub($fileName);
|
||||
$error = $db->AddEpub($fileName);
|
||||
if (!empty($error)) {
|
||||
$gErrorArray[$fileName] = $error;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue