| 
			
			 | 
		#676 | 
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 7 
				Karma: 10 
				Join Date: Oct 2014 
				Location: France 
				
				
				Device: Kobo Glo 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			All the kepubs I have were bought (none were converted from epubs). So all should be of the right format. 
		
	
		
		
		
		
		
		
		
		
		
		
		
			I buy them from Fnac, which is a bookseller associated with Kobo. From what I understood, they share their catalogue of ebooks and their database of customers; however, there has been a problem when synchronising their databases for my account and since then, when I connect to Kobo website (or when I use their desktop app), it does not see my latest purchases. However, when I connect to Fnac website, it sees my purchase and gives me a direct link on Kobo server, which allows me to download it "manually". I then have to transfer it to the device, it is where I use Calibre (I import the kepub to Calibre, then ask Calibre to send it to the device, sometimes after adding or modifying some metadata within Calibre; I did not install any plugin except yours). The best is that I continue to hope that Fnac and Kobo will finally fix the problem they have acknowledge, so that I can use Kobo desktop app or direct Wi-Fi download again. No need to spend more time on my very specific problem, but if you want an example of my kepub, no problem (some are "purchased" but in fact are free). I will also try your suggestions with Calibre KoboTouchExtended driver. Thanks again for your help and all your information. I understand better the limits of Calibre with kepubs. Last edited by srichard; 10-22-2014 at 02:00 PM.  | 
| 
		 | 
	
	
| 
			
			 | 
		#677 | |
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 24,905 
				Karma: 47303824 
				Join Date: Jul 2011 
				Location: Sydney, Australia 
				
				
				Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
| Advert | |
| 
         | 
    
| 
			
			 | 
		#678 | |
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 24,905 
				Karma: 47303824 
				Join Date: Jul 2011 
				Location: Sydney, Australia 
				
				
				Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 As to changing the metadata, calibre can't update the metadata or cover in a kepub. As I said before, it's knowledge of kepubs is fairly low.  | 
|
| 
		 | 
	
	
| 
			
			 | 
		#679 | |
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 7 
				Karma: 10 
				Join Date: Oct 2014 
				Location: France 
				
				
				Device: Kobo Glo 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
| 
			
			 | 
		#680 | |
| 
			
			
			
			 Bibliophagist 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 48,175 
				Karma: 174315444 
				Join Date: Jul 2010 
				Location: Vancouver 
				
				
				Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
| Advert | |
| 
         | 
    
| 
			
			 | 
		#681 | |
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 7 
				Karma: 10 
				Join Date: Oct 2014 
				Location: France 
				
				
				Device: Kobo Glo 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
| 
			
			 | 
		#682 | 
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,698 
				Karma: 79983758 
				Join Date: Nov 2007 
				Location: Toronto 
				
				
				Device: Libra H2O, Libra Colour 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Most of us have never seen the ability to directly download a kepub from Kobo's web site.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
| 
			
			 | 
		#683 | |
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 24,905 
				Karma: 47303824 
				Join Date: Jul 2011 
				Location: Sydney, Australia 
				
				
				Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 What it is missing is the attribute 'properties="cover-image"' for the cover image in the OPF file. Editing the content.opf file in the kepub, and changing the line: Code: 
	<item id="img1" href="images/img1.jpg" media-type="image/jpeg"></item> Code: 
	<item id="img1" href="images/img1.jpg" media-type="image/jpeg" properties="cover-image"></item> I suppose it is time to add the code to calibre to handle the metadata in a kepub. Mostly, it is just subclassing the epub handling, but I think the above needs to be done as well.  | 
|
| 
		 | 
	
	
| 
			
			 | 
		#684 | |
| 
			
			
			
			 Groupie 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 186 
				Karma: 13138 
				Join Date: Jun 2014 
				
				
				
				Device: Kindle Paperwhite 3, Kobo Aura, Kobo Glo HD 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 Restoring from the last good backup actually did me good as I was able to change my device's affiliate and finally get version 3.8 (I had RakutenBooks as my original affiliate) and get back around 200mb of space, which is a surprise because my Aura had the same amount of books before and after I did it.  | 
|
| 
		 | 
	
	
| 
			
			 | 
		#685 | ||
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 24,905 
				Karma: 47303824 
				Join Date: Jul 2011 
				Location: Sydney, Australia 
				
				
				Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 My recover from a factory reset method is: - Do the setup - Connect to calibre - Send all books that had not been read or are in progress - Disconnect and let the device process the books - Connect to calibre - Restore reading position for all the books on the device - Disconnect and start reading I take a factory reset as a sign I should remove some books from the device. If something happens to corrupt the database, then I restore the last good backup. And restore the reading position for books that have been read since then. Quote: 
	
  | 
||
| 
		 | 
	
	
| 
			
			 | 
		#686 | 
