ChapterForge 1.0.0 - Comprehensive User Guide

Welcome to ChapterForge 1.0.0, an accessible audio chapter management solution. This comprehensive user guide will walk you through every feature, function, and workflow to help you create chaptered audio content.

Whether you're a visually impaired user requiring full keyboard navigation and screen reader support, a content creator producing audiobooks, or a podcaster looking to enhance your episodes with precise chapter markers, this guide has everything you need to succeed.

ChapterForge 1.0.0 is designed to help you create chaptered audio content from collections of audio files. With support for popular audio formats and accessibility features, ChapterForge empowers users to create quality audio content.


1. Getting Started with ChapterForge 1.0.0

1.1 Launching the Application

ChapterForge 1.0.0 can be launched in multiple ways to suit your workflow:

Upon launch, you'll be greeted with a clean, intuitive interface designed for maximum accessibility and efficiency. The application automatically detects your system's accessibility settings and configures itself accordingly.

1.2 Understanding the Interface

The ChapterForge 1.0.0 interface is organized into two main sections for efficient workflow:

  1. Chapter Management Panel (Left): Organize and edit your chapter list
  2. Metadata and Tagging Panel (Right): Set ID3 tags, cover art, and export options

Each panel is fully accessible with keyboard navigation and screen reader support. The interface features a clean design with a dark/light theme toggle to suit your preferences.

1.3 Quick Start Workflow

Method 1: Basic Chapter Creation from Folder

  1. Launch ChapterForge 1.0.0
  2. File → Open Folder (Ctrl+Shift+O) and select a folder containing your audio files
  3. Review the automatically generated chapter list in the Chapter Management Panel
  4. Make any necessary adjustments to chapter titles or order
  5. Click Set Tags & Build to proceed to metadata configuration
  6. Fill in the required metadata fields (Title, Artist, Album, etc.)
  7. Set your output file location and format
  8. Click Build Master File (Ctrl+B) to create your chaptered audio file

Method 2: Advanced Workflow with Silence Detection

  1. Launch ChapterForge 1.0.0
  2. File → Open File (Ctrl+O) and select a single long audio recording
  3. Enable Auto-chapter by Silence in the processing options
  4. Adjust silence detection parameters (threshold and minimum duration)
  5. Click Detect Chapters to automatically find chapter boundaries
  6. Review and adjust the automatically detected chapters
  7. Proceed with metadata configuration and building as above

Method 3: Using Job Files

  1. Launch ChapterForge 1.0.0
  2. File → Open Job File (Ctrl+L) and select an existing .cfjob file
  3. Review the loaded configuration
  4. Make any necessary adjustments
  5. Click Build Master File to process according to the job file

1.4 System Requirements


2. Comprehensive Feature Guide

2.1 Chapter Management Panel

The Chapter Management Panel is where you organize, edit, and optimize your chapter structure. This panel provides powerful tools for managing your audio content with precision.

Chapter List Operations

Chapter Merging and Splitting

Advanced Chapter Features

2.2 Metadata and Tagging Panel

ChapterForge 1.0.0 includes a professional-grade metadata editor that supports all standard ID3 fields and advanced tagging features.

Basic Tags

Advanced Tagging Features

Format and Quality Options

2.3 Preview and Control Panel

The Preview and Control Panel provides playback controls for reviewing your audio content.

Playback Controls

Basic Information

Play Controls Menu

Right-click the player, or press the Menu key (Shift+F10) while it's focused, for a "Play Controls" menu with Play/Pause, Stop, Previous/Next Chapter, Rewind, Forward, and Go to Time. The same menu appears as a submenu when you right-click a chapter in the chapter list, so you can start playing or jump around without first moving focus to the player. Items are enabled or disabled to match what's currently possible - for example, "Pause" replaces "Play" once something is playing, and Previous/ Next Chapter are unavailable when there's nothing to navigate to.

2.4 Audio Trimming and Cutting Tools

ChapterForge 1.0.0 includes powerful audio editing tools for precise trimming and cutting:

