diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-14 18:37:05 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-14 18:37:05 -0600 |
| commit | 3e7f9ef30bc4dab85c033cd5068889fec27ef9cf (patch) | |
| tree | aa2e2f5da861e5f30ef1f5fa2ca709203cf7ca4e /dotfiles/common/.config/calibre/dynamic.pickle.json | |
| parent | 68d446babcb8e46b6ec610e40b6f7b6ed39273bd (diff) | |
| download | archsetup-3e7f9ef30bc4dab85c033cd5068889fec27ef9cf.tar.gz archsetup-3e7f9ef30bc4dab85c033cd5068889fec27ef9cf.zip | |
chore(calibre): add cover plugins, update config
Add Apple Books and Kindle hi-res cover plugins.
Update GUI state and metadata source config.
Diffstat (limited to 'dotfiles/common/.config/calibre/dynamic.pickle.json')
| -rw-r--r-- | dotfiles/common/.config/calibre/dynamic.pickle.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dotfiles/common/.config/calibre/dynamic.pickle.json b/dotfiles/common/.config/calibre/dynamic.pickle.json index 919e29f..0deb38d 100644 --- a/dotfiles/common/.config/calibre/dynamic.pickle.json +++ b/dotfiles/common/.config/calibre/dynamic.pickle.json @@ -1,8 +1,14 @@ { "auto add path choose": "/home/cjennings/downloads/ebooks", + "library_delete_books_again": false, "s_r_search_mode": 0, + "save to disk dialog": "/home/cjennings/projects/homelab/inbox", "sort_history": [ [ + "#isbn", + true + ], + [ "timestamp", false ], |
