Organize
Organize is the main Audiobook Organizer workflow. It previews and then moves or copies audiobook folders into consistent layouts using metadata.json files, embedded metadata, or Audiobookshelf metadata.
Safe Organize Flow
Section titled “Safe Organize Flow”- Choose a small source folder.
- Choose an output folder for the first run.
- Run a dry-run preview.
- Review planned destinations and warnings.
- Run the operation.
- Keep
.abook-org.loguntil the result is verified.
audiobook-organizer \ --dir=/books/source \ --out=/books/organized \ --dry-run \ --verboseWhen the plan is correct:
audiobook-organizer \ --dir=/books/source \ --out=/books/organizedCommon Layouts
Section titled “Common Layouts”Use a built-in layout:
audiobook-organizer --dir=/books/source --layout=author-series-title --dry-runUse a custom layout template:
audiobook-organizer \ --dir=/books/source \ --layout-template="{author}/{series}/{series-count} - {title}" \ --dry-runSee Layouts for built-in layouts and template fields.
Metadata Sources
Section titled “Metadata Sources”Organize can read:
metadata.json- embedded EPUB metadata
- embedded MP3 tags
- embedded M4B metadata
- Audiobookshelf metadata
See Explore Metadata when the preview shows missing or incorrect fields.
Interfaces
Section titled “Interfaces”- Browser workflow: Local Web UI
- Scriptable workflow: CLI
- Interactive terminal workflow: TUI
- ABS metadata workflow: Audiobookshelf