Lossless Audio Trimming

Chapter Splitting


3. Keyboard Shortcuts and Accessibility

3.1 Comprehensive Keyboard Navigation

ChapterForge 1.0.0 is designed from the ground up for full keyboard accessibility:

Global Shortcuts

Key CombinationAction
Ctrl+NNew project
Ctrl+Shift+OOpen folder of audio files
Ctrl+OOpen existing chaptered file
Ctrl+SSave current project
Ctrl+Shift+SSave As...
Ctrl+PPrint/export report
Ctrl+QQuit application
F1Help on the focused control
Ctrl+F1Open User Guide
F2Rename selected chapter
F5Refresh chapter list
F11Toggle full screen mode
Ctrl+,Open Settings dialog

Chapter Management Shortcuts

Key CombinationAction
InsertAdd new chapter
DeleteRemove selected chapter
Ctrl+Up/DownMove chapter up/down in list
Ctrl+ASelect all chapters
Ctrl+EEdit chapter title
Ctrl+DDuplicate selected chapter
Ctrl+RReset chapter boundaries
Ctrl+Shift+RReset all chapters
Ctrl+TMerge selected chapters
Ctrl+Shift+TSplit chapter at playhead

Playback Controls Shortcuts

Key CombinationAction
SpacePlay/Pause
Ctrl+SpaceStop
Left/Right ArrowRewind/Forward 5 seconds
Ctrl+Left/RightPrevious/Next chapter
Shift+Left/RightRewind/Forward 30 seconds
Alt+Left/RightRewind/Forward 1 minute
Ctrl+Shift+Left/RightJump to first/last chapter
Up/Down ArrowIncrease/decrease volume 5%
Ctrl+Up/DownIncrease/decrease playback speed 0.1x
Ctrl+1-9Jump to bookmark 1-9
[Set loop start point
]Set loop end point
\Clear loop selection

Trimming and Cutting Shortcuts

Key CombinationAction
Ctrl+BSet begin trim point
Ctrl+ESet end trim point
Ctrl+CClear trim selection
Ctrl+Shift+CSave trimmed selection

Accessibility Features

3.2 Screen Reader Integration

ChapterForge 1.0.0 includes advanced screen reader support:

Context-Sensitive Help (F1)

Press F1 while any control has keyboard focus to hear exactly what it is, what it currently shows, and what activating it will do right now:

Every description here comes from the same source the app itself reads from at runtime, so this guide and the in-app help can never disagree. For a complete list of every control and what F1 says about it (with illustrative example values in place of live state), see the generated Control Reference page alongside this guide.


4. Advanced Features and Workflows

4.1 Job Files (.cfjob)

Job files are powerful, human-readable text files that store complete project configurations. They enable reproducible builds, template creation, and collaborative workflows.

Job File Structure

# ChapterForge 1.0.0 Job File - Professional Audiobook Project
# Created: 2026-06-05
# Author: [Your Name]

# Global Settings
@version     = 1.0.0
@title       = The Complete Guide to Audio Chaptering
@artist      = Jane Author
@album       = Audiobook Masterclass Series
@albumartist = Audiobook Publishers Inc.
@genre       = Education
@year        = 2026
@comment     = Professional educational audiobook
@tracktotal  = 12

# Output Configuration
@output      = The Complete Guide to Audio Chaptering - Master.m4b
@format      = m4b
@bitrate     = 128k
@quality     = high
@normalize   = true
@target_lufs = -16.0

# Cover Art
@cover       = cover.jpg

# Custom Fields
@composer    = John Composer
@copyright   = © 2026 Audiobook Publishers Inc.
@publisher   = Audiobook Publishers Inc.
@isrc        = US-XXX-23-12345

# Chapter List (filename | title | start | duration | custom tags)
01_Introduction.mp3      | Introduction to ChapterForge 2.0 | 00:00:00 | 00:05:32 | @genre=Introduction
02_Getting_Started.mp3   | Getting Started with ChapterForge | 00:05:32 | 00:22:15 | @genre=Tutorial
03_Advanced_Features.mp3 | Advanced Features and Workflows | 00:27:47 | 00:18:44 | @genre=Advanced
# ... additional chapters

