Web-based Winamp controller for CarPC � Go backend, mobile-first UI
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jan Svabenik f6ee493629 fix: bust PWA cache on each release build пре 1 месец
.claude feat: initial project scaffold пре 1 месец
internal fix: playlist title encoding via MultiByteToWideChar пре 1 месец
web fix: bust PWA cache on each release build пре 1 месец
.gitignore fix: struct padding bug in viz loopback, overflow in stopped state пре 1 месец
README.md feat: initial project scaffold пре 1 месец
build.ps1 fix: bust PWA cache on each release build пре 1 месец
config.yaml.example configurable bind address + default port 8889 пре 1 месец
go.mod feat: WebSocket + WASAPI spectrum visualisation пре 1 месец
go.sum feat: WebSocket + WASAPI spectrum visualisation пре 1 месец

README.md

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

go build ./cmd/roadamp
./roadamp.exe
# Open http://localhost:8080 on your tablet/phone

Configuration

Copy config.yaml.example to config.yaml and adjust:

port: 8080
winamp_path: "C:\\Program Files\\Winamp\\Winamp.exe"