/*
* The directory containing calibre's metadata.db file, with sub-directories
* containing all the formats.
* BEWARE : it has to end with a /
* You can enable multiple database with this notation instead of a simple string :
Code:
$config['calibre_directory'] = array (
"My database name" => "/home/directory/calibre1/",
"My other database name" => "/home/directory/calibre2/");
In your case:
Code:
$config['calibre_directory'] = array (
"My database name" => /volume1/ebook/XY/",
"My other database name" => "/volume1/ebook/XZ/");