Job File Benefits

Job File Operations

4.2 Background Watcher System

The Background Watcher allows automated processing of audio folders with system tray integration:

Setting Up Watch Processes

  1. Tools → Watch Folders... (Ctrl+W)
  2. Click New Process to create a watch configuration
  3. Set the Watch Folder (folder to monitor for new content)
  4. Configure Naming Templates using variables:
  1. Set default Metadata Values for automated builds
  2. Configure Output Location and format preferences
  3. Enable Start at Sign-in for persistent watching

Advanced Watcher Features

Watcher Safety Features

Watching Cloud-Synced Folders

You can point a watch folder at a local OneDrive, Dropbox or Google Drive sync folder just like any other folder - ChapterForge watches the synced copy on disk, so cloud-based production setups work without any special configuration.

One thing worth knowing: these services can list "online-only" placeholder files - showing the final size and date before the audio has actually downloaded. ChapterForge detects these placeholders and waits for every file in a folder to finish downloading before it builds, so you never end up with a master built from incomplete audio. While it waits, you'll see a "ChapterForge - waiting" notification telling you how many files are still downloading; the build starts automatically the moment they finish.

Playback from the Tray

If you minimize the main window to the system tray while audio is loaded in the player, the tray icon's right-click menu gains Play/Pause, Stop, and Previous/Next Chapter, so you can keep listening and navigate between chapters without restoring the window. (The standalone watcher-only tray icon doesn't show these, since it has no player of its own.)

4.3 Batch Processing System

Process entire libraries with minimal setup using the Batch Processing Wizard:

Batch Processing Wizard

  1. Tools → Batch Processing Wizard
  2. Select Source Folder containing multiple sub-folders
  3. Choose Processing Mode:
  1. Configure Naming Conventions for output files
  2. Set Default Metadata or enable automatic fetching
  3. Review and confirm the Processing Queue
  4. Start processing and monitor progress

Batch Processing Options

4.4 Silence-Based Chapter Detection

Automatically detect chapter boundaries in long recordings using silence detection:

Silence Detection Parameters

Using Silence Detection

  1. Method 1 - GUI: Select a long audio file and enable silence detection in processing options
  2. Method 2 - CLI: Use chapterforge --split-silence --noise-db -30 --min-silence 0.8 input.mp3

4.5 Release Channels and Feature Flags

Help → Feature Flags is where you choose how early you want access to new, optional functionality, and switch individual features on or off:

  1. Pick a release channel - General (the default, fully tested features only), Beta, or Alpha (earlier access to newer features, which may be less polished)
  2. Switching to an earlier channel immediately reveals any features it unlocks, each shown with its own description so you know what you're opting into
  3. Turn any available feature on or off individually - your choice is remembered even if you later switch channels
  4. Features you turn off disappear from menus and the interface entirely, rather than being merely greyed out, so you only ever see what you can actually use

Your channel and per-feature choices are saved as release_channel and feature_flags in your settings. Restart ChapterForge for changes to take effect - menus and panels are only built once at startup, so a newly enabled (or disabled) feature appears (or disappears) the next time the app opens.


5. Command Line Interface

ChapterForge 1.0.0 includes a comprehensive CLI for automation and scripting:

Basic Commands

# Convert a folder of audio files
chapterforge "C:\Audiobooks\My Book"

# Convert with custom output location
chapterforge -i .\chapters -o book.mp3

# Set metadata during conversion
chapterforge .\chapters --title "My Book" --artist "Jane Doe" --album "My Collection"

# Normalize audio loudness
chapterforge .\chapters --normalize

# Show what would be processed without building
chapterforge .\chapters --dry-run --list

# Choose the output format (mp3, m4b, flac or opus)
chapterforge .\chapters --format m4b

# Process using existing job file
chapterforge --job mybook.cfjob

