# roadamp 🚗🎵 Web-based Winamp controller for CarPC setups — optimized for tablets and phones. A modern rebuild of a classic Delphi CarPC project, written in Go with a responsive web interface. ## Features - Play / Pause / Stop - Next / Previous Track - Seek ±15s / ±120s (with auto-mute during seek) - Master volume control - Track progress display - KillList — auto-skip unwanted tracks - Resume — restores position after restart ## Stack - **Backend:** Go (HTTP server + Winamp IPC via Windows messages) - **Frontend:** Vanilla JS / HTML / CSS — no framework, mobile-first ## Getting Started ```bash go build ./cmd/roadamp ./roadamp.exe # Open http://localhost:8080 on your tablet/phone ``` ## Configuration Copy `config.yaml.example` to `config.yaml` and adjust: ```yaml port: 8080 winamp_path: "C:\\Program Files\\Winamp\\Winamp.exe" ```