Quote:
Originally Posted by foosion
Would it be possible to do a lookup based on title and author, maybe with a fuzzy match (there are some fuzzy match libraries on pypi)? I'm just looking to translate to a top-level genre, if that matters.
I see there's a plugin to extract ISBNs: https://www.mobileread.com/forums/sh...d.php?t=126727
|
I'm working on that right now. That was the value-add of Classify - the relation of a number of different isbns against one another. My workaround right now is to use a metadata plugin called SRU which does do that author title lookup at the LOC and provides a good ISBN with LCCN, which gets the lcc call number information. Works about eighty-five percent of the time.
this is the current sketch of code I have to apply author title search. Not working yet.