Go to file
2014-11-26 15:44:41 +01:00
cursors Swtich to v2.91 cursor images 2014-11-26 14:23:33 +01:00
images Add loading state 2014-11-23 13:00:11 +01:00
skins
file-manager.js
font.js Move font stuff into skin, refactor 2014-11-20 08:21:04 +01:00
index.html Add loading state 2014-11-23 13:00:11 +01:00
media.js Make balance control work 2014-11-26 10:58:17 +01:00
README.md Add Winamp Skinning Tutorial 2014-11-21 03:56:02 +01:00
skin.js Start using values from viscolors.txt 2014-11-26 15:44:41 +01:00
visualizer.js Start using values from viscolors.txt 2014-11-26 15:44:41 +01:00
winamp.css Swtich to v2.91 cursor images 2014-11-26 14:23:33 +01:00
winamp.js Start using values from viscolors.txt 2014-11-26 15:44:41 +01:00

Winamp2-js

A reimplementation of Winamp 2.9 in HTML5 and Javascript.

Works in modern versions of Firefox, Safari and Chrome. Untested in IE.

Features

  • Drag in local sound or skin files or load them via the "eject" button
  • "Shade" mini-mode

Tested in modern versions of

  • Chrome (OS X, iOS, Ubuntu) - Perfect
  • Firefox (OS X) - Perfect
  • Safari (OS X, iOS) - Perfect

Reference

Predecessors

  • Webamp2x An impressive implementation from 2002(!). Doesn't seem to work/play in my modern browsers.

  • JuicyDrop An HTML5 implementation with less empasis on being true to the skin, but fully featured visualizations. @cggaurav is keeping it alive on GitHub

  • Spotiamp The folks at Spotify reimplemented Winamp as a frontend for Spotify. Not in a browser, and only runs on Windows.