05-10-2013, 04:58 PM | #631 |
Calibre Plugins Developer
Posts: 4,682
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
Fix -> Check and rename book paths
Note that if the author first name is followed by a period, calibre will use an _ as in Windows you cannot have a folder name ending in a period. |
05-10-2013, 05:10 PM | #632 |
Fervent Pleasure Seeker
Posts: 1,220
Karma: 712073
Join Date: Feb 2009
Location: The Windmills of My Mind
Device: Clara HD
|
That's what it is then - middle initials, etc. creating it and I can't fix it. Thank you for all your help.
|
Advert | |
|
06-02-2013, 05:40 PM | #633 |
Addict
Posts: 392
Karma: 1008414
Join Date: Jun 2011
Device: Kindle
|
I have 9 books that always show up in a "Check no calibre SVG cover" search. I've Replaced Cover using Modify ePub, I've removed cover and re-added using Modify ePub, I've replace using Polish Books. I've examined the code of titlepage.xhtml against the same file for a book that DOESN'T show a missing SVG cover, and the codes are nearly identical - both book have a present and correct <svg> tag.
Any ideas? UPDATE: I tell a lie, using Calbre's Polish Books on the book in question then causes it to no longer be found under a "Check no calibre SVG cover" search |
08-27-2013, 04:53 PM | #634 | |
Zealot
Posts: 105
Karma: 414068
Join Date: Feb 2013
Device: iPad Pro, Kobo Aura One
|
When checking epubs for missing images, I'm getting a lot of these errors in the log:
Quote:
|
|
08-30-2013, 03:46 AM | #635 |
Calibre Plugins Developer
Posts: 4,682
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
@MelBr - without seeing one of those ePubs myself there is not much I can suggest. It looks like the ePub is corrupted? What happens when you use Tweak ePub to explode the ePub, does that succeed? This is calibre code that is expanding the contents of the book not my plugin code, perhaps Kovid may have a suggestion.
|
Advert | |
|
09-01-2013, 01:33 AM | #636 |
Groupie
Posts: 192
Karma: 436584
Join Date: Jul 2010
Location: the beautiful Pacific Northwest
Device: Kindle Oasis, Pixel 2, Kindle Fire HD 8
|
Just a quick note to say thank you for this plugin. I've been on a major calibre library cleanup program and this plugin has really, really speeded things up for me considerably.
|
09-06-2013, 12:39 PM | #637 |
Enthusiast
Posts: 25
Karma: 10
Join Date: Mar 2013
Location: Canada
Device: iPhone, iPad, Sony, Kobo
|
Is it possible to use this plugin to search for "bad" conversions. A specific example is where paragraphs a split:
_____________________ Forty-six, forty-seven. No reason to turn back; she’d finish it out for sure now. Have a little rest at the top, find out how and why the bastard does it, but above all stop him. Oh—very important—try to forget about the increasing distance to the ground. What was it to the top? Seventy-five or eighty feet? That wasn’t much, no, not when one was ________________________________ If the plugin can't be used do you have any suggestions? Thanks |
09-07-2013, 08:00 AM | #638 |
Calibre Plugins Developer
Posts: 4,682
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
@rifka - you can specify regular expressions in the Seach ePub feature of this plugin. So for instance something like this would find those cases above:
Code:
[A-Za-z,]</p>\s+<p[^>]*>[a-z] |
09-10-2013, 03:01 PM | #639 |
Enthusiast
Posts: 25
Karma: 10
Join Date: Mar 2013
Location: Canada
Device: iPhone, iPad, Sony, Kobo
|
One more question. And I'm putting it here because I think using the Search epub function of Quality Check is the only way to do it. I have a pile of history books and I am looking for a several specific names in them. But I want it to find that exact match. So for example how can I get it to find Jane but not Janet or West but not Western.
Thanks for your help. Hopefully I can do this, it will save me hours. |
09-11-2013, 10:34 AM | #640 | |
Enthusiast
Posts: 25
Karma: 10
Join Date: Mar 2013
Location: Canada
Device: iPhone, iPad, Sony, Kobo
|
Suggested Check
Quote:
Thank you for your help. Kiwidude can I suggest this as an additional check. I can send you a bunch of examples. I think they are mostly the result of bad conversions from PDF. Some of them are not that bad they just have the page numbers and/or author and/or publisher every few pages. Others are completely unreadable. Let me know if you would like the samples. |
|
09-12-2013, 05:43 PM | #641 |
Connoisseur
Posts: 95
Karma: 5854
Join Date: Aug 2011
Device: none
|
I am not sure if I have not noted it before or it changed with Calibre 1.1..
Whenever I have two authors (or more) and not all are with comma the switch LN -> FN does not work. This happens: Marking Douglas Preston & Child, Lincoln Fun Fix, swap author FN LN .. Preston, Douglas Preston & Lincoln Child Doing it again and we are back to Douglas Preston & Child, Lincoln Why does it swap where there is no comma? Any way out here except manually doing it? |
09-12-2013, 08:36 PM | #642 | |
Well trained by Cats
Posts: 30,443
Karma: 58055868
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
Quote:
Your naming is severely not standard. Use the Tag Browser's rename to get the author in a consistent state |
|
09-13-2013, 07:55 AM | #643 |
Junior Member
Posts: 2
Karma: 10
Join Date: Sep 2013
Device: Kindle 4 nT
|
I get an Error everytime i try to use "Fix -> Check and rename book paths"
Code:
calibre, version 1.3.0 ERROR: Unhandled exception: <b>AttributeError</b>:'LibraryDatabase' object has no attribute 'construct_path_name' calibre 1.3 Portable isfrozen: True is64bit: False Windows-8-6.2.9200 Windows ('32bit', 'WindowsPE') ('Windows', '8', '6.2.9200') Python 2.7.5 Windows: ('8', '6.2.9200', '', 'Multiprocessor Free') Traceback (most recent call last): File "calibre_plugins.quality_check.dialogs", line 51, in do_book_action File "calibre_plugins.quality_check.check_fix", line 187, in evaluate_book AttributeError: 'LibraryDatabase' object has no attribute 'construct_path_name' Thanks |
09-13-2013, 10:53 AM | #644 | |
Well trained by Cats
Posts: 30,443
Karma: 58055868
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
Quote:
Same message on XP wit regular Calibre |
|
09-13-2013, 12:49 PM | #645 | ||
Connoisseur
Posts: 95
Karma: 5854
Join Date: Aug 2011
Device: none
|
Quote:
Why is it severely not standard? The above refers to authors, not authors_sort in case this is the reason you are surprised. Authors_sort seems to be ok BTW. But I'd like to swap it in authors and if there is just one name or two and both with comma there is no problem. Quote:
|
||
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[GUI Plugin] Search the Internet | kiwidude | Plugins | 434 | 09-30-2024 04:04 AM |
[GUI Plugin] Clipboard Search | kiwidude | Plugins | 29 | 04-02-2024 11:05 PM |
[GUI Plugin] Open With | kiwidude | Plugins | 403 | 04-01-2024 09:39 AM |
[GUI Plugin] Kindle Collections (old) | meme | Plugins | 2070 | 08-11-2014 01:02 AM |
[GUI Plugin] Book Sync **Deprecated** | kiwidude | Plugins | 111 | 06-07-2011 08:47 PM |