No description
Find a file
Jordan Eldredge 37b5e610d1 Merge pull request #151 from LziWai/master
Issue #150 only README.md edited
2015-05-13 22:38:41 -07:00
css Serve cursors over https 2015-04-19 00:39:26 -04:00
cursors Swtich to v2.91 cursor images 2014-11-26 14:23:33 +01:00
html Switch to require.js, get embedding for free! 2015-03-31 09:16:49 -07:00
js Merge branch 'master' of github.com:captbaritone/winamp2-js 2015-04-23 13:58:54 -07:00
rjs Optimize embeded css, also organize build files 2015-04-11 16:53:28 -07:00
skins Load skins from original WSZ files instead of individual BMPs 2014-11-16 17:20:25 +11:00
.gitignore Add grunt for production version 2014-12-20 16:37:30 -08:00
favicon.ico Add favicon 2014-12-05 19:49:58 -08:00
index.html Optimize embeded css, also organize build files 2015-04-11 16:53:28 -07:00
LICENSE.txt Add a license 2015-01-31 14:53:04 -08:00
README.md Issue #150 only README.md edited 2015-05-13 17:52:20 +03: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

Running locally vs. Production

Running Winamp2-js locally is as simple as cloning this repository and opening index.html in your browser, but you will need to have a local web server to run it on. You can run r.js -o build.js in the js/ directory to build the production version which reduces the number of http requests.

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, sample audio file and 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.