Register Guidelines E-Books Today's Posts Search

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

Notices

Reply
 
Thread Tools Search this Thread
Old 11-23-2014, 01:02 PM   #706
hpotter
Junior Member
hpotter began at the beginning.
 
hpotter's Avatar
 
Posts: 4
Karma: 10
Join Date: Nov 2014
Device: Kobo
Hello DavidFor,
Is it possible to manage two kobo with your plugin?
Thank you in advance.
hpotter is offline   Reply With Quote
Old 11-23-2014, 01:22 PM   #707
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,234
Karma: 11768331
Join Date: Jun 2009
Location: Madrid, Spain
Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2
This is the translation. There're some strings I haven't seen checking the options, so I don't know if there will be any mistake.

KoboUtilities-1.8.3-es.zip
Terisa de morgan is offline   Reply With Quote
Advert
Old 11-23-2014, 01:30 PM   #708
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
PeterT's Avatar
 
Posts: 12,168
Karma: 73448616
Join Date: Nov 2007
Location: Toronto
Device: Nexus 7, Clara, Touch, Tolino EPOS
You can manage multiple Kobo's; at least so far as items like backups go. The backups are named using both the device type as well as the device serial number.

However, there only is a single column available for each of the reading stats, so stats / reading positions would be combined for the two devices (and optionally only the furthest reading location would be retained).
PeterT is offline   Reply With Quote
Old 11-24-2014, 09:43 AM   #709
ebookskippy
Member
ebookskippy began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Nov 2012
Location: Germany
Device: KoboTouch & Aura N514
Thanks davidfor -P-

Last edited by ebookskippy; 11-24-2014 at 09:47 AM.
ebookskippy is offline   Reply With Quote
Old 11-24-2014, 06:02 PM   #710
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,907
Karma: 47303748
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by Terisa de morgan View Post
This is the translation. There're some strings I haven't seen checking the options, so I don't know if there will be any mistake.

Attachment 131478
Thanks. I'll get the update out tonight or tomorrow.
davidfor is offline   Reply With Quote
Advert
Old 11-27-2014, 01:56 AM   #711
hpotter
Junior Member
hpotter began at the beginning.
 
hpotter's Avatar
 
Posts: 4
Karma: 10
Join Date: Nov 2014
Device: Kobo
Multiple Kobo reading status

Quote:
Originally Posted by PeterT View Post
You can manage multiple Kobo's; at least so far as items like backups go. The backups are named using both the device type as well as the device serial number.

However, there only is a single column available for each of the reading stats, so stats / reading positions would be combined for the two devices (and optionally only the furthest reading location would be retained).
Thank you for this rapid (and complete) answer.

What is the effort so that the plugin is be able to deal with multiple reading status?
hpotter is offline   Reply With Quote
Old 11-27-2014, 07:00 AM   #712
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,907
Karma: 47303748
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by hpotter View Post
Thank you for this rapid (and complete) answer.

What is the effort so that the plugin is be able to deal with multiple reading status?
You can do it right now manually. What you need to do is:

- For each device, create a set of custom columns for the reading status. You would need to name them so that you know which is which.
- With no devices connected, configure the plugin to use one set of columns.
- Connect the device for the configured columns and fetch the status.
- Eject the device
- Repeat the above for each device.

I haven't tried it, but that should work. A way to partly automate this is to take copies of the configuration file and replace it before starting calibre and connecting each device. You could wrap starting calibre in a script to replace the file before starting.

I have thought about adding this this to the plugin, but, I haven't really had a need. And I think you are the first to suggest it. I'll put it on my TODO list to have a look and see how easy it is. But, it isn't likely to happen any time soon.
davidfor is offline   Reply With Quote
Old 11-29-2014, 10:56 AM   #713
hpotter
Junior Member
hpotter began at the beginning.
 
hpotter's Avatar
 
