Release 0.7.5
Changes:
-
odmpy now supports the specification of the libby identity token through the environment variable
LIBBY_TOKEN. This allows the usage of libby commands without persisting credentials to file -
libby: New option--selectidto support downloading selected loans by title ID in a non-interactive mode# Download loans with the IDs 1234 9876 odmpy libby --selectid 1234 9876 -
New title
IDfield support for--bookfolderformat/--bookfileformat# Downloaded file name will be "A Study in Scarlet_1234.epub" where "1234" is the title ID odmpy libby --ebooks --bookfileformat "%(Title)s_%(ID)s"
-
Fix error for Windows when inordinately long folder names are generated
To install/upgrade:
python3 -m pip install git+https://git@github.com/ping/odmpy.git@0.7.5 --upgrade