# Check for application updates
chapterforge --check-updates

# Show detailed help
chapterforge --help

Advanced CLI Features

# Batch-build every book sub-folder under a parent folder
chapterforge --batch "C:\Audiobooks"

# Set the re-encode bitrate
chapterforge .\chapters --bitrate 192k

# Normalize each chapter to a loudness target (use -23 for ACX)
chapterforge .\chapters --per-file-normalize --normalize-lufs -16.0

# Also write a Podcasting 2.0 chapters JSON sidecar
chapterforge .\chapters --pod2-chapters

# Set narrator and series metadata
chapterforge .\chapters --narrator "John Reader" --series "My Series" --series-part 2

# Process with custom cover art
chapterforge .\chapters --cover artwork.jpg

# Split a long recording into chapters by silence
chapterforge --split-silence --noise-db -30 --min-silence 0.8 long_recording.mp3

# Trim leading/trailing silence from each file before joining
chapterforge .\chapters --trim-silence

# Quiet mode for automated scripts (errors only)
chapterforge .\chapters --quiet

# Write a podcast RSS feed pointing at the hosted media URL
chapterforge .\chapters --rss-url https://example.com/book.mp3

CLI Return Codes

CLI Automation Examples

# Process an entire library quietly
for /d %i in ("C:\Audiobooks\*") do chapterforge "%i" --quiet

# Batch-build a whole library
chapterforge --batch "C:\Audiobooks"

# Nightly processing script with per-chapter normalization
chapterforge --batch "C:\Audiobooks" --quiet

6. Troubleshooting and Support

Common Issues and Solutions

Issue: "FFmpeg not found" error

Solution:

  1. Ensure FFmpeg is installed and on your system PATH
  2. Or let ChapterForge download FFmpeg for you - it offers this automatically on first run, and any time from Help > Download FFmpeg
  3. Verify installation with ffmpeg -version in command prompt

Issue: Chapters not displaying in player

Solution:

  1. Check that your player supports ID3v2 CHAP/CTOC frames
  2. Verify chapter file was built successfully
  3. Try exporting in M4B format for better player compatibility

Issue: Slow processing times

Solution:

  1. Close other applications to free system resources
  2. Ensure sufficient free disk space
  3. Check that your audio files are not corrupted
  4. Consider using SSD storage for temporary files

Issue: Accessibility features not working

Solution:

  1. Ensure screen reader is running before launching ChapterForge
  2. Check that Prismatoid package is installed for enhanced accessibility
  3. Review accessibility settings in ChapterForge preferences

Issue: Background watcher not processing folders

Solution:

  1. Check that the watcher is running in the system tray
  2. Verify watch folder paths are correct and accessible
  3. Check for .chapterforge_done or .chapterforge_failed marker files
  4. Review watcher logs in the ChapterForge settings directory
  5. If the watch folder is inside OneDrive, Dropbox or Google Drive, look for a "ChapterForge - waiting" notification - the watcher pauses until every file has finished downloading from the cloud, and resumes automatically once they're all present locally

Getting Help


7. Tips and Best Practices

Audio File Preparation

Chapter Management

Export Optimization

Performance Tips

Accessibility Best Practices


8. Auphonic Integration

ChapterForge includes a built-in Auphonic integration for professional audio post-production. You connect your own Auphonic account and process audio using your own Auphonic credits. See AUPHONIC_INTEGRATION.md for the full reference. Key points:

Access

Open the Auphonic menu (between View and Help):

Menu itemAction
Connect AccountOAuth connect / view credit balance
New ProductionSubmit audio to Auphonic for processing
Job HistoryView submitted jobs and download results

Workflow

  1. Auphonic > Connect Account - click Connect Auphonic, complete login in your browser, return to ChapterForge.
  2. Your available credit balance is shown in the connect dialog.
  3. Auphonic > New Production - browse for an audio file, choose a preset, enter a title, click Submit.
  4. ChapterForge validates the file (rejects video streams), estimates credits, and submits to Auphonic.
  5. Processing runs in the background. When complete, open Job History to download results.

