Options
Each of the three currently available Commands has its own pipeline for processing Apple Books' data before writing it to disk. And by extension, each pipeline has its own set of applicable options.
The pipelines and options for these three Commands are as follows:
╭─────────╮ Export Pipeline
│ Global* │ ╭────────╮ ╭─────────────╮ ╔════════╗
╰────┬────╯ ┌─┤ Filter ├─┤ Pre-process ├─╢ export ╟────────────────────┐
│ │ ╰────────╯ ╰─────────────╯ ╚════════╝ │
│ │ │
│ │ │
│ │ Render Pipeline │
│ │ ╭───────────╮ │
│ │ │ Templates ├──────────────┐ │
│ │ ╰───────────╯ │ │
│ ┌╌╌╌╌╌╌╌╌╌┐ │ ╭────────╮ ╭─────────────╮ │ ╔════════╗ ╭──────────────╮ │ ┌╌╌╌╌╌╌╌┐
█─┤ Extract ├─┴─┤ Filter ├─┤ Pre-process ├─┴─╢ render ╟─┤ Post-process ├─┼─┤ Write │
│ └╌╌╌╌╌╌╌╌╌┘ ╰────────╯ ╰─────────────╯ ╚════════╝ ╰──────────────╯ │ └╌╌╌╌╌╌╌┘
│ │
│ │
│ Backup Pipeline │
│ ╔════════╗ │
└─╢ backup ╟─────────────────────────────────────────────────────────────┘
╚════════╝
Name | Affects Commands | Options For |
---|---|---|
Global | All | - |
Render | render | Configuring renders. |
Export | export | Configuring exports. |
Backup | backup | Configuring backups. |
Filter | render export | Filtering down books/annotations. |
Pre-process | render export | Processing before running Command. |
Post-process | render | Processing after running Command. |