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 03-15-2023, 02:54 PM   #1141
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 11,742
Karma: 6997045
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by ownedbycats View Post
does "~a\.m\." work? I got zero results so not sure if failure or not having it.
You have the escapes wrong. Unless the regular expression is super-quoted the backspashes must be doubled.

Example using super-quotes that works:
Code:
comments:"""~p\.m\."""
chaley is offline   Reply With Quote
Old 03-15-2023, 04:08 PM   #1142
isarl
Addict
isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.
 
Posts: 287
Karma: 2534928
Join Date: Nov 2022
Location: Canada
Device: Kobo Aura 2
I'm getting an error on certain books when checking for inline xpgt links:

Code:
calibre, version 6.14.0
ERROR: Unhandled exception: <b>AttributeError</b>:'EpubCheck' object has no attribute '_get_title_authors_text'

calibre 6.14  embedded-python: False
Linux-6.1.15-1-lts-x86_64-with-glibc2.37 Linux ('64bit', 'ELF')
('Linux', '6.1.15-1-lts', '#1 SMP PREEMPT_DYNAMIC Fri, 03 Mar 2023 12:22:08 +0000')
Python 3.10.10
Interface language: None
Successfully initialized third party plugins: […] && EpubCheck (0, 2, 4) && […]
Traceback (most recent call last):
  File "calibre_plugins.quality_check.dialogs", line 62, in do_book_action
    if self.callback_fn(book_id, self.db):
  File "calibre_plugins.quality_check.check_epub", line 439, in evaluate_book
    self.log.error('ERROR: EPUB format is missing: ', self._get_title_authors_text(db, book_id))
AttributeError: 'EpubCheck' object has no attribute '_get_title_authors_text'
isarl is offline   Reply With Quote
Advert
Old 03-19-2023, 09:08 PM   #1143
kiwidude
Calibre Plugins Developer
kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.
 
Posts: 4,637
Karma: 2162064
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
Hi isarl, thanks for posting that, I will take a look when I next work on the plugins...
kiwidude is offline   Reply With Quote
Old 04-02-2023, 02:47 AM   #1144
kiwidude
Calibre Plugins Developer
kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.
 
Posts: 4,637
Karma: 2162064
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
Quality Check v1.13.4 Released

Release Notes
https://github.com/kiwidude68/calibr..._check-v1.13.4

Thanks to isarl above for reporting this
kiwidude is offline   Reply With Quote
Old 06-14-2023, 11:40 PM   #1145
John Osborn
Junior Member
John Osborn began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Jan 2013
Device: Sony PRS
A surprising number of my books in Library have (at times) same entry for a book in title and author. It would be helpful if Quality Check Plugin could show these so they could be manually corrected. Thanks.
John Osborn is offline   Reply With Quote
Advert
Old 06-15-2023, 01:11 AM   #1146
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 8,657
Karma: 61234567
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Quote:
Originally Posted by John Osborn View Post
A surprising number of my books in Library have (at times) same entry for a book in title and author. It would be helpful if Quality Check Plugin could show these so they could be manually corrected. Thanks.
See this for a similar problem & solution:
https://www.mobileread.com/forums/sh....php?p=4222547
ownedbycats is online now   Reply With Quote
Old 06-15-2023, 04:48 AM   #1147
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 11,742
Karma: 6997045
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by John Osborn View Post
A surprising number of my books in Library have (at times) same entry for a book in title and author. It would be helpful if Quality Check Plugin could show these so they could be manually corrected. Thanks.
This can be easily done with a "Template search".

Click the gear in the search box to get to "Advanced search". Choose the template tab, then fill it in as shown in the attachment.

The template text is
Code:
program: $authors == $title
Click image for larger version

Name:	Clipboard01.jpg
Views:	101
Size:	66.2 KB
ID:	202039

For more information see "Search using templates" in the Search interface section of the calibre manual. It is near the end of the section. Also see The calibre template language, in particular General Program Mode.
chaley is offline   Reply With Quote
Old 06-25-2023, 02:35 AM   #1148
John Osborn
Junior Member
John Osborn began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Jan 2013
Device: Sony PRS
Quote:
Originally Posted by chaley View Post
This can be easily done with a "Template search".

