View Single Post
Old 06-22-2013, 01:01 PM   #477
mariosipad
Guru
mariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watch
 
Posts: 719
Karma: 10738
Join Date: Nov 2012
Device: iPad & iPhone with Marvin 2 + 3 & Kobo Glo HD
@darkmiss

For COPS to work the way you want it to, your line in config_local.php should look something like:

Code:
$config['calibre_directory'] = 'http://mydomain/owncloud/data/user/files/clientsync/Calibre/Calibre Library/';
However, I could not make this work.
I do not think that COPS can work with a weblink (http://mydomain).

If you could change this link to your owncloud into a drive (eor directory (e:/calibre) it could (and should) work.

The line in config_local.php could look something like this:

Code:
$config['calibre_directory'] = 'e:/';

or

$config['calibre_directory'] = 'e:/calibre/';
I hope this helps.
mariosipad is offline   Reply With Quote