Register Guidelines E-Books Today's Posts Search

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

Notices

Closed Thread
 
Thread Tools Search this Thread
Old 02-27-2015, 08:11 AM   #901
melovesflying
Groupie
melovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy blue
 
Posts: 186
Karma: 13138
Join Date: Jun 2014
Device: Kindle Paperwhite 3, Kobo Aura, Kobo Glo HD
It's weird but ever since updating to the latest version of the plugin and Calibre itself, and I think even the version before it, automatically backing up my Kobo Aura has become inconsistent. I've set it to make backups daily upon connecting the device but sometimes it works, sometimes it doesn't. Same goes when I changed the setting to automatically backup every time my Aura is connected. I wonder how I can resolve this.
melovesflying is offline  
Old 02-27-2015, 10:40 AM   #902
emperorskeeter
Junior Member
emperorskeeter began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Feb 2015
Device: Kobo Aura
Quote:
Originally Posted by DNSB View Post
??? Within Calibre, you can add fractional numbers to series. In one series I have, about half the entries are whole numbers for books and fractional numbers for short stories that are part of the series. This is done manually by editing the series number from the edit metadata option.

So I have stuff like:
Book 1.00
Book 1.25
Book 1.50
Book 2.00
Book 2.50
Book 3.00 ...
Right, I can do that in Calibre. When I'm in the Kobo library, I select the books in the series and then Manage Series Info to add subtitles, I can only add whole numbers.
emperorskeeter is offline  
Old 02-27-2015, 08:33 PM   #903
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,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by melovesflying View Post
It's weird but ever since updating to the latest version of the plugin and Calibre itself, and I think even the version before it, automatically backing up my Kobo Aura has become inconsistent. I've set it to make backups daily upon connecting the device but sometimes it works, sometimes it doesn't. Same goes when I changed the setting to automatically backup every time my Aura is connected. I wonder how I can resolve this.
I'll have a look at the code and see what I can see. But, some thoughts:

Is the backup job being run all the time? If the backup is configured, the job will be run and that decides if a backup is needed. And how long is it taking? A thought is that it is doing the backup but for some reason deciding it is the one to be deleted when removing the older files.

Do you have a normal time of day for the connect? An error in the date checking would be the obvious reason. Or not handling timezone correctly. But date calculation error wouldn't explain the missing backups for the every connect option.

Could you give me a file listing from the directory the backups go to? Maybe I can see a pattern for what is missing.
davidfor is offline  
Old 02-28-2015, 02:19 AM   #904
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,737
Karma: 169712580
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by emperorskeeter View Post

Quote:
Originally Posted by DNSB View Post
??? Within Calibre, you can add fractional numbers to series. In one series I have, about half the entries are whole numbers for books and fractional numbers for short stories that are part of the series. This is done manually by editing the series number from the edit metadata option.

So I have stuff like:
Book 1.00
Book 1.25
Book 1.50
Book 2.00
Book 2.50
Book 3.00 ...
Right, I can do that in Calibre. When I'm in the Kobo library, I select the books in the series and then Manage Series Info to add subtitles, I can only add whole numbers.
Given that the Kobo Utilities work with Calibre, why not use Calibre's metadata editor? Also not quite sure what you mean by "in the Kobo library"?

Last edited by DNSB; 02-28-2015 at 02:23 AM.
DNSB is offline  
Old 02-28-2015, 05:24 AM   #905
melovesflying
Groupie
melovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy blue
 
Posts: 186
Karma: 13138
Join Date: Jun 2014
Device: Kindle Paperwhite 3, Kobo Aura, Kobo Glo HD
Quote:
Originally Posted by davidfor View Post
I'll have a look at the code and see what I can see. But, some thoughts:

Is the backup job being run all the time? If the backup is configured, the job will be run and that decides if a backup is needed. And how long is it taking? A thought is that it is doing the backup but for some reason deciding it is the one to be deleted when removing the older files.

Do you have a normal time of day for the connect? An error in the date checking would be the obvious reason. Or not handling timezone correctly. But date calculation error wouldn't explain the missing backups for the every connect option.

