audiobook-forge 2.10.0

CLI tool for converting audiobook directories to M4B format with chapters and metadata
Documentation
1
2
3
4
5
6
7
8
//! Interactive user interface components

pub mod prompts;

pub use prompts::{
    confirm_match, prompt_custom_search, prompt_manual_metadata, prompt_match_selection,
    UserChoice,
};