View Single Post
Old 07-09-2021, 04:49 PM   #1
RupiHJ
Junior Member
RupiHJ began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Apr 2021
Device: android FBreader
Need Plugin Help

"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?
Thank You

RupiHJ is offline   Reply With Quote