summaryrefslogtreecommitdiff
path: root/dotfiles/common/.config/calibre/plugins/Extract ISBN.json
blob: 29e31358eee725a47179467ef88587cdfc307fb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "Options": {
    "askForConfirmation": true,
    "batchSize": 100,
    "displayFailures": true,
    "postTask": "none",
    "validISBN13Prefix": [
      "977",
      "978",
      "979"
    ],
    "workerThreshold": 1
  }
}