Quote:
Originally Posted by RupiHJ
"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.