View Single Post
Old 08-06-2013, 10:34 AM   #536
evillevi
Junior Member
evillevi began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Aug 2013
Device: Ipad 2
calibre cops - setting up multiple libraries?

Hi guys

I've recently switched to multiple libraries. They show up fine in html (cops), but when I try downloading, I get an error: page not found.

Everything works fine with 1 library. When using several, I'm stuck.

I keep the calibre folder in my web folder on a Synology NAS, and the ebooks are outside the web folder.

What I did:
From one library (/volume1/documenten/X) to several libaries (kept in subfolders in folder Y, so /volume1/documenten/Y). Each subfolder has a metadata.db file, the root folder also has one which is 0kb. I then deleted the folder that held one library before.

My config_local.php has the following lines in it:

$config['calibre_directory'] = '/volume1/documenten/Ebooks/';


$config['calibre_directory'] = array (
"books" => "/volume1/documenten/Ebooks/books/",
"magazines" => "/volume1/documenten/Ebooks/magazines/",
"comics" => "/volume1/documenten/Ebooks/comics/",
"cursussen" => "/volume1/documenten/Ebooks/cursussen/",
"screenplays" => "/volume1/documenten/Ebooks/screenplays/",
"articles & essays" => "/volume1/documenten/Ebooks/articles & essays/",
);

I think this downloading problem has been reported before. Apologies, I couldn't find the answer. Can anyone shed some light, please? If there is anything I should add to solve this problem, let me know.
evillevi is offline   Reply With Quote