diff options
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 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  | 
