pub fn run() -> Result<()>
Runs the terminal music player.
The binary entrypoint (src/main.rs) delegates to this so the codebase can be structured like a normal Rust library.
src/main.rs