audible-cli
audible-cli copied to clipboard
A command line interface for audible package. With the cli you can download your Audible books, cover, chapter files.
I've just come across an audiobook where the filename for the `aaxc` file is well over the usual limit (256 bytes). Most filesystems, and the linux internals, usually have a...
There is a small error that prevent to save wishlist to specific path/name (option `-o`). Here is a quick fix: ``` --- a/src/audible_cli/cmds/cmd_wishlist.py +++ b/src/audible_cli/cmds/cmd_wishlist.py @@ -41,7 +41,7 @@ def...
It seems that `--end-date` is not used for podcasts when exporting library.
this is a fix for https://github.com/mkb79/audible-cli/issues/215 also added filename-mode option: asin_only
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
Hi cmd_decrypt.py needs -movflags +faststart for m4b/m4a file to work properly on all/most devices. Kind regards,
I manually created `C:\Users\\AppData\Local\audible`. With an empty `config.toml` or with the example content from the `README` file, `audible manage config edit` will fail with ``` (audible-cli) C:\Users\MyUser\AppData\Local\audible-cli>audible manage config edit...
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6 to 7. Release notes Sourced from astral-sh/setup-uv's releases. v7.0.0 🌈 node24 and a lot of bugfixes Changes This release comes with a load of bug fixes...
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 7. Release notes Sourced from stefanzweifel/git-auto-commit-action's releases. v7.0.0 Added Restore skip_fetch, skip_checkout, create_branch (#388) @stefanzweifel Restore Detached State Detection (#393) @stefanzweifel Add Support for Tag...
Working on it on this [branch](https://github.com/mkb79/audible-cli/tree/feature/db-library)