diff options
Diffstat (limited to 'dotfiles/system')
5 files changed, 38 insertions, 13 deletions
diff --git a/dotfiles/system/.config/calibre/customize.py.json b/dotfiles/system/.config/calibre/customize.py.json index 60bf7e2..993ec41 100644 --- a/dotfiles/system/.config/calibre/customize.py.json +++ b/dotfiles/system/.config/calibre/customize.py.json @@ -6,11 +6,11 @@ "enabled_plugins": { "__class__": "set", "__value__": [ - "Kobo Reader Device Interface", "Big Book Search", - "KoboTouchExtended", + "Google Images", "KoboTouch", - "Google Images" + "Kobo Reader Device Interface", + "KoboTouchExtended" ] }, "filetype_mapping": {}, diff --git a/dotfiles/system/.config/calibre/global.py.json b/dotfiles/system/.config/calibre/global.py.json index 442bddd..a7ae554 100644 --- a/dotfiles/system/.config/calibre/global.py.json +++ b/dotfiles/system/.config/calibre/global.py.json @@ -68,7 +68,7 @@ "publisher" ], "manage_device_metadata": "manual", - "mark_new_books": false, + "mark_new_books": true, "migrated": false, "network_timeout": 5, "new_book_tags": [], diff --git a/dotfiles/system/.config/calibre/gui.py.json b/dotfiles/system/.config/calibre/gui.py.json index f8268a5..d3ffd6a 100644 --- a/dotfiles/system/.config/calibre/gui.py.json +++ b/dotfiles/system/.config/calibre/gui.py.json @@ -46,15 +46,40 @@ "jobs_search_history": [], "lrf_viewer_search_history": [], "main_search_history": [ - "tag:nextup", - "tag:next" + "author:applebaum", + "Merovingian", + "tags:\"=Literary Critique\"", + "tags:\"=Literary Theory\"", + "author:xenophon", + "author:voltaire", + "author:Shaw", + "author: Shaw", + "author:Bernard Shaw", + "author:George Bernard Shaw", + "author:virgil", + "author:\"=Leo Tolstoy\"", + "author:Tolstoy", + "author:tolstoy", + "marked:duplicate_group_0001", + "title:gawain", + "title:beowulf", + "title:gilgamesh", + "author:homer", + "author:cesar", + "author:aria", + "author:joyce", + "author:Beckett", + "author:Baudelaire", + "author:Baldwin" ], "main_window_geometry": null, "match_tags_type": "any", "new_version_notification": true, "oldest_news": 60, "overwrite_author_title_metadata": true, - "plugin_search_history": [], + "plugin_search_history": [ + "rsync" + ], "save_to_disk_template_history": [], "scheduler_search_history": [], "search_as_you_type": false, diff --git a/dotfiles/system/.config/calibre/metadata_sources/global.json b/dotfiles/system/.config/calibre/metadata_sources/global.json index 7b91e39..327fc26 100644 --- a/dotfiles/system/.config/calibre/metadata_sources/global.json +++ b/dotfiles/system/.config/calibre/metadata_sources/global.json @@ -1,13 +1,13 @@ { "ignore_fields": [ - "rating", - "series" + "series", + "rating" ], "tag_map_rules": [ { "action": "remove", "match_type": "not_one_of", - "query": "Art, Biography & Autobiography, Business, Chess, Computers, Cooking, Critical Theory, Design, Economics, French, History, Law, Linguistics, Literature, Magic, Mathematics, Music, Mythology, Non Fiction, Philosophy, Poetry, Political Science, Politics, Psychology, Religion, Science, Social Critique, Sociology, Travel", + "query": "Art, Biography & Autobiography, Business, Chess, Computers, Cooking, Critical Theory, Design, Economics, French, History, Law, Linguistics, Literature, Magic, Mathematics, Music, Mythology, Non-Fiction, Philosophy, Poetry, Political Science, Politics, Psychology, Religion, Science, Social Critique, Sociology, Travel", "replace": "" } ], 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 |