Built-in Presets

Audio-only policy

Only audio files are accepted. Any file containing a video stream is rejected at the validation step. Video output formats are blocked even if Auphonic returns them.


9. Glossary of Terms

Chapter Marker: A timestamp in an audio file that indicates the start of a named section

ID3v2 CHAP: The ID3v2 frame format used to store chapter information in MP3 files

CTOC Frame: The Container Table Of Contents frame that organizes chapters hierarchically

LUFS: Loudness Units Full Scale - standardized measurement of audio loudness

Waveform: Visual representation of audio amplitude over time

Sample Rate: Number of audio samples per second (e.g., 44.1kHz, 48kHz)

Bitrate: Amount of data processed per second of audio (e.g., 128k, 192k, 320k)

Lossless: Audio processing that preserves original quality without compression artifacts

Fade-in/Fade-out: Gradual volume increase/decrease at beginning/end of audio segments

Silence Detection: Algorithmic identification of quiet periods in audio for chapter boundaries

Job File: Human-readable text file containing complete ChapterForge project configuration

Background Watcher: System tray application that automatically processes new audio folders

Auphonic: Cloud audio post-production service used via the Auphonic menu for leveling, noise reduction, transcription, and more.


ChapterForge User Guide - Where Accessibility Meets Professional Power

Method 1: Basic Chapter Creation

  1. Launch ChapterForge 1.0.0
  2. File → Open Folder (Ctrl+Shift+O) and select a folder containing your audio files
  3. Review the automatically generated chapter list in the Chapter Management Panel
  4. Click Set Tags & Build to proceed to metadata configuration
  5. Fill in the required metadata fields (Title, Artist, Album, etc.)
  6. Set your output file location and format
  7. Click Build Master File (Ctrl+B) to create your chaptered audio file
KeyAction
Ctrl+Shift+OOpen folder of MP3 files
Ctrl+OOpen an existing chaptered file to edit
Ctrl+SBuild (build mode) or Save Changes (edit mode)
Ctrl+BBuild master - explicit
Ctrl+Shift+SSave changes to the open master - explicit
Ctrl+LLoad a Saved Setup (.cfjob)
Ctrl+GSave This Setup as a Template
Ctrl+WSet Up Automatic Building
Ctrl+,Settings
Ctrl+Shift+PCommand Palette - search all commands
Ctrl+/Open keyboard shortcuts in browser
Ctrl+=Larger text
Ctrl+-Smaller text
Ctrl+0Reset text size
F1User Guide
Alt+F4Exit

In the Chapters list:

KeyAction
Up / DownMove selection (also selects the focused item)
F2Edit the selected chapter title inline
DeleteRemove chapter (build) or merge up (edit mode)
Alt+Up / Alt+DownMove chapter up or down

All actions are also available as labeled buttons and via the menus.


2. Comprehensive Feature Guide

2.1 Chapter Management Panel

The Chapter Management Panel is where you organize, edit, and optimize your chapter structure.

Chapter List Operations

Smart Chapter Detection AI

One of the most revolutionary features in ChapterForge 1.0.0 is our proprietary Smart Chapter Detection AI:

  1. Select one or more chapters you want to optimize
  2. Click AI Analyze Selection or press Ctrl+Shift+A
  3. The AI will analyze the audio content and suggest optimal chapter boundaries
  4. Review the suggestions in the AI Recommendations Panel
  5. Accept individual suggestions or apply all with one click
  6. Fine-tune manually using the waveform visualization

Waveform Visualization

The enhanced waveform visualization provides real-time visual feedback:

2.2 Metadata and Tagging Panel

ChapterForge 1.0.0 includes a professional-grade metadata editor:

Basic Tags

Advanced Tagging Features

Format and Quality Options

2.3 Preview and Control Panel

The Preview and Control Panel provides comprehensive playback and analysis tools:

Playback Controls

Real-time Analysis

Advanced Playback Features

