View Single Post
Old 07-09-2021, 10:24 PM   #2
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 RupiHJ View Post
"Would you Like Whipped Cream on your desert"

This is a GREAT Plugin for Calibre!

I am trying to add 4 fields to be filled with this addon by duplicating your extract_isbn to extract_From,extract_eMail,extract_Subject and changing RE_ISBN = re.compile(u'\s*([0-9\-\.–*―—\^ ]{9,18}[0-9xX])', re.UNICODE) to RE_ISBN = re.compile(u'\s*([From:])', re.UNICODE) to RE_ISBN = re.compile(u'\s*([eMail:])', re.UNICODE) to RE_ISBN = re.compile(u'\s*([Subject:])', re.UNICODE)
Ect...
I am now having difficulties getting Calibre to Load the plug in

Are there any hints,help,direction,suggestions you can give me?
As you have edited the plugin, I would expect either an error in the code, or that you have not repackaged the plugin properly. If you run calibre in debug mode, the log will show the error. From that you can work out what is wrong, or post the error for us to look at.
davidfor is offline   Reply With Quote