Thread: merged results
View Single Post
Old 05-08-2012, 01:03 PM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,382
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Results that calibre thinks are identical are merged, even if they come from the same plugin. If you want to see the algorithm look at sources/identify.py.

You cannot use print statements to debug, as in newer calibre releases metadata plugins run in a worker process. If you want to use print plugins wrute so test code at the bottom of your plugin and run it with calibre-debug -e
see the builtin plugins for examples.
kovidgoyal is offline   Reply With Quote