textwidth 80, note about dev stage of the a-cli package, rewrote file requirement

This commit is contained in:
fabh2o 2021-02-05 16:10:38 +01:00
parent 1f0b44d455
commit 7aa50019a8

View File

@ -185,17 +185,21 @@ brew install mp4v2
## Audible-cli integration ## Audible-cli integration
Some information are not present in the AAX file. For example the chapters's Some information are not present in the AAX file. For example the chapters's
title, additional chapters division (Opening and End credits, Copyright and more). title, additional chapters division (Opening and End credits, Copyright and
Those information are avaiable via a non-publicly audible API. This [repo](https://github.com/mkb79/Audible) more). Those information are avaiable via a non-public audible API. This
provides a python API, and the [audible-cli](https://github.com/mkb79/audible-cli) [repo](https://github.com/mkb79/Audible) provides a python API wrapper, and the
makes easy to get more info. In particular the flags **--cover --cover-size 1215 --chapter** [audible-cli](https://github.com/mkb79/audible-cli) packege makes easy to get
more info. In particular the flags **--cover --cover-size 1215 --chapter**
downloads a better-quality cover (.jpg) and detailed chapter infos (.json). downloads a better-quality cover (.jpg) and detailed chapter infos (.json).
More info are avaiable on the package page. More info are avaiable on the package page.
To make AAXtoMP3 use them, specify the **--use-audible-cli-data** flag: it will look To make AAXtoMP3 use the additional data, specify the **--use-audible-cli-data**
for the cover and the chapter files in the same location of the AAX file. flag: it expects the cover and the chapter files to be in the same location of
If you didn't move them around they are already there. For now they must have the AAX file. The naming of these files must be the one set by audible-cli.
the name set by audible-cli.
Please note that right now audible-cli is in dev stage, so keep in mind that the
naming scheme of the additional files, the flags syntax and other things can
change without warning.
## Anti-Piracy Notice ## Anti-Piracy Notice