Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/VarSell/iAmDeaf
Browse files Browse the repository at this point in the history
  • Loading branch information
Varsel6430 committed Mar 1, 2022
2 parents be7af70 + 6ddaf7a commit c20f9c9
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
Purpose: CLI ripper for AAX (Audible) files.
Usage: iAmDeaf <full_path_to_.aax>
# CLI ripper for AAX (Audible) files.

Creates a properly tagged .M4B, with (optional) a copy of the JGP cover, an NFO and a CUE file.

## Description

Creates a properly tagged .M4B /
MP3, with (optional) a copy of the JGP cover, an NFO and a CUE file.
Created with the purpose of being a "one-click" ripper.

## Usage
Should be set as an environment variable for ease of use.

```bash
iAmDeaf <full_path_to_aax>
```
Otherwise can be set as the default program to handle .aax files.
It can then be started by simply double clicking the file, or just entering the path to the encrypted book without the "iAmDeaf" prefix.

## Settings
The program's settings can be found in the config.json file.
Options available are:
Title order of: Author ; Title ; Year ; Narrator ; Bitrate ; null (for empty)
Codec: MP3 ; M4B
Split by chapters: True ; False
Mp3 Encoder: Lavf ; LAME

0 comments on commit c20f9c9

Please sign in to comment.