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 just recently completed [this project](https://github.com/snowskeleton/snowcrypt) to decrypt aax and aaxc files in (mostly) pure python, without ffmpeg. In terms of speed, it can decrypt a 400MB book in less...
This is an attempt to fix badly encoded characters in the AAX/C metadata. I'm not sure what encoding the AAX/C format uses for metadata and what badly encoded characters Audible...
csv.writer.writerow expects a list of dictionaries, not a list of lists, so this changes to what utils.py expects
The `decrypt` subcommand already has an option `-s, --separate-intro-outro` to separate the Audible branding into separate Intro and Outro chapters. It would be great if there were also an option...
Currently, the metainformation to this software says that the required `httpx` needs to be a version lower than 0.24.0. (See, for example, `setup.py`.) But currently, 0.24.0 is out. So can...
I'm sorry for asking for a how to but I have seen bits and pieces about using api to get activation_bytes for aaxc. It seems that aaxc files have per...
Microsoft Windows Defender says: Trojan:Win32/Wacatac.B!ml Alert level: Severe Affected items: containerfile: [snipped]\audible-cli\src\audible_win.zip file: [shipped]\audible-cli\src\audible_win.zip->audible.exe
while running `audible decrypt -ars` I get the following error and it stops. ```pytb debug: Audible-cli version: 0.2.4 … Skip /…/Atomic_Habits_An_Easy__Proven_Way_to_Build_Good_Habits__Break_Bad_Ones-AAX_22_64.m4b: already exists … size= 2kB time=-577014:32:22.77 bitrate=N/A speed=N/A Using...
I've had problems using the `decrypt` plugin on certain files. It seems to specifically be for files with characters which might be escaped, such as '(', however when I'm trying...
I have the below loop, I would like it to save all the dataframes into a csv as it loops but it only save the last loop. I am a...