Web-based Winamp controller for CarPC � Go backend, mobile-first UI
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Jan Svabenik 75dd444468 feat: initial project scaffold il y a 1 mois
.claude feat: initial project scaffold il y a 1 mois
internal feat: initial project scaffold il y a 1 mois
web/static feat: initial project scaffold il y a 1 mois
.gitignore feat: initial project scaffold il y a 1 mois
README.md feat: initial project scaffold il y a 1 mois
config.yaml.example feat: initial project scaffold il y a 1 mois
go.mod feat: initial project scaffold il y a 1 mois
go.sum feat: initial project scaffold il y a 1 mois

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"