Starson17,
Quote:
Originally Posted by Starson17
Code:
calibre-debug -c "from calibre.library.database2 import LibraryDatabase2; db = LibraryDatabase2('/path/to/library/folder');dupes = db.conn.get('select title from books group by title having count(*) > 1;');print dupes;">dupes.txt
|
This will only find exact title matches, possibly ignoring uppercase, correct? So it cannot find any titles that are slightly different.