Could you give me a file listing from the directory the backups go to? Maybe I can see a pattern for what is missing.
It has been configured to run automatically (daily) when my Aura is connected. What I do is I connect it to my Mac and then open Calibre, which then detects it. But I guess about 5 out of 7 times, it doesn't do the backup even if there has been no backup for the day yet. I tried opening my Calibre first and then connecting my Aura but the result is the same. Even if I change my setting to backup upon connect and then restart Calibre to reflect this change, the backup doesn't work.

Before, it only takes seconds but now, when it works, I guess about ~3 minutes. I don't have a fixed time when I connect it. My database is okay (just checked it). The backups, when they work, don't have the CORRUPT text so I guess all is well on my Aura. I checked the timezone and there is also no issue with it. File directory is Users/*myHD*/Documents/Kobo.

I can't recall if it happened before the plugin had the issue wherein I had to re-add my Aura to the list of devices to make it work after a Calibre update (I posted about this, too) or after that. But I think it was after. Here's a screenshot of the settings I've always used:



*mods, sorry Idk how to make the attachment into a thumbnail.
melovesflying is offline  
Old 02-28-2015, 06:07 AM   #906
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,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by melovesflying View Post
It has been configured to run automatically (daily) when my Aura is connected. What I do is I connect it to my Mac and then open Calibre, which then detects it. But I guess about 5 out of 7 times, it doesn't do the backup even if there has been no backup for the day yet. I tried opening my Calibre first and then connecting my Aura but the result is the same. Even if I change my setting to backup upon connect and then restart Calibre to reflect this change, the backup doesn't work.
OK, that gives some more details to look at.
Quote:
Before, it only takes seconds but now, when it works, I guess about ~3 minutes.
That was what I was expecting.
Quote:
I don't have a fixed time when I connect it.
Not even a rough time? I normally connect after dinner during the week. It's roughly a two hour time slot.
Quote:
My database is okay (just checked it). The backups, when they work, don't have the CORRUPT text so I guess all is well on my Aura.
Good as that eliminates a possibility.
Quote:
I checked the timezone and there is also no issue with it.
Actually I was thinking that I might have messed up the date calculation because of the timezone. I haven't checked whether the code is working on local or GMT time.
Quote:
File directory is Users/*myHD*/Documents/Kobo.
I assume the "*myHD*" is a name with no unusual character in it.
Quote:
I can't recall if it happened before the plugin had the issue wherein I had to re-add my Aura to the list of devices to make it work after a Calibre update (I posted about this, too) or after that. But I think it was after. Here's a screenshot of the settings I've always used:
That looks like what I would expect.
davidfor is offline  
Old 02-28-2015, 08:07 AM   #907
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,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
I have been looking at this, and can't see why it is happening. But, I did think of something that could help.

The next time this happens, could you run calibre in debug mode? The log should show what is happening and give me an idea of why it doesn't do the backup.
davidfor is offline  
Old 03-01-2015, 12:05 AM   #908
melovesflying
Groupie
melovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy blue
 
Posts: 186
Karma: 13138
Join Date: Jun 2014
Device: Kindle Paperwhite 3, Kobo Aura, Kobo Glo HD
Quote:
Originally Posted by davidfor View Post
I have been looking at this, and can't see why it is happening. But, I did think of something that could help.

