diff options
Diffstat (limited to 'dotfiles/system/.config')
| -rw-r--r-- | dotfiles/system/.config/calibre/gui.py.json | 30 | ||||
| -rw-r--r-- | dotfiles/system/.config/calibre/plugins/Find Duplicates.json | 6 | 
2 files changed, 18 insertions, 18 deletions
| diff --git a/dotfiles/system/.config/calibre/gui.py.json b/dotfiles/system/.config/calibre/gui.py.json index fd48d0d..f39ca2c 100644 --- a/dotfiles/system/.config/calibre/gui.py.json +++ b/dotfiles/system/.config/calibre/gui.py.json @@ -46,6 +46,20 @@    "jobs_search_history": [],    "lrf_viewer_search_history": [],    "main_search_history": [ +    "author:Anthony Burgess", +    "author:buzzati", +    "author:\"~;\"", +    "author:aickman", +    "author:orwell", +    "tag:next format:epub", +    "tag:next", +    "constitution", +    "author:Solzhenitsyn", +    "title:gulag", +    "Gulag", +    "author:solzenitzyn", +    "author:flann o'brien", +    "author:burgess",      "can it happen here?",      "author:heidegger",      "build your own lisp", @@ -53,24 +67,10 @@      "\"cambridge ancient history\"",      "title\"cambridge ancient history\"",      "title:cambridge ancient history", -    "tag:next",      "tag:review",      "author:Lilla",      "format:epub", -    "author:Julia Annas", -    "author:Annas", -    "author:gogol", -    "author:milton", -    "author:Chaucer", -    "author:chaucer", -    "not formats:epub", -    "format:!epub", -    "author:plato format:epub", -    "author:Tim Snyder", -    "author:Jason Stanley", -    "title:fascism", -    "fascism", -    "author:applebaum" +    "author:Julia Annas"    ],    "main_window_geometry": null,    "match_tags_type": "any", 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 | 
