AAXtoMP3
AAXtoMP3 copied to clipboard
Convert Audible's .aax filetype to MP3, FLAC, M4A, or OPUS
I downloaded the latest release 1.3, created on Sep 3, 2021 and was having problems using the --ffmpeg-path, --ffmpeg-name, --ffprobe-name. Sometimes the script was saying "ERROR Missing authcode, can't decode...
I have a book that I can only download in parts. So I have part 1 to 6 and the problem is, that the chapters start with 1 for every...
the main output_file is deleted after splitting into chapters causing an error when trying to tag output_file with cover art
This will help prevent issues on linux based operating systems where it cannot make the directories in the event any of the metadata (like the book name) includes a colon.
I got this message when running on a mac M1 machine `bash interactiveAAXtoMP3` ``` interactiveAAXtoMP3: line 82: read: -i: invalid option read: usage: read [-ers] [-u fd] [-t timeout] [-p...
Seems like the `audible library export` output changed (I'm using audible-cli version 0.2.4). The extraction in https://github.com/KrumpetPirate/AAXtoMP3/blob/e66c51dbfaeb23a2ac0f51253f750024eb94a075/AAXtoMP3#L567-L568 uses column 6 and 7 but in my library.tsv those series infos are...
I've tried as many different methods I can think of, and the result is the same. Here is an example: ``` codec: mp3 compression level: 4 chapters: yes authcode: ~/.audible/mcjonmor.json...
On some books, i got this error : ``` ((: 0 1215 % 2 == 1 : Syntax error in expression (wrong symbol is " 1215 % 2 == 1 ...
Removed hardcoding of serie_title & serie_sequence indexes so when library format changes all variables metadata are dynamically created and available for replacement/naming. --- I noticed that serie_title & serie_sequence have...