Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Software > Calibre > Related Tools

Notices

Reply
 
Thread Tools Search this Thread
Old 03-16-2015, 04:30 PM   #1081
Saskir21
Junior Member
Saskir21 began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Mar 2015
Device: Kindle Voyage, Kindle Paperwhite, Sony PRS T1
Sorry If this got already answered but I have one Problem with COPS. First for my Setup, I have it Running on a Raspberry Pi 2 (and it Runs really nice even with Many books). I have made it available trough a Apache Server and I have no problem to connect to it with a Browser on my PC or iPad. But strangely I can not connect with the Browser in my Kindle. I just get "Page not found".
I tried Url_rewrite as it seems the Kobo Reader would need it. But this was not the error.

Again sorry if this was already answered but I only found a workaround for 0.6. with sending via E-Mail on Page 32 or 37 of this Thread. And what Sites I found over Google only described this solution.

Is it not possible to access the OPDS Server directly with Kindle?

EDIT: just call me an idiot. The Kindle browser required that I end the URL with a "/". I needed 2 days to find this out. But now arises another problem. If I Click on a .mobi file is not found. It says the requested URL was not found on this Server. Strange Thing I noticed was that the URL was within the Apache server /ebooks/download/"some number"/"Name of eBook with '+' instead of Space". My eBook Library is outside of the Server the Apache server.

Last edited by Saskir21; 03-16-2015 at 04:47 PM. Reason: New problem
Saskir21 is offline   Reply With Quote
Old 03-18-2015, 07:37 PM   #1082
Saskir21
Junior Member
Saskir21 began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Mar 2015
Device: Kindle Voyage, Kindle Paperwhite, Sony PRS T1
Ok found the error. The Apache Server did not parse the htaccess file. Took me some time to find out that the allowoverride Switch is not in the Apache2.conf. It was in etc/apache2/sites-available/default (atleast for a Debian install of Apache). Now it Works in al my devices. Still I find it strange that I could download flies over one Devise and not the other. If one was with url_rewrite on and the other with Off I could Understand it, but not in One came yes and One no with the same options.
Saskir21 is offline   Reply With Quote
Advert
Old 03-23-2015, 01:37 PM   #1083
dKodiak
Member
dKodiak began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Sep 2013
Device: Galaxy S4
I have a website hosted on ipage. I have unlimited space and wanted to put COPS on it.

Could I get some help setting it up. I put COPS on the site so when I type website/COPS it runs but the database and the library are not found.

I am a relative newbie, but ussually can figure out how to get stuff up and running.
dKodiak is offline   Reply With Quote
Old 03-23-2015, 05:18 PM   #1084
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: 711
Karma: 10738
Join Date: Nov 2012
Device: iPad & iPhone with Marvin 2 + 3 & Kobo Glo HD
Did you copy the file (in the COPS dir) config_default.php to config_local.php?

Did you then change the setting: $config['calibre_directory'] = './'; to direct COPS to the dir where you placed your Calibre database and epub files?

If you did all this (of course ) what is the output of:

http://website/COPS/checkconfig.php ?

Last edited by mariosipad; 03-23-2015 at 05:28 PM. Reason: typo
mariosipad is offline   Reply With Quote
Old 03-24-2015, 02:33 PM   #1085
dKodiak
Member
dKodiak began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Sep 2013
Device: Galaxy S4
Got it Working....just had labeled calibre directory wrong
dKodiak is offline   Reply With Quote
Advert
Old 03-24-2015, 02:47 PM   #1086
dKodiak
Member
dKodiak began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Sep 2013
Device: Galaxy S4
How do I get my custom column to show as a filter on the star page... World is column name #world is how you search in calibre for it. but it is a combo of two columns, a numbered and an unnumbered. I tried "World" and is showed with no books, "#world" did not Show.

Never Mind .... Have to use the 2 columns not the combined column

