mkb79 / audible-cli

A command line interface for audible package. With the cli you can download your Audible books, cover, chapter files.
GNU Affero General Public License v3.0
423 stars 45 forks source link

Support part download #187

Closed jvanbruegge closed 4 months ago

jvanbruegge commented 4 months ago

For long audiobooks (for me this only happens with the ~60h Rhythm of War by Brandon Sanderson), Audible does not allow a plain download. Using audible-cli gives this error:

Message: This title is not supported for full audio file download, please download individual parts.

I don't see a flag do so. Thanks for the amazing cli though!

mkb79 commented 4 months ago

These feature is already be implemented in the master branch but not released yet. If you want to use the feature, please install audible-cli from github with pip install git+https://github.com/mkb79/audible-cli.

jvanbruegge commented 4 months ago

oh, nice to hear!

mkb79 commented 4 months ago

I'll close these issue now. If you find any issues using these feature, please reopen this issue.

mkb79 commented 4 months ago

Do you have tried to download the book in AAX or AAXC format? As far as I know, this issue should only be appear on AAX files. AAXC files can be downloaded in one part, I believe!

jvanbruegge commented 4 months ago

For that one book neither worked. Some others worked with aaxc

jvanbruegge commented 4 months ago

Ok, I correct slightly, it does not work, but with a different error:

Message: Unspecified database error.
mkb79 commented 4 months ago

Do you have this issue with the version from the master branch? If so, can you give me the ASIN of the book and the country code of the marketplace.

jvanbruegge commented 4 months ago

Tried it now with master, both aax and aaxc work

mkb79 commented 4 months ago

Ah, that’s great. Thank you for your response.