Hi,
Some of my epubs are wrongly tagged. The publisher put the catalog number inside the ISBN tag. For example there is in content.opf:
    <dc:identifier id="bookId" opf:scheme="ISBN">803957</dc:identifier>
Inside the epub, there is a tag with the correct ISBN inside the toc.ncx file:
    <meta name="dtb:uid" content="ISBN:978-3-247-05954-9"/> 
However, the ISBN is not recognized by the plugin:
	Quote:
	
	
		
			
				---------------------------------------------------  
  Scanning first 4, then last 2, then remaining 0 files  
      Invalid ISBN match: 2012-036907  
      Invalid ISBN match:  1993-2005  
      Invalid ISBN match:  1971-1991  
  Scan time: 2.06 secs  
  The scan failed to find an isbn in 2.06 secs  
  Failed to extract ISBN  
==================================================  =  
Scan complete, with 1 failures 
			
		 | 
	
	
 Any quick fix for that?
Thanks,