View Single Post
Old 03-22-2014, 03:27 AM   #846
Lynxai
Enthusiast
Lynxai began at the beginning.
 
Posts: 31
Karma: 10
Join Date: Mar 2014
Device: Ipad
Quote:
Originally Posted by mariosipad View Post
Did you point COPS in config_local.php to your calibre directory (the one with all the books in it) or just to the calibre database files?

Is Calibre/COPS server running on Linux? Perhaps a (reading) rights problem?
Itīs not the same dir? I have a dir in DS411j with both books and metadata.db. Calibre software and COPS config_local.php are pointing there:

<?php
if (!isset($config))
$config = array();

/*
* The directory containing calibre's metadata.db file, with sub-directories
* containing all the formats.
* BEWARE : it has to end with a /
*/
$config['calibre_directory'] = '/volume1/Media/Libros/';

/*
* Catalog's title
*/
$config['cops_title_default'] = "Biblioteca digital";

/*
* use URL rewriting for downloading of ebook in HTML catalog
* See README for more information
* 1 : enable
* 0 : disable
*/
$config['cops_use_url_rewriting'] = "1";

Calibre software is running on OSX Leopard Macmini and Windows 8. Cops is running on Synology DS411j.
Lynxai is offline   Reply With Quote