A set of tools for managing OverDrive audiobooks, including downloading, chapter extraction, and processing.
pip3 install .
The package provides several commands:
- Download audiobooks:
overdrive-tools-audible download file.odm
- Extract chapters:
overdrive-tools-audible extract /path/to/audiobook
- Process chapters:
overdrive-tools-audible process /path/to/audiobook
- Return a borrowed book:
overdrive-tools-audible return file.odm
Each command supports additional options. Use --help
to see all options:
overdrive-tools-audible --help