summaryrefslogtreecommitdiff
path: root/dotfiles/system/.config/calibre/plugins
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-05-26 17:37:56 -0500
committerCraig Jennings <c@cjennings.net>2025-05-26 17:37:56 -0500
commit8b452d80f1c6b22d7e077737ef7384d155966be5 (patch)
tree4df6502bbb353c7b6fc85426993a37aa85ae1291 /dotfiles/system/.config/calibre/plugins
parent9afb6227a7fc98e277ad81519c49f1099ceccec3 (diff)
updating calibre config to latest
Diffstat (limited to 'dotfiles/system/.config/calibre/plugins')
-rw-r--r--dotfiles/system/.config/calibre/plugins/Find Duplicates.json6
1 files changed, 3 insertions, 3 deletions
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