Last edited by dKodiak; 03-24-2015 at 02:57 PM.
dKodiak is offline   Reply With Quote
Old 03-24-2015, 03:12 PM   #1087
hannah
Zealot
hannah ought to be getting tired of karma fortunes by now.hannah ought to be getting tired of karma fortunes by now.hannah ought to be getting tired of karma fortunes by now.hannah ought to be getting tired of karma fortunes by now.hannah ought to be getting tired of karma fortunes by now.hannah ought to be getting tired of karma fortunes by now.hannah ought to be getting tired of karma fortunes by now.hannah ought to be getting tired of karma fortunes by now.hannah ought to be getting tired of karma fortunes by now.hannah ought to be getting tired of karma fortunes by now.hannah ought to be getting tired of karma fortunes by now.
 
Posts: 113
Karma: 1012700
Join Date: Jan 2009
Location: Belgium
Device: Kobo H20, Bebook mini
my husband installed the last github version of cops 1.0.0RC4 on a linux server with nginx 1.7.10 and php 5.6.7 in fpm fast sgi.
I can download books with my firefox webrowser on my pc, but when I clic on the "epub" download button with my kobo H2O nothing happens.

When I access to the demo cops on http://cops-demo.slucas.fr/ I can download the books.

What can be wrong on our linux server ?

EDIT : fixed by doing an url write as documented in the cops wiki on github

Last edited by hannah; 03-24-2015 at 03:59 PM. Reason: typo
hannah is offline   Reply With Quote
Old 03-29-2015, 11:12 AM   #1088
merciers
Junior Member
merciers began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Mar 2015
Device: kindle, Andoid Tablet
Hello,

I have just installed Cops on Synology DSM 5.0. from the SynoCommunity site

The checkconfig gives me only 2 issues:
1/ Check if intl is properly installed and loaded
Please install the php5-intl extension and make sure it's enabled
2/ Check if Normalizer class is properly installed and loaded
Please make sure intl is enabled in your php.ini
I hope to be not so far from the Graal ;+))

I read somebodies have got the same ones but I do not find the way they fixed it
Can you help me ?

Rgds Sylvain
merciers is offline   Reply With Quote
Old 03-29-2015, 03:22 PM   #1089
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: 711
Karma: 10738
Join Date: Nov 2012
Device: iPad & iPhone with Marvin 2 + 3 & Kobo Glo HD
If I remember correctly:

1 - Synology does not have php5-intl installed -> this error can be ignored (I did)
2 - unknown error to me, bud it has to do with php5-intl so can probably be ignored.

Then in your browser goto the COPS url without checkconfig.php and see what happens.
mariosipad is offline   Reply With Quote
Old 03-29-2015, 04:50 PM   #1090
merciers
Junior Member
merciers began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Mar 2015
Device: kindle, Andoid Tablet
You are right. It works .
Thank you Mariosipad
merciers is offline   Reply With Quote
Old 03-31-2015, 08:32 PM   #1091
fkruis
Junior Member
fkruis began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Mar 2015
Device: none
Hi, I just tried your demo with Bookviser Reader which is a windows 8.1 program and I'm running windows 10 TP and it is running perfect.
This is strange because I'm unable to read the calibre server running on the local host, which works fine with my android tablet but not with any windows ebook reader.
It works in the web browser.
I'm going to set up your server and see how it goes.

Frits
fkruis is offline   Reply With Quote
Old 05-11-2015, 09:51 AM   #1092
plasmid
Junior Member
plasmid began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Dec 2014
Device: TrekStor Pyrus
Is it possible to add custom metadata from Calibre database (i.e. "Original Title", "Translators" etc.) to COPS interface? How? What are the files to edit? Thank you.

Please excuse me, I haven't read 73 pages of this thread. Probably someone else has already asked this question.

SOLVED

Sébastien clearly explains how to do it:

Quote:
(...) override this configuration item in config_local.php :

Code:
/*
* Custom Columns to add as an array containing the lookup names
* configured in Calibre
*
* For example : array ("genre", "mycolumn");
*
* Note that for now only the first, second and forth type of custom columns are supported
*/
$config['cops_calibre_custom_column'] = array ();

Last edited by plasmid; 05-12-2015 at 06:07 PM.
plasmid is offline   Reply With Quote
Old 05-12-2015, 08:10 AM   #1093
magarto
Member
magarto began at the beginning.
 
Posts: 18
Karma: 10
Join Date: May 2015
Device: Kindle Paperwhite 2
Hi!!!!

