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/plugins/Extract ISBN.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/plugins/Extract ISBN.json')
| -rw-r--r-- | dotfiles/common/.config/calibre/plugins/Extract ISBN.json | 14 |
1 files changed, 14 insertions, 0 deletions
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 |
