From 297e252eec1cdd93d02da65c7170e1186ebb8883 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 1 Jun 2025 13:35:04 -0500 Subject: updating calibre configs --- dotfiles/system/.config/calibre/plugins/Find Duplicates.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dotfiles/system/.config/calibre/plugins') diff --git a/dotfiles/system/.config/calibre/plugins/Find Duplicates.json b/dotfiles/system/.config/calibre/plugins/Find Duplicates.json index 1e8b5a2..e58998a 100644 --- a/dotfiles/system/.config/calibre/plugins/Find Duplicates.json +++ b/dotfiles/system/.config/calibre/plugins/Find Duplicates.json @@ -1,13 +1,13 @@ { - "authorMatch": "similar", + "authorMatch": "identical", "authorSoundexLength": 8, "autoDeleteBinaryDups": false, "identifierType": "isbn", "includeLanguages": false, - "searchType": "binary", + "searchType": "titleauthor", "showAllGroups": true, "showTagAuthor": true, "sortGroupsByTitle": true, - "titleMatch": "similar", + "titleMatch": "identical", "titleSoundexLength": 6 } \ No newline at end of file -- cgit v1.2.3