"Winamp 2-js" which reproduced Winamp with HTML 5 and JavaScript



The MP3 player software of the past year "Winamp"Version 2.9 was reproduced using HTML 5 and JavaScript, and the music can be reproduced on the browser"Winamp 2 - js"Has been published.

Winamp 2 - js
https://jordaneldredge.com/projects/winamp2-js/


GitHub - captbaritone / winamp2-js: A reimplementation of Winamp 2.9 in HTML5 and Javascript
https://github.com/captbaritone/winamp2-js

Winamp 2-js works with Edge, Firefox, Safari, Chrome, Internet Explorer is not supported.

Choose the file you want to load by either "Drag file & amp; Drag to player part" "Select a file by pressing the eject icon" or "Choose a file by pressing the option button". The eject icon is kore.


The option button is the top left of the player. You can select the file to be read with "Play File" of the menu that comes out by clicking.


By clicking "Skins" it is possible to change the appearance from already built-in skins, and to read the skin files saved locally.


For example, selecting the built-in skin "Mac OSX v1.5 (Aqua)" looks something like this.


There are two versions of Winamp's skin, "Classic Skin" version 2 and "Modern Skin" of Series 3 or later, Winamp 2-js reproduces Winamp 2.9, so you can read "Classic Skin" . And it is a WSZ file instead of a ZIP file. As an example"WinShady"I downloaded the WSZ file and let me load it.


Like Winamp, it corresponds also to mini mode which folds players and the like in a bar shape.


Also, some hotkeys are included, pressing Ctrl + D will double the size of the player. The equalizer will also be doubled, but the playlist remains in its normal size as it is at the "Winamp" specification.

in Software,   Web Application, Posted by logc_nt