|  12-29-2014, 07:02 PM | #811 | |
| Resident Curmudgeon            Posts: 80,746 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | Quote: 
 | |
|   | 
|  12-29-2014, 07:02 PM | #812 | |
| 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 | |
|  | 
|  12-29-2014, 07:08 PM | #813 | 
| Resident Curmudgeon            Posts: 80,746 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | 
			
			I did not have run in background checked. Only one of the books had the reading status stored. All the others did not.
		 | 
|   | 
|  12-29-2014, 07:11 PM | #814 | |
| 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: 
 If you want to remove these details, you can search for them easily and use metadata or bulk metadata editor to reset them. I'll add it to the suggestions, but it isn't going to happen soon. But, as Kovid likes to say, patches are always welcome. | |
|   | 
|  12-29-2014, 07:19 PM | #815 | |
| 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: 
  The debug log should show it. | |
|   | 
| Advert | |
|  | 
|  12-30-2014, 03:30 AM | #816 | |
| Grand Sorcerer            Posts: 12,525 Karma: 8065948 Join Date: Jan 2010 Location: Notts, England Device: Kobo Libra 2 | Quote: 
 The wireless device driver is tripping over finding a value in the field_metadata structure, something that should not be there. The problem is to find what put the value there. You can see the value that is inserted by looking at the file metadata_db_prefs_backup.json. My suspicion is that if you start calibre, do nothing, and then quit then metadata_db_prefs_backup.json will not contain any '#value#' attributes. If you start calibre, do whatever it is that PeterT is doing then quit, metadata_db_prefs_backup.json will contain something like Code:       "#value#": {
        "__class__": "datetime.datetime", 
        "__value__": "2014-12-22T23:47:57+00:00"
      }, | |
|   | 
|  12-30-2014, 04:00 AM | #817 | |
| Grand Sorcerer            Posts: 6,686 Karma: 12595249 Join Date: Jun 2009 Location: Madrid, Spain Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2 | Quote: 
 Last edited by Terisa de morgan; 12-30-2014 at 04:07 AM. Reason: Additional info | |
|   | 
|  12-30-2014, 04:04 AM | #818 | 
| Grand Sorcerer            Posts: 6,686 Karma: 12595249 Join Date: Jun 2009 Location: Madrid, Spain Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2 | |
|   | 
|  12-30-2014, 05:33 AM | #819 | |||
| Grand Sorcerer            Posts: 6,686 Karma: 12595249 Join Date: Jun 2009 Location: Madrid, Spain Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2 | Quote: 
  The file is: Code: Diaz, Lena -[The Nursery Rhyme-2]- Simon Says Die.epub.annot Quote: 
 If the name is: Quote: 
 | |||
|   | 
|  12-30-2014, 05:42 AM | #820 | |
| 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 changes seem to be working, I'll post an update as soon as I look at the other reported problems. | |
|   | 
|  12-30-2014, 06:27 AM | #821 | |
| 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: 
 I reused the code for cleaning the image directory. It uses "glob" to get the list of files. I had forgotten that it uses linux style name matching and hence "[]" had meaning. | |
|   | 
|  12-30-2014, 07:08 AM | #822 | |
| Grand Sorcerer            Posts: 6,686 Karma: 12595249 Join Date: Jun 2009 Location: Madrid, Spain Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2 | Quote: 
  Brackets are easy characters for matching them later if you are going to split the name (I used them at my own version of PRS+, which showed series in my PRS-350). | |
|   | 
|  12-30-2014, 08:21 AM | #823 | 
| 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 | 
				
				Beta - Fix reported problems
			 
			
			Attached is an update beta to fix the three reported problems: - Error if book has "[" or "]" in the name - Error when running store manually in foreground - Value written to db_prefs_backup json file They seem to be OK from my testing. Please tell me if there are still any problems. | 
|   | 
|  12-30-2014, 08:54 AM | #824 | |
| Grand Sorcerer            Posts: 13,693 Karma: 79983758 Join Date: Nov 2007 Location: Toronto Device: Libra H2O, Libra Colour | Quote: 
 | |
|   | 
|  12-30-2014, 09:05 AM | #825 | |
| Grand Sorcerer            Posts: 6,686 Karma: 12595249 Join Date: Jun 2009 Location: Madrid, Spain Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2 | Quote: 
  ) | |
|   | 
|  | 
| Tags | 
| calibre, kobo, kobo utilities, kobo-utilities, plugins | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| [GUI Plugin] Manga plugin | mastertea | Plugins | 7 | Yesterday 12:13 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 |