From 8b452d80f1c6b22d7e077737ef7384d155966be5 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 26 May 2025 17:37:56 -0500 Subject: updating calibre config to latest --- 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 e58998a..1e8b5a2 100644 --- a/dotfiles/system/.config/calibre/plugins/Find Duplicates.json +++ b/dotfiles/system/.config/calibre/plugins/Find Duplicates.json @@ -1,13 +1,13 @@ { - "authorMatch": "identical", + "authorMatch": "similar", "authorSoundexLength": 8, "autoDeleteBinaryDups": false, "identifierType": "isbn", "includeLanguages": false, - "searchType": "titleauthor", + "searchType": "binary", "showAllGroups": true, "showTagAuthor": true, "sortGroupsByTitle": true, - "titleMatch": "identical", + "titleMatch": "similar", "titleSoundexLength": 6 } \ No newline at end of file -- cgit v1.2.3