diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-14 16:22:08 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-14 16:22:08 -0600 |
| commit | dd0e2d432955d1ae908cc67c2db47453db6521d0 (patch) | |
| tree | a7a3b63f78c5388f2354cb55c1c47c3a7ea7b195 /dotfiles/common/.config/calibre/dynamic.pickle.json | |
| parent | f9a4a8bb89ece9901ace91f2f5bdaa3bae947d5e (diff) | |
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.
Diffstat (limited to 'dotfiles/common/.config/calibre/dynamic.pickle.json')
| -rw-r--r-- | dotfiles/common/.config/calibre/dynamic.pickle.json | 9 |
1 files changed, 5 insertions, 4 deletions
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,7 +1,12 @@ { "auto add path choose": "/home/cjennings/downloads/ebooks", + "s_r_search_mode": 0, "sort_history": [ [ + "timestamp", + false + ], + [ "title", true ], @@ -10,10 +15,6 @@ false ], [ - "ondevice", - false - ], - [ "timestamp", false ] |
