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