3. Keyboard Shortcuts and Accessibility

3.1 Comprehensive Keyboard Navigation

ChapterForge 1.0.0 is designed from the ground up for full keyboard accessibility:

Global Shortcuts

Key CombinationAction
Ctrl+NNew project
Ctrl+Shift+OOpen folder of audio files
Ctrl+OOpen existing chaptered file
Ctrl+SSave current project
Ctrl+Shift+SSave As...
Ctrl+PPrint/export report
Ctrl+QQuit application
F1Help on the focused control
Ctrl+F1Open User Guide
F2Rename selected chapter
F5Refresh chapter list
F11Toggle full screen mode
Ctrl+,Open Settings dialog

Chapter Management Shortcuts

Key CombinationAction
InsertAdd new chapter
DeleteRemove selected chapter
Ctrl+Up/DownMove chapter up/down in list
Ctrl+ASelect all chapters
Ctrl+Shift+AAI Analyze Selection
Ctrl+EEdit chapter title
Ctrl+DDuplicate selected chapter
Ctrl+Shift+DDownload chapter metadata
Ctrl+RReset chapter boundaries
Ctrl+Shift+RReset all chapters

Playback Controls Shortcuts

Key CombinationAction
SpacePlay/Pause
Ctrl+SpaceStop
Left/Right ArrowRewind/Forward 5 seconds
Ctrl+Left/RightPrevious/Next chapter
Shift+Left/RightRewind/Forward 30 seconds
Alt+Left/RightRewind/Forward 1 minute
Ctrl+Shift+Left/RightJump to first/last chapter
Up/Down ArrowIncrease/decrease volume 5%
Ctrl+Up/DownIncrease/decrease playback speed 0.1x
Ctrl+1-9Jump to bookmark 1-9
[Set loop start point
]Set loop end point
\Clear loop selection

Accessibility Features

3.2 Screen Reader Integration

ChapterForge 1.0.0 includes advanced screen reader support:

4. Advanced Features and Workflows

4.1 Job Files (.cfjob)

Job files are powerful, human-readable text files that store complete project configurations:

# ChapterForge 1.0.0 Job File - Professional Audiobook Project
# Created: 2026-06-05
# Author: [Your Name]

# Global Settings
@version     = 1.0.0
@title       = The Complete Guide to Audio Chaptering
@artist      = Jane Author
@album       = Audiobook Masterclass Series
@albumartist = Audiobook Publishers Inc.
@genre       = Education
@year        = 2026
@comment     = Professional educational audiobook
@tracktotal  = 12

# Output Configuration
@output      = The Complete Guide to Audio Chaptering - Master.m4b
@format      = m4b
@bitrate     = 128k
@quality     = high
@normalize   = true
@target_lufs = -16.0

# Cover Art
@cover       = cover.jpg

# Custom Fields
@composer    = John Composer
@copyright   = © 2026 Audiobook Publishers Inc.
@publisher   = Audiobook Publishers Inc.
@isrc        = US-XXX-23-12345

# Chapter List (filename | title | start | duration | custom tags)
01_Introduction.mp3      | Introduction to ChapterForge 2.0 | 00:00:00 | 00:05:32 | @genre=Introduction
02_Getting_Started.mp3   | Getting Started with ChapterForge | 00:05:32 | 00:22:15 | @genre=Tutorial
03_Advanced_Features.mp3 | Advanced Features and Workflows | 00:27:47 | 00:18:44 | @genre=Advanced
# ... additional chapters

Job File Benefits

Job File Operations

4.2 Background Watcher System

The Background Watcher allows automated processing of audio folders:

Setting Up Watch Processes

  1. Tools → Watch Folders... (Ctrl+W)
  2. Click New Process to create a watch configuration
  3. Set the Watch Folder (folder to monitor for new content)
  4. Configure Naming Templates using variables:
  1. Set default Metadata Values for automated builds
  2. Configure Output Location and format preferences
  3. Enable Start at Sign-in for persistent watching

Advanced Watcher Features

