diff options
| author | Craig Jennings <c@cjennings.net> | 2025-06-01 13:35:04 -0500 | 
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-06-01 13:35:04 -0500 | 
| commit | 297e252eec1cdd93d02da65c7170e1186ebb8883 (patch) | |
| tree | 013701feeaf12a8f7d1d32e2362ef809289403a6 /dotfiles/system/.config/calibre/plugins | |
| parent | eff91941bcc42c4b8c524ba336aff95a93b6a0df (diff) | |
updating calibre configs
Diffstat (limited to 'dotfiles/system/.config/calibre/plugins')
| -rw-r--r-- | dotfiles/system/.config/calibre/plugins/Find Duplicates.json | 6 | 
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 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 | 