I am configuring a Nginx & PHP5-FPM server in a Raspberry and I can open php in other webs but, choosing this configuration it shows 502 server error.
In another server (apache) it worked but not here.
I have tried a lot of tricks but no luck.

My files are:

1) In /etc/php5/fpm/pool.d/www.conf
Code:
user = www-data
group = www-data
and
Code:
listen = /var/run/php5-fpm.sock
2) In /etc/nginx/sites-available/mysite.ga (where mysite is my web)
Code:
server {

	listen 80;

	server_name mysite.ga;
#        if ( $http_host ~* "www\.(.*)") {
#                         rewrite ^ http://$1$request_uri permanent;
#        }



	access_log  /var/log/nginx/opds.access.log;
	error_log /var/log/nginx/opds.error.log;
	root   /home/pi/www/mysite.ga/public_html;
	index feed.php;

	#Useful only for Kobo reader
#	location /download/ {
#		rewrite ^/download/(\d+)/(\d+)/.*\.(.*)$ /fetch.php?data=$1&db=$2&type=$3 last;
#		rewrite ^/download/(\d+)/.*\.(.*)$ /fetch.php?data=$1&type=$2 last;
#		break;
#		}

	#Can break loading the images - if you don't see anything, comment
	location ~ ^/images.*\.(gif|png|ico|jpg)$ {
		expires 31d;
		}
	#Can also break loading the images, comment if it happens
	location ~ .(js|css|eot|svg|woff|ttf)$ {
		expires 31d;
		}

	#Not necessarily correct, it depends on distro.
	location ~ \.php$ {
		include /etc/nginx/fastcgi_params;
		fastcgi_param   SCRIPT_FILENAME  $document_root$fastcgi_script_name;
		fastcgi_pass    unix:/tmp/fcgi.sock;
		}

	location /Calibre {
		root /home/pi/www/mysite.ga/public_html/biblio;
		internal;
		}
}
3) In /etc/nginx/sites-available/default

Code:
# You may add here your
# server {
#	...
# }
# statements for each of your virtual hosts to this file

##
# You should look at the following URL's in order to grasp a solid understanding
# of Nginx configuration files in order to fully unleash the power of Nginx.
# http://wiki.nginx.org/Pitfalls
# http://wiki.nginx.org/QuickStart
# http://wiki.nginx.org/Configuration
#
# Generally, you will want to move this file somewhere, and start with a clean
# file but keep this around for reference. Or just disable in sites-enabled.
#
# Please see /usr/share/doc/nginx-doc/examples/ for more detailed examples.
##

server {
	listen   80; ## listen for ipv4; this line is default and implied
	#listen   [::]:80 default_server ipv6only=on; ## listen for ipv6

	root /usr/share/nginx/www;
	index index.php index.html index.htm;

	# Make site accessible from http://localhost/
	server_name localhost;

	location / {
		# First attempt to serve request as file, then
		# as directory, then fall back to displaying a 404.
		try_files $uri $uri/ /index.html;
		# Uncomment to enable naxsi on this location
		# include /etc/nginx/naxsi.rules
	}

	location /doc/ {
		alias /usr/share/doc/;
		autoindex on;
		allow 127.0.0.1;
		allow ::1;
		deny all;
	}

	# Only for nginx-naxsi used with nginx-naxsi-ui : process denied requests
	#location /RequestDenied {
	#	proxy_pass http://127.0.0.1:8080;    
	#}

	error_page 404 /404.html;

	# redirect server error pages to the static page /50x.html
	#
	error_page 500 502 503 504 /50x.html;
	location = /50x.html {
		root /usr/share/nginx/www;
	}

	# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
	#
	location ~ \.php$ {
		fastcgi_split_path_info ^(.+\.php)(/.+)$;
	#	# NOTE: You should have "cgi.fix_pathinfo = 0;" in php.ini
	
	#	# With php5-cgi alone:
	#	fastcgi_pass 127.0.0.1:9000;
	#	# With php5-fpm:
		fastcgi_pass unix:/var/run/php5-fpm.sock;
		fastcgi_index index.php;
		fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
		include fastcgi_params;
	}

	# deny access to .htaccess files, if Apache's document root
	# concurs with nginx's one
	#
	#location ~ /\.ht {
	#	deny all;
	#}
}


