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

Go Back   MobileRead Forums > E-Book Software > Calibre Companion

Notices

Reply
 
Thread Tools Search this Thread
Old 04-26-2017, 11:22 AM   #1
meekela
Junior Member
meekela began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jul 2015
Device: Galaxy Note
Lightbulb Book rating

First of all thank you for your fantastic job: it helps me a lot.
In the near future, it would be great to add a chance to evaluate the book.
When I finish the reading and I set the book as "Read", I'd like to evaluate it directly from the Android device.
At the moment to evaluate the book I have to open the Calibre in Windows and update the rating field.
Could you do that?
meekela is offline   Reply With Quote
Old 04-26-2017, 01:19 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,057
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by meekela View Post
First of all thank you for your fantastic job: it helps me a lot.
In the near future, it would be great to add a chance to evaluate the book.
When I finish the reading and I set the book as "Read", I'd like to evaluate it directly from the Android device.
At the moment to evaluate the book I have to open the Calibre in Windows and update the rating field.
Could you do that?
The Wireless device connection/ Sync does that . Calibre has to be running (wireless device enabled) , but you don't need to touch it for the update status to be posted.
theducks is offline   Reply With Quote
Advert
Old 04-26-2017, 04:33 PM   #3
Terisa de morgan
Grand Sorcerer
Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.
 
Terisa de morgan's Avatar
 
Posts: 6,629
Karma: 12595249
Join Date: Jun 2009
Location: Madrid, Spain
Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2
Quote:
Originally Posted by theducks View Post
The Wireless device connection/ Sync does that . Calibre has to be running (wireless device enabled) , but you don't need to touch it for the update status to be posted.
As I understood, you're describing is the opposite of what the OP (and me ) wants. If I'm right, you're saying that you can send the rating from calibre to calibre companion, but I think the requested is: "Rate the book in calibre companion and send it to calibre in the same way than the read date"
Terisa de morgan is offline   Reply With Quote
Old 04-26-2017, 05:14 PM   #4
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,057
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Terisa de morgan View Post
As I understood, you're describing is the opposite of what the OP (and me ) wants. If I'm right, you're saying that you can send the rating from calibre to calibre companion, but I think the requested is: "Rate the book in calibre companion and send it to calibre in the same way than the read date"
Oops!

I thought it was READ status
theducks is offline   Reply With Quote
Old 04-27-2017, 07:48 AM   #5
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,447
Karma: 8012886
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Unfortunately there are complications that argue against me trying to implement this.
  • Performance. I discovered when I did read and read-date syncing that it can have a significant negative impact on calibre's performance when connecting. One pays part of the penalty even when not syncing any fields.
  • CC User Interface. There are two ways of adding a synced column.
    • Add another data field. This is what was done with Read and Read Date. Unfortunately going this route means I would need to add the new fields to the grouping drawer, sort menus, and "extra info" capability in the book list. This is a lot of work, easy to get wrong. It also introduces compatibility problems for backup and recovery.
    • Use the calibre data field. Doing it this way avoids the grouping drawer etc changes, but it introduces the problem of overlapping change in CC and calibre. See below.
  • Managing change. There are (again) two ways to deal with overlapping changes to data in CC and calibre.
    • Calibre always wins. This is what we have today.
    • CC always wins. In this scenario, changes made in CC are moved to calibre. Changes made in calibre are lost when CC syncs. This method would be the easiest to build and explain, but it is probably unacceptable.
    • The latest change wins. This means that calibre and CC must know where the data was changed, usually requiring a copy of the data or some other flag. This is what Read and Read Date do, and is probably the only acceptable implementation.
  • Given my son's current life situation, there isn't much chance of a feature like this getting into iOS CC any time soon. I am loath to make the apps more different than they already are.
There is also the question of "where does this stop?" Clearly people would like to change any metadata value in CC and have this propagate (sync) to calibre, but this isn't going to happen. If only some fields are synced, which ones?

Finally, version 3 of calibre's content server will (eventually) support editing metadata. Once this works then we have two possibilities for changing book metadata from a device.
  • The default: you open a web browser, go to calibre's content server, find the book, and change the metadata. It will show up in CC next time it syncs. This method requires no changes to CC, which from my point of view is very good.
  • An extension to CC's content server connection that exposes the calibre editing capabilities. This would be a lot of work, but it has the advantage of being a complete, build once, solution. Any fields editable in calibre's content server would be editable in this extension. We might also be able to implement an "auto-sync" where changes made by this interface are automatically written to CC's database.
Given all this, my answer is "we will wait and see." I want to know more about the new content server and its APIs before I do anything to CC's syncing.
chaley is offline   Reply With Quote
Advert
Old 04-27-2017, 09:17 AM   #6
Terisa de morgan
Grand Sorcerer
Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.
 
Terisa de morgan's Avatar
 
Posts: 6,629
Karma: 12595249
Join Date: Jun 2009
Location: Madrid, Spain
Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2
If I remember right, I think this issue has already been raising (even by me, perhaps). I'll follow the news about it when the new Content Server is alive.
Terisa de morgan is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Download number of ratings and exact ratings from amazon (partly solved) Bücherwurm1 Library Management 0 08-01-2014 04:23 AM
Testpoints etc. for USB Data+ & Data- ? Upprcalypse Kindle Developer's Corner 5 03-16-2013 12:47 PM
Data lost after library folder sync wtw1936 Library Management 4 08-21-2011 10:49 PM
Automatic Sony Read Sync Script for Mac and Mekentosj Papers Sync smash0190 Sony Reader 1 03-12-2009 06:41 PM


All times are GMT -4. The time now is 06:15 AM.


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