The next time this happens, could you run calibre in debug mode? The log should show what is happening and give me an idea of why it doesn't do the backup.
How do I run it in debug mode (I'm using a Mac)? Btw, rough estimate when I use Calibre is either during afternoons (around 5-6 pm) or late in the evening (around 10pm-12 am). And the *myHD* is just a placeholder for my actual hard drive's name, because I'm using my real name for that and no characters included. Appreciate all the help.
melovesflying is offline  
Old 03-01-2015, 12:58 AM   #909
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,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by melovesflying View Post
How do I run it in debug mode (I'm using a Mac)?
Click on the little arrow that is part of the preferences button and select "Restart in debug mode". Calibre will restart and display a message about debug mode and the log. Do the tests and close calibre. When it does, it will display the log file. That's what I want to see. Either post it here, or send it to me in a PM.
Quote:
Btw, rough estimate when I use Calibre is either during afternoons (around 5-6 pm) or late in the evening (around 10pm-12 am).
Any chance that when it run in the late evening connection, it doesn't the next day?
Quote:
And the *myHD* is just a placeholder for my actual hard drive's name, because I'm using my real name for that and no characters included. Appreciate all the help.
That's what I thought.
davidfor is offline  
Old 03-01-2015, 03:59 AM   #910
melovesflying
Groupie
melovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy bluemelovesflying can differentiate black from dark navy blue
 
Posts: 186
Karma: 13138
Join Date: Jun 2014
Device: Kindle Paperwhite 3, Kobo Aura, Kobo Glo HD
Quote:
Originally Posted by davidfor View Post
Click on the little arrow that is part of the preferences button and select "Restart in debug mode". Calibre will restart and display a message about debug mode and the log. Do the tests and close calibre. When it does, it will display the log file. That's what I want to see. Either post it here, or send it to me in a PM.

Any chance that when it run in the late evening connection, it doesn't the next day?
Yes, that happens. I'll give you the log once I encounter again the error. Tried doing it today but Calibre did the backup automatically.
melovesflying is offline  
Old 03-03-2015, 06:50 PM   #911
emperorskeeter
Junior Member
emperorskeeter began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Feb 2015
Device: Kobo Aura
Quote:
Originally Posted by emperorskeeter View Post
Love the plugin and thanks for all the hard work.

I would love to be able to add ".X" to the series. For example:
Book 1
Book 2
Book 3
Book 3.1
Book 4

As it is now, you can only add whole numbers to the series.

Thanks.
Figured this out. I never noticed the right and left arrows in the manage series information window before.

Thanks for this feature!
emperorskeeter is offline  
Old 03-30-2015, 05:59 PM   #912
iostrym
Connoisseur
iostrym began at the beginning.
 
Posts: 73
Karma: 10
Join Date: Mar 2015
Device: kobo
Hi,

Just to be sure that I've well understood this plugin. With this I could be able to modify a tag in calibre and have this modification done in the kobo without deleting the file in the kobo and reimporting it. right ?
iostrym is offline  
Old 03-30-2015, 06:55 PM   #913
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,737
Karma: 169712580
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by iostrym View Post
Hi,

Just to be sure that I've well understood this plugin. With this I could be able to modify a tag in calibre and have this modification done in the kobo without deleting the file in the kobo and reimporting it. right ?
Pretty much, yes. If you are modifying the metadata and not the file data, a delete and re-import is not needed. Change the series name or numbering? Select the ebooks in Calibre and update their metadata.
DNSB is offline  
Old 03-30-2015, 09:17 PM   #914
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,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
@iostrym: As DNSB said, yes, but it is limited to the metadata that the Kobo firmware stores in the internal database. The update metadata function updates the database, not the books. The metadata that can be updated is title, author, series, ISBN, comments/synopsis, language, publisher and published date. That is from memory, so I might have missed something, but tags are not something the Kobe ereaders use.

If want to update the actual books, just send them again. As long as the structure of the books do not change, there is no problem. The driver does an update of the database to make sure the device doesn't see it as changed book. The changes that could cause problems are changes to the ToC, the names of the internal files or adding or removing a file. In those cases you should remove the book first and then send it again. Changes such as fixing spelling or styles or the metadata won't cause a problem.
davidfor is offline  
Old 03-31-2015, 03:17 AM   #915
iostrym
Connoisseur
iostrym began at the beginning.
 
Posts: 73
Karma: 10
Join Date: Mar 2015
Device: kobo
Thanks fort the answer. You said that I could send the file again in kobo. Then even without using kobo utilities plug in. What is the rule then for the file to replace the old one in kobo ? Only same filename ? Even if ISBN tag is different ? I said that because I use sometime isbn as a version number to differentiate big PDF file that I have annoted and I want to be able to version them.

If I have correctly understood, only filename and TOC modification could make kobo see the book as a new book. Right ? What about calibre ? If everything is identical except ISBN, it should be able to store them both in library. Right ?
iostrym is offline  
Closed Thread

Tags
calibre, kobo, kobo utilities, kobo-utilities, plugins


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:29 PM.


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