4.3 Batch Processing System

Process entire libraries with minimal setup:

Batch Processing Wizard

  1. Tools → Batch Processing Wizard
  2. Select Source Folder containing multiple sub-folders
  3. Choose Processing Mode:
  1. Configure Naming Conventions for output files
  2. Set Default Metadata or enable automatic fetching
  3. Review and confirm the Processing Queue
  4. Start processing and monitor progress

Batch Processing Options

5. Command Line Interface

ChapterForge 1.0.0 includes a comprehensive CLI for automation and scripting:

Basic Commands

# Convert a folder of audio files
chapterforge "C:\Audiobooks\My Book"

# Convert with custom output location
chapterforge -i .\chapters -o book.mp3

# Set metadata during conversion
chapterforge .\chapters --title "My Book" --artist "Jane Doe" --album "My Collection"

# Normalize audio loudness
chapterforge .\chapters --normalize

# Show what would be processed without building
chapterforge .\chapters --dry-run --list

# Choose the output format (mp3, m4b, flac or opus)
chapterforge .\chapters --format m4b

# Process using existing job file
chapterforge --job mybook.cfjob

# Check for application updates
chapterforge --check-updates

# Show detailed help
chapterforge --help

Advanced CLI Features

# Batch-build every book sub-folder under a parent folder
chapterforge --batch "C:\Audiobooks"

# Set the re-encode bitrate
chapterforge .\chapters --bitrate 192k

# Normalize each chapter to a loudness target (use -23 for ACX)
chapterforge .\chapters --per-file-normalize --normalize-lufs -16.0

# Also write a Podcasting 2.0 chapters JSON sidecar
chapterforge .\chapters --pod2-chapters

# Set narrator and series metadata
chapterforge .\chapters --narrator "John Reader" --series "My Series" --series-part 2

# Process with custom cover art
chapterforge .\chapters --cover artwork.jpg

# Trim leading/trailing silence from each file before joining
chapterforge .\chapters --trim-silence

# Quiet mode for automated scripts (errors only)
chapterforge .\chapters --quiet

# Write a podcast RSS feed pointing at the hosted media URL
chapterforge .\chapters --rss-url https://example.com/book.mp3

CLI Return Codes

6. Troubleshooting and Support

Common Issues and Solutions

Issue: "FFmpeg not found" error

Solution:

  1. Ensure FFmpeg is installed and on your system PATH
  2. Or let ChapterForge download FFmpeg for you - it offers this automatically on first run, and any time from Help > Download FFmpeg
  3. Verify installation with ffmpeg -version in command prompt

Issue: Chapters not displaying in player

Solution:

  1. Check that your player supports ID3v2 CHAP/CTOC frames
  2. Verify chapter file was built successfully
  3. Try exporting in M4B format for better player compatibility

Issue: Slow processing times

Solution:

  1. Close other applications to free system resources
  2. Ensure sufficient free disk space
  3. Check that your audio files are not corrupted
  4. Consider using SSD storage for temporary files

Issue: Accessibility features not working

Solution:

  1. Ensure screen reader is running before launching ChapterForge
  2. Check that Prismatoid package is installed for enhanced accessibility
  3. Review accessibility settings in ChapterForge preferences

Getting Help

7. Tips and Best Practices

Audio File Preparation

Chapter Management

Export Optimization

Performance Tips

8. Glossary of Terms

Chapter Marker: A timestamp in an audio file that indicates the start of a named section

ID3v2 CHAP: The ID3v2 frame format used to store chapter information in MP3 files

CTOC Frame: The Container Table Of Contents frame that organizes chapters hierarchically

LUFS: Loudness Units Full Scale - standardized measurement of audio loudness

Waveform: Visual representation of audio amplitude over time

Sample Rate: Number of audio samples per second (e.g., 44.1kHz, 48kHz)

Bitrate: Amount of data processed per second of audio (e.g., 128k, 192k, 320k)


ChapterForge 1.0.0 User Guide - Where Accessibility Meets Professional Power