Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cshaa/audible-flatten-chapters
A command line tool to flatten the chapters.json file from Audible CLI
https://github.com/cshaa/audible-flatten-chapters
Last synced: about 2 months ago
JSON representation
A command line tool to flatten the chapters.json file from Audible CLI
- Host: GitHub
- URL: https://github.com/cshaa/audible-flatten-chapters
- Owner: cshaa
- Created: 2024-04-25T06:41:13.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T12:17:50.000Z (6 months ago)
- Last Synced: 2024-10-14T19:38:12.392Z (3 months ago)
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# audible-flatten-chapters
A command line tool that converts the hierarchical chapters created by [audible-cli](https://github.com/mkb79/audible-cli) to a flat format that is understandable to [AAXtoMP3](https://github.com/KrumpetPirate/AAXtoMP3/). It solves the problem where AAXtoMP3 only generates very short audio files containing the titles of sections while the actual content is missing.## Installation
1. Install [Bun](https://bun.sh/) (`curl -fsSL https://bun.sh/install | bash`)
2. Copy the `audible-flatten-chapters` to your PATH## Usage
1. `audible download --aaxc --cover --cover-size 1215 --chapter --all`
2. `audible-flatten-chapters`
3. `AAXtoMP3 -e:mp3 -c -D 'MP3/$artist/$title \($narrator\)' --use-audible-cli-data *.aaxc`