# another virtual host using mix of IP-, name-, and port-based configuration
#
#server {
#	listen 8000;
#	listen somename:8080;
#	server_name somename alias another.alias;
#	root html;
#	index index.html index.htm;
#
#	location / {
#		try_files $uri $uri/ =404;
#	}
#}


# HTTPS server
#
#server {
#	listen 443;
#	server_name localhost;
#
#	root html;
#	index index.html index.htm;
#
#	ssl on;
#	ssl_certificate cert.pem;
#	ssl_certificate_key cert.key;
#
#	ssl_session_timeout 5m;
#
#	ssl_protocols SSLv3 TLSv1;
#	ssl_ciphers ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv3:+EXP;
#	ssl_prefer_server_ciphers on;
#
#	location / {
#		try_files $uri $uri/ =404;
#	}
#}
4) In /etc/php5/fpm/php.ini I have uncommented:
Code:
cgi.force_redirect = 0
5) My config_default.php is

Code:
<?php
/**
 * COPS (Calibre OPDS PHP Server) class file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Sébastien Lucas <sebastien@slucas.fr>
 */

    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 /
     * You can enable multiple database with this notation instead of a simple string :
     * $config['calibre_directory'] = array ("My database name" => "/home/directory/calibre1/", "My other database name" => "/home/directory/calibre2/");
     */
    $config['calibre_directory'] = './biblio/';

    /*
     * SPECIFIC TO NGINX
     * The internal directory set in nginx config file
     * Leave empty if you don't know what you're doing
     */
    $config['calibre_internal_directory'] = '';

    /*
     * Full URL prefix (with trailing /)
     * useful especially for Opensearch where a full URL is often required
     * For example Mantano, Aldiko and Marvin require it.
     */
    $config['cops_full_url'] = '';

    /*
     * Number of recent books to show
     */
    $config['cops_recentbooks_limit'] = '50';

    /*
     * Catalog's author name
     */
    $config['cops_author_name'] = "Magarto";

    /*
     * Catalog's author uri
     */
    $config['cops_author_uri'] = "http://mysite.ga";

    /*
     * Catalog's author email
     */
    $config['cops_author_email'] = "email@email.com";

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

    /*
     * Catalog's subtitle
     */
    $config['cops_subtitle_default'] = "";

    /*
     * Wich header to use when downloading books outside the web directory
     * Possible values are :
     *   X-Accel-Redirect   : For Nginx
     *   X-Sendfile         : For Lightttpd or Apache (with mod_xsendfile)
     *   No value (default) : Let PHP handle the download
     */
    $config['cops_x_accel_redirect'] = "";

    /*
     * Height of thumbnail image for OPDS
     */
    $config['cops_opds_thumbnail_height'] = "164";

    /*
     * Height of thumbnail image for HTML
     */
    $config['cops_html_thumbnail_height'] = "164";

    /*
     * Icon for both OPDS and HTML catalog
     * Note that this has to be a real icon (.ico)
     */
    $config['cops_icon'] = "favicon.ico";

    /*
     * Show icon for authors, series, tags and books on OPDS feed
     *  1 : enable
     *  0 : disable
     */
    $config['cops_show_icons'] = "1";

    /*
     * Default timezone
     * Check following link for other timezones :
     * http://www.php.net/manual/en/timezones.php
     */
    $config['default_timezone'] = "Europe/Paris";

    /*
     * Prefered format for HTML catalog
     * The two first will be displayed in book entries
     * The other only appear in book detail
     */
    $config['cops_prefered_format'] = array ("EPUB", "PDF", "AZW3", "AZW", "MOBI", "CBR", "CBZ");

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

    /*
     * generate a invalid OPDS stream to allow bad OPDS client to use search
     * Example of non compliant OPDS client : Moon+ Reader
     * Example of good OPDS client : Mantano, FBReader
     *  1 : enable support for non compliant OPDS client
     *  0 : always generate valid OPDS code
     */
    $config['cops_generate_invalid_opds_stream'] = "0";

    /*
     * Max number of items per page
     * -1 unlimited
     */
    $config['cops_max_item_per_page'] = "-1";

    /*
     * split authors by first letter
     * 1 : Yes
     * 0 : No
     */
    $config['cops_author_split_first_letter'] = "1";

    /*
     * split titles by first letter
     * 1 : Yes
     * 0 : No
     */
    $config['cops_titles_split_first_letter'] = "1";

    /*
     * Enable the Lightboxes (for popups)
     * 1 : Yes (enable)
     * 0 : No
     */
    $config['cops_use_fancyapps'] = "1";

    /*
     * Update Epub metadata before download
     * 1 : Yes (enable)
     * 0 : No
     */
    $config['cops_update_epub-metadata'] = "0";

    /*
     * Filter on tags to book list
     * Only works with the OPDS catalog
     * Usage : array ("I only want to see books using the tag : Tag1"     => "Tag1",
     *                "I only want to see books not using the tag : Tag1" => "!Tag1",
     *                "I want to see every books"                         => "",
     *
     * Example : array ("All" => "", "Unread" => "!Read", "Read" => "Read")
     */
    $config['cops_books_filter'] = array ();

    /*
     * Custom Columns to add  as an array containing the lookup names
     * configured in Calibre
     *
     * For example : array ("genre", "mycolumn");
     *
     * Note that for now only the first, second and forth type of custom columns are supported
     */
    $config['cops_calibre_custom_column'] = array ();

    /*
     * Rename .epub to .kepub.epub if downloaded from a Kobo eReader
     * The ebook will then be recognized a Kepub so with chaptered paging, statistics, ...
     * You have to enable URL rewriting if you want to enable kepup.epub download
     * 1 : Yes (enable)
     * 0 : No
     */
    $config['cops_provide_kepub'] = "0";

    /*
     * Enable and configure Send To Kindle (or Email) feature.
     *
     * Don't forget to authorize the sender email you configured in your Kindle's  Approved Personal Document E-mail List.
     *
     * If you want to use a simple smtp server (provided by your ISP for example), you can configure it like that :
     * $config['cops_mail_configuration'] = array( "smtp.host"     => "smtp.free.fr",
     *                                           "smtp.username" => "",
     *                                           "smtp.password" => "",
     *                                           "smtp.secure"   => "",
     *                                           "address.from"  => "cops@slucas.fr"
     *                                           );
     *
     * For Gmail (ssl is mandatory) :
     * $config['cops_mail_configuration'] = array( "smtp.host"     => "smtp.gmail.com",
     *                                           "smtp.username" => "YOUR GMAIL ADRESS",
     *                                           "smtp.password" => "YOUR GMAIL PASSWORD",
     *                                           "smtp.secure"   => "ssl",
     *                                           "address.from"  => "cops@slucas.fr"
     *                                           );
     */
    $config['cops_mail_configuration'] = array( "smtp.host"     => "xxx", "smtp.username" => "xxxx", "smtp.password" => "xxx",  "smtp.secure"   => "ssl", "address.from"  => "xxx" );
    
    /*
     * Use filter in HTML catalog
     * 1 : Yes (enable)
     * 0 : No
     */
    $config['cops_html_tag_filter'] = "0";

    /*
     * Thumbnails are generated on-the-fly so it can be problematic on servers with slow CPU (Raspberry Pi, Dockstar, Piratebox, ...).
     * This configuration item allow to customize how thumbnail will be generated
     * "" : Generate thumbnail (CPU hungry)
     * "1" : always send the full size image (Network hungry)
     * any url : Send a constant image as the thumbnail (you can try "images/bookcover.png")
     */
    $config['cops_thumbnail_handling'] = "";

    /*
     * Contains a list of user agent for browsers not compatible with client side rendering
     * For now : Kindle, Sony PRS-T1, Sony PRS-T2, All Cybook devices (maybe a little extreme).
     * This item is used as regular expression so "." will force server side rendering for all devices
     */
    $config['cops_server_side_render'] = "Kindle|EBRD1101|EBRD1201|cybook";

    /*
     * Specify the ignored categories for the home screen and with search
     * Meaning that if you don't want to search in publishers or tags just add them from the list
     * Only accepted values :
     * - author
     * - book
     * - series
     * - tag
     * - publisher
     * - rating
     * - language
     */
    $config ['cops_ignored_categories'] = array ();

    /*
     * If you use a Sony eReader or Aldiko you can't download ebooks if your catalog
     * is password protected. A simple workaround is to leave fetch.php not protected (see .htaccess).
     * But In that case your COPS installation is not completely safe.
     * Setting this parameter to "1" ensure that nobody can access fetch.php before accessing
     * index.php or feed.php first.
     * BEWARE : Do not touch this if you're not using password, not using PRS-TX or not using Aldiko.
     */
    $config ['cops_fetch_protect'] = "0";

    /*
     * WARNING NOT READY FOR PRODUCTION USE
     * Make the search better (don't care about diacritics, uppercase should work on Cyrillic) but slower.
     * 1 : Yes (enable)
     * 0 : No
     */
    $config ['cops_normalized_search'] = "1";

    /*
     * Enable PHP password protection (You can use if htpasswd is not possible for you)
     * If possible prefer htpasswd !
     * array( "username" => "xxx", "password" => "secret") : Enable PHP password protection
     * NULL : Disable PHP password protection (You can still use htpasswd)
     */
    $config['cops_basic_authentication'] = NULL;

    /*
     * Which template is used by default :
     * 'default'
     * 'bootstrap'
     */
    $config['cops_template'] = 'default';

    /*
     * Set language code to force a language (see lang/ directory for available languages).
     * When empty it will auto detect the language.
     */
    $config['cops_language'] = '';<?php