Click the gear in the search box to get to "Advanced search". Choose the template tab, then fill it in as shown in the attachment.

The template text is
Code:
program: $authors == $title
Attachment 202039

For more information see "Search using templates" in the Search interface section of the calibre manual. It is near the end of the section. Also see The calibre template language, in particular General Program Mode.
Thanks Chaley very much. Great clear decription and it works. Encouraged me to do a lot more experimentation.... All the best.
John Osborn is offline   Reply With Quote
Old 06-30-2023, 06:18 AM   #1149
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 8,657
Karma: 61234567
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Question: Is there a way to exclude certain series from 'Check duplicate series' aside from adding each book seperately?

EDIT: I just realized bulk-adding is possible.

Last edited by ownedbycats; 07-01-2023 at 08:23 AM.
ownedbycats is online now   Reply With Quote
Old 07-01-2023, 08:00 AM   #1150
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 8,657
Karma: 61234567
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Small enhancement request: In the processing dialog, truncate long titles. Very long titles can result in the 'cancel' button going off-screen entirely.
ownedbycats is online now   Reply With Quote
Old 08-06-2023, 06:58 AM   #1151
kiwidude
Calibre Plugins Developer
kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.
 
Posts: 4,637
Karma: 2162064
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
Quality Check v1.13.5 Released

Release Notes
https://github.com/kiwidude68/calibr..._check-v1.13.5

@ownedbycats - this should address your issue, let me know if not.
kiwidude is offline   Reply With Quote
Old 08-07-2023, 06:07 AM   #1152
kiwidude
Calibre Plugins Developer
kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.
 
Posts: 4,637
Karma: 2162064
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
Quality Check v1.13.6 Released

Release Notes
https://github.com/kiwidude68/calibr..._check-v1.13.6

Thanks to @un-pogaz for adding a new feature that checks whether an epub is inside another epub.
kiwidude is offline   Reply With Quote
Old 08-08-2023, 08:20 PM   #1153
phossler
Wizard
phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.
 
Posts: 1,078
Karma: 412718
Join Date: Jan 2009
Location: Valley Forge, PA, USA
Device: Kindle Paperwhite
Says 'No Cover' but I think I see it

Running 1.13.6 in 6.24 and it says there's no cover, but it looks there is one

Two books really don't have covers, but Feynman seems to have a cover ??
Attached Thumbnails
Click image for larger version

Name:	Capture.JPG
Views:	47
Size:	105.1 KB
ID:	203064   Click image for larger version

Name:	Capture2.JPG
Views:	47
Size:	34.3 KB
ID:	203065  
phossler is offline   Reply With Quote
Old 08-09-2023, 05:26 AM   #1154
kiwidude
Calibre Plugins Developer
kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.
 
Posts: 4,637
Karma: 2162064
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
@phossler - as you can see this is just a normal calibre search of metadata using cover:False - it isn't looking inside the epubs themselves. So that likely means you havent actually extracted a cover for the book metadata for that particular row (or downloaded a cover for that book). The cover that you have to add to the book metadata and the cover that may exist inside the epub are independent (though they will be set to be the same for when you do a book conversion for instance).
kiwidude is offline   Reply With Quote
Old 08-09-2023, 07:05 PM   #1155
phossler
Wizard
phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.
 
Posts: 1,078
Karma: 412718
Join Date: Jan 2009
Location: Valley Forge, PA, USA
Device: Kindle Paperwhite
I did try to check things like that first.

There is a cover.jpg in the book folder
I replaced / updated the metadata with that file
I ran DB maint and it says no missing cover files

So I'm very confused
Attached Thumbnails
Click image for larger version

Name:	Capture.JPG
Views:	35
Size:	108.7 KB
ID:	203086  
phossler is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] Clipboard Search kiwidude Plugins 29 04-02-2024 10:05 PM
[GUI Plugin] Search the Internet kiwidude Plugins 433 04-01-2024 05:48 PM
[GUI Plugin] Open With kiwidude Plugins 403 04-01-2024 08:39 AM
[GUI Plugin] Kindle Collections (old) meme Plugins 2070 08-11-2014 12:02 AM
[GUI Plugin] Book Sync **Deprecated** kiwidude Plugins 111 06-07-2011 07:47 PM


All times are GMT -4. The time now is 11:06 AM.


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