| 
			
			
			
			 Member 
			
			![]() Posts: 15 
				Karma: 10 
				Join Date: Nov 2012 
				Location: Germany 
				
				
				Device: KoboTouch & Aura N514 
				
				
				 | 
	
	
	
		
		
			
			 
				
				Getting Shelves
			 
			
			
			Hi David, i tried to get shelves from device and got this result:. 
		
	
		
		
		
		
		
		
		
		
		
		
		
			. calibre, version 2.8.0 FEHLER: Nicht abgefangener Fehler: TypeError:can only concatenate list (not "str"   to list  calibre 2.8  isfrozen: True is64bit: False Windows-7-6.1.7601-SP1 Windows ('32bit', 'WindowsPE') ('Windows', '7', '6.1.7601') Python 2.7.8 Windows: ('7', '6.1.7601', 'SP1', 'Multiprocessor Free') Successfully initialized third party plugins: SmartEject && Find Duplicates && BOL_NL && EpubMerge && Clipboard Search && Read MP3 AudioBook metadata && Count Pages && Quick Preferences && Goodreads && Import List && Save To Format && KePub Output && User Category && Hyphenate This! && Webscription && Send by RSYNC && Hymn Reader && View Manager && Similar Stories && Quality Check && Beam Ebooks && Author Book Count Hierarchy && EpubSplit && Overdrive Link && Reading List && Extract ISBN && Generate Cover && Medical Reader && Copy Cover To Device && Goodreads Sync && Walk Search History && Author Book Count && Ex Libris && Search The Internet && BOL_DE && Favourites Menu && Annotations && Modify ePub && Manage Series && DOC Input && Recipe Reader && Barnes & Noble && KoboTouchExtended && Wiki Reader && Hello World Plugin && Resize Cover && Kobo Utilities && APNX Generator && Overdrive Link Traceback (most recent call last):   File "calibre_plugins.koboutilities.action"  ;, line 1285, in get_shelves_from_device   File "calibre_plugins.koboutilities.action"  ;, line 3647, in _get_shelves_from_device TypeError: can only concatenate list (not "str"  to list  .. What can I do. Thanks for your advice -Peter- Sorry for the bad formatting ???? Last edited by ebookskippy; 11-06-2014 at 06:00 AM.  | 
| 
		 | 
	
	
| 
			
			 | 
		#687 | 
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 24,905 
				Karma: 47303824 
				Join Date: Jul 2011 
				Location: Sydney, Australia 
				
				
				Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			ebookskippy: Could you run calibre in debug mode and post the log? That should show me what is happening. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	To run in debug mode, right click the preferences button and select "Run in debug mode". Calibre will restart and display a message about the log. Then connect the device and wait for the connection jobs to run. Then run the shelf fetch. After you get the error, close calibre. It will then show the log. Post the full log for me to look at. Or PM it to me.  | 
| 
		 | 
	
	
| 
			
			 | 
		#688 | 
| 
			
			
			
			 frumious Bandersnatch 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,570 
				Karma: 20150435 
				Join Date: Jan 2008 
				Location: Spaniard in Sweden 
				
				
				Device: Cybook Orizon, Kobo Aura 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			When I run from a terminal, I get lots of debugging information from this plugin. Was some debug statement accidentally left on or do I have some debug setting enabled? I'm not using calibre-debug, and I only see info from this plugin.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
| 
			
			 | 
		#689 | 
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 24,905 
				Karma: 47303824 
				Join Date: Jul 2011 
				Location: Sydney, Australia 
				
				
				Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Are the messages from the jobs the the plugins start? If so, then yes, I left a debug setting enabled. I'll fix that 
		
	
		
		
		
		
		
		
		
		
		
		
	
	If it is from elsewhere. then I don't know. Most of the debug logging relies on calibre know if it is in debug mode or not. If you see something that looks like it didn't come from a job, can you post it so I can hunt it down?  | 
| 
		 | 
	
	
| 
			
			 | 
		#690 | 
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 24,905 
				Karma: 47303824 
				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.1 - Dismiss tiles fix
			 
			
			
			I have just updated the plugin to version 1.8.1.  There are two small changes: 
		
	
		
		
		
		
		
		
		
		
		
		
	
	
 Calibre will announce the update in the next hour or so. As usual, if there are any problems, please report them here and I will look into.  | 
| 
		 | 
	
	
![]()  | 
            
        
            
| Tags | 
| calibre, kobo, kobo utilities, kobo-utilities, plugins | 
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| [GUI Plugin] Manga plugin | mastertea | Plugins | 7 | 10-30-2025 01:13 AM | 
| [GUI Plugin] Save Virtual Libraries To Column (GUI) | chaley | Plugins | 14 | 04-04-2021 06:25 AM | 
| Kobo Utilities Plugin Question | nikev | Kobo Reader | 10 | 09-26-2018 12:55 AM | 
| [GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 01:27 PM |