No description
Find a file
2016-07-27 23:52:16 -07:00
css Render the main window DOM with React (#163) 2016-07-27 22:33:34 -07:00
cursors Swtich to v2.91 cursor images 2014-11-26 14:23:33 +01:00
js Abstract file dragging 2016-07-27 23:52:16 -07:00
skins Load skins from original WSZ files instead of individual BMPs 2014-11-16 17:20:25 +11:00
.babelrc Major refactor 2016-07-25 22:32:42 -07:00
.eslintrc Major refactor 2016-07-25 22:32:42 -07:00
.gitignore Switch from require.js to WebPack 2016-05-02 21:20:13 -07:00
.travis.yml Setup Travis 2016-07-25 22:52:56 -07:00
deploy.sh Fix bad copy/paste (#165) 2016-07-27 23:30:10 -07:00
favicon.ico Add favicon 2014-12-05 19:49:58 -08:00
index.html Switch from require.js to WebPack 2016-05-02 21:20:13 -07:00
LICENSE.txt Add a license 2015-01-31 14:53:04 -08:00
package.json Move to thunks. Use display state from store (#164) 2016-07-27 23:17:32 -07:00
README.md Fix typo in readme 2016-07-12 10:02:38 -07:00
webpack.config.js Inline cursors in CSS 2016-07-12 09:55:35 -07:00

Winamp2-js

A reimplementation of Winamp 2.9 in HTML5 and Javascript.

Works in modern versions of Firefox, Safari and Chrome. IE is not supported.

Features

  • Decodes the actual skin file in your browser so you can load your favorite Winamp 2 skins!
  • Load local audio or skin files via drag-and-drop, eject button, or "options" button (upper left-hand corner)
  • Both visualization modes: oscilloscope and spectrum
  • Hotkeys
  • "Shade" mini-mode
  • "Doubled" mode, where the main window is twice as large: Ctrl-D

Building

npm install
npm run build

Open index.html in your browser.

Development

npm run serve

Open http://localhost:8080/webpack-dev-server/ in your browser.

Reference

Predecessors

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

  • Winamp em HTML5 e Javascript In 2010 a developer named Danilo posted one of his HTML5 experiments: "an audio player simulating good old Winamp". You will have to download the zip file.

  • 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.

Thanks

  • Research and feature prototyping: @PAEz

Thank you to Justin Frankel and everyone at Nullsoft for Winamp which inspired so many of us.

License

While the Winamp name, interface, and, sample audio file are surely property of Nullsoft, the code within this project is released under the MIT License. That being said, if you do anything interesting with this code, please let me know. I'd love to see it.