6) My www folder is chowned to www-data

7) Errors are:
Code:
2015/05/12 11:41:25 [crit] 4673#0: *4 connect() to unix:/tmp/fcgi.sock failed (2: No such file or directory) while connecting to upstream, client: 192.168.0.1$

Last edited by magarto; 05-14-2015 at 08:30 AM.
magarto is offline   Reply With Quote
Old 05-13-2015, 08:06 AM   #1094
magarto
Member
magarto began at the beginning.
 
Posts: 18
Karma: 10
Join Date: May 2015
Device: Kindle Paperwhite 2
Solved, but I do not know how... it should be any problem with fpm
magarto is offline   Reply With Quote
Old 05-24-2015, 12:49 AM   #1095
teejcee
Enthusiast
teejcee began at the beginning.
 
Posts: 48
Karma: 10
Join Date: Mar 2012
Location: Sydney, Australia
Device: Kindle 3G & Paperwhite
Quote:
Originally Posted by Saskir21 View Post
Sorry If this got already answered but I have one Problem with COPS. First for my Setup, I have it Running on a Raspberry Pi 2 (and it Runs really nice even with Many books)..
Hi Sakir21...(and anyone else who'd care to answer) I'm trying to get COPS working on a Pi but with very little luck. Perhaps it's my misunderstanding of the set up. I thought that COPS somehow sync'd with my laptop Calibre library files but I've read about configurations with paths to local Calibre library/s.

Could someone give me a step by step guide, either by reply in thread or PM, as to how I go about getting this to work please.

I'm an old f*rt trying to come to grips with technology & have done pretty well so far. I just need pointing in the right direction. Once I get overt this Pi hump, I'm looking at getting a micro server to run COPS and look to add further applications.

Many Thanks.
TC

Update.... I now have it "working" by installing a small library + metadata.db on the Pi but I've still no idea about the sync of library...cheers

Last edited by teejcee; 05-24-2015 at 02:38 AM. Reason: update
teejcee is offline   Reply With Quote
Reply

Tags
calibre opds, dns, kobo aura, synology

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Calibre OPDS server with windows apps? nickdma Related Tools 10 03-03-2024 02:53 PM
[Old Thread] Android FBreader and Calibre OPDS server question kalex Calibre 5 12-24-2015 10:16 PM
PHP+Apache web server for calibre ... chaley Related Tools 254 04-28-2014 08:18 PM
External OPDS catalogue in Calibre bolton Calibre 1 09-05-2012 06:14 AM
Calibre Command Line usage with PHP artoros Related Tools 13 07-01-2010 09:57 AM


All times are GMT -4. The time now is 07:32 AM.


MobileRead.com is a privately owned, operated and funded community.