I have been trying to use the Synology package that I downloaded today from
http://www.synocommunity.com and I have been running in some problems.
The first one is that I could not get it to work until I changed the name for the shared folder to be only lowercase.
The second one is about multiple libraries.
Everything works well with just one library and the metadata.db in the root folder, but in my previous installation (not from the package, but copying the file in the web folder), I had multiple libraries.
I checked the config_local.php file several times and I believe the syntax is correct, but I still get the message "/volume1/calibre/metadata.db not found"
My shared folder is
/volume1/calibre
and I have added this path to the PHP open_base_dir
The line in the config_local.php file is
$config['calibre_directory'] = array ("MainLibW" => "/volume1/calibre/MainLibW/","FanficLibraryW" => "/volume1/calibre/FanficLibraryW/");
Is this a limit of the package or I am doing something wrong?
I would also like to suggest two small additions to the "Howto---Synology" page:
- The path to the config_local.php file
- How to access the file (or at least a hint of a suggested method).