Skip to content

Release 0.7.5

Compare
Choose a tag to compare
@ping ping released this 26 Mar 02:33
· 91 commits to master since this release
0.7.5
4888593

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 --selectid to 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 ID field 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://[email protected]/ping/[email protected] --upgrade