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/plugins/Extract ISBN.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dotfiles/common/.config/calibre/plugins/Extract ISBN.json (limited to 'dotfiles/common/.config/calibre/plugins/Extract ISBN.json') diff --git a/dotfiles/common/.config/calibre/plugins/Extract ISBN.json b/dotfiles/common/.config/calibre/plugins/Extract ISBN.json new file mode 100644 index 0000000..29e3135 --- /dev/null +++ b/dotfiles/common/.config/calibre/plugins/Extract ISBN.json @@ -0,0 +1,14 @@ +{ + "Options": { + "askForConfirmation": true, + "batchSize": 100, + "displayFailures": true, + "postTask": "none", + "validISBN13Prefix": [ + "977", + "978", + "979" + ], + "workerThreshold": 1 + } +} \ No newline at end of file -- cgit v1.2.3