From dd0e2d432955d1ae908cc67c2db47453db6521d0 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 14 Feb 2026 16:22:08 -0600 Subject: chore(calibre): update config, add plugins and tag rules Add Extract ISBN, Favourites Menu, Find Duplicates plugins. Update tag mapping rules, window geometries, and download timestamps. --- dotfiles/common/.config/calibre/dynamic.pickle.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'dotfiles/common/.config/calibre/dynamic.pickle.json') diff --git a/dotfiles/common/.config/calibre/dynamic.pickle.json b/dotfiles/common/.config/calibre/dynamic.pickle.json index 22a0f55..919e29f 100644 --- a/dotfiles/common/.config/calibre/dynamic.pickle.json +++ b/dotfiles/common/.config/calibre/dynamic.pickle.json @@ -1,6 +1,11 @@ { "auto add path choose": "/home/cjennings/downloads/ebooks", + "s_r_search_mode": 0, "sort_history": [ + [ + "timestamp", + false + ], [ "title", true @@ -9,10 +14,6 @@ "timestamp", false ], - [ - "ondevice", - false - ], [ "timestamp", false -- cgit v1.2.3