Posts: 4
Karma: 10
Join Date: Nov 2014
Device: Kobo
Multiple Kobo reading status (cont'd)

Quote:
Originally Posted by davidfor View Post
You can do it right now manually. What you need to do is:

- For each device, create a set of custom columns for the reading status. You would need to name them so that you know which is which.
- With no devices connected, configure the plugin to use one set of columns.
- Connect the device for the configured columns and fetch the status.
- Eject the device
- Repeat the above for each device.

I haven't tried it, but that should work. A way to partly automate this is to take copies of the configuration file and replace it before starting calibre and connecting each device. You could wrap starting calibre in a script to replace the file before starting.

I have thought about adding this this to the plugin, but, I haven't really had a need. And I think you are the first to suggest it. I'll put it on my TODO list to have a look and see how easy it is. But, it isn't likely to happen any time soon.
Thank you again for the quick answer; the solution is OK.

However, in the family we have 4 Kobo glo and it is difficult to manage like this.
hpotter is offline   Reply With Quote
Old 12-02-2014, 07:49 AM   #714
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,907
Karma: 47303748
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Update to Kobo Utilities plugin - V1.8.4 - Spanish translation

I have just uploaded an update to the plugin. The only change is to update the Spanish translations thanks to Terisa and vIosOnE.

It should be announced by calibre in the next hour or so.
davidfor is offline   Reply With Quote
Old 12-02-2014, 09:38 PM   #715
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 74,015
Karma: 129333114
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by davidfor View Post
I have just uploaded an update to the plugin. The only change is to update the Spanish translations thanks to Terisa and vIosOnE.

It should be announced by calibre in the next hour or so.
Yes, the update announcement did show up.
JSWolf is offline   Reply With Quote
Old 12-05-2014, 01:41 AM   #716
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,907
Karma: 47303748
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by hpotter View Post
Thank you again for the quick answer; the solution is OK.

However, in the family we have 4 Kobo glo and it is difficult to manage like this.
With four devices in active use, I can see why you would want this. I have three, but only really read on one of them, so I just ignore the updates from the others.

I have started looking at this. So far it is mainly involved staring at the config dialog to work out how to handle the configuration. Looking at it I realised two things. Firstly, most of the options on it could be device dependent. Secondly, I don't have a good idea how to do this yet. The dialogs going to be the hard part. Once I have that, the rest will be "easy".
davidfor is offline   Reply With Quote
Old 12-05-2014, 05:40 AM   #717
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
PeterT's Avatar
 
Posts: 12,168
Karma: 73448616
Join Date: Nov 2007
Location: Toronto
Device: Nexus 7, Clara, Touch, Tolino EPOS
I was wondering about the feasibility of base column names that would be specified in the plugin that would then be auto suffixed by the serial # of the device.

Of course then there is the challenge of getting the user to create the correctly named columns by hand and also the challenge of how to override those if you (for instance) want to restore the reading location from one device to another
PeterT is offline   Reply With Quote
Old 12-05-2014, 06:57 AM   #718
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,907
Karma: 47303748
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by PeterT View Post
I was wondering about the feasibility of base column names that would be specified in the plugin that would then be auto suffixed by the serial # of the device.

Of course then there is the challenge of getting the user to create the correctly named columns by hand and also the challenge of how to override those if you (for instance) want to restore the reading location from one device to another
It's an idea. It might be possible to have a wizard that create the columns. That would be handy in any case.

Restoring the values from one device to another is something that has occurred to me. It's function that I think is needed.
davidfor is offline   Reply With Quote
Old 12-05-2014, 12:56 PM   #719
hpotter
Junior Member
hpotter began at the beginning.
 
hpotter's Avatar
 
Posts: 4
Karma: 10
Join Date: Nov 2014
Device: Kobo
Quote:
Originally Posted by davidfor View Post
It's an idea. It might be possible to have a wizard that create the columns. That would be handy in any case.

Restoring the values from one device to another is something that has occurred to me. It's function that I think is needed.

The current storage (in .opf file) is the following:

meta name="calibre:user_metadata:#koboreadpct" content=" abcdef "
meta name="calibre:user_metadata:#kobolastread" content=" abcdef "
meta name="calibre:user_metadata:#koboreadloc" content=" abcdef "

Would it run with the following one (name being the MAC address)?

meta name="00:90:A2:xx:yy:zz" content="calibre:user_metadata:#koboreadpct = abcdef "
meta name="00:90:A2:xx:yy:zz" content="calibre:user_metadata:#kobolastread = abcdef "
meta name="00:90:A2:xx:yy:zz" content="calibre:user_metadata:#koboreadloc = abcdef "

It is just a question; I've no knowledge at all on the topic.
hpotter is offline   Reply With Quote
Old 12-06-2014, 07:52 AM   #720
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,907
Karma: 47303748
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by hpotter View Post
The current storage (in .opf file) is the following:

meta name="calibre:user_metadata:#koboreadpct" content=" abcdef "
meta name="calibre:user_metadata:#kobolastread" content=" abcdef "
meta name="calibre:user_metadata:#koboreadloc" content=" abcdef "

Would it run with the following one (name being the MAC address)?

meta name="00:90:A2:xx:yy:zz" content="calibre:user_metadata:#koboreadpct = abcdef "
meta name="00:90:A2:xx:yy:zz" content="calibre:user_metadata:#kobolastread = abcdef "
meta name="00:90:A2:xx:yy:zz" content="calibre:user_metadata:#koboreadloc = abcdef "

It is just a question; I've no knowledge at all on the topic.
It isn't the data storage that I am working out, that will be the same as now. Except there will be a set of custom columns for each device. As to the content of the OPF, I have no control over that. Calibre writes that whenever it writes the metadata to the OPF file in the library or to the books. And the format of each attribute is defined. To use the MAC address, it would be part of the column name.

The issue is how to create that configuration. How to display on the screen and then store it in the configuration file. At the moment, I'm planning to use a similar method to the Reading List plugin. A tab for "Profiles" which have the device specific configuration, a tab for the list of known devices and a tab for all the other options (keyboard and the button configuration). You will be able to create as many profiles as you want. Each can be assigned to one device. Or one can be set for all unknown devices. This is effectively what happens now.

That feels like it will work. And it has the added advantage of being able to "borrow" a lot of code from
davidfor is offline   Reply With Quote
Reply

Tags
kobo, kobo utilities


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] Manga plugin mastertea Plugins 6 01-06-2022 02:43 AM
[GUI Plugin] Save Virtual Libraries To Column (GUI) chaley Plugins 14 04-04-2021 05:25 AM
Kobo Utilities Plugin Question nikev Kobo Reader 10 09-25-2018 11:55 PM
[GUI Plugin] Plugin Updater **Deprecated** kiwidude Plugins 159 06-19-2011 12:27 PM


All times are GMT -4. The time now is 02:49 PM.


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