Docker package for running & downloading files from Overdrive via bash script.
Assuming the environment variables DESTINATION_FOLDER
and SOURCE_FOLDER
are set, the Overdrive script can be run via a help script that only requires
the filename (with extension). E.g.:
run-overdrive download Novel.odm
The script will read Novel.odm
from the set SOURCE_FOLDER
and download
to DESTINATION_FOLDER
.
Any of the underlying commands for the Overdrive script will work with the helper script:
download
return
info
metadata
If needed, debugging can be done by adding the --verbose
flag and retrying:
run-overdrive download Novel.odm --verbose
For more information on the script, see: https://github.com/chbrown/overdrive, in particular Common errors.