Author here. I wrote a Twitter thread demonstrating many of its features. You can find it here: https://mobile.twitter.com/captbaritone/status/9612747140133...
This is great and brings back a lot of old memories. Something that would help this spread (perhaps if it was hosted somewhere dedicated to it), is allowing a URL of an MP3 or a list of other audio files to be included in the link so people can share a song "the way it was meant to be played." Thanks for your hard work and for making sure it wasn't broken in Edge. It was really satisfying to pull it up on my Windows…
A Reimplementation of Winamp 2.9 in HTML5 and JavaScript
101–110 of 212 posts
Re: A Reimplementation of Winamp 2.9 in HTML5 and JavaScript
#102Wow, it even has skin support! I spent way too many hours developing skins for WinAmp and Trillian back in the late 90s as a teenager. I get why skins fell out of style, but I also kinda wish they didn't. Choosing a skin lets you personalize an app, creating a skin does so even more while also letting you express your creativity, and having skins creates a community. If I ever make an app where skinning would make se…
sorry to be the party pooper, but saddly, allowing skins kind of forfeits your control over the ui & design of your app doesn't it
Re: A Reimplementation of Winamp 2.9 in HTML5 and JavaScript
#103Will the implementation also include a memory leak? Part of the experience...
Re: A Reimplementation of Winamp 2.9 in HTML5 and JavaScript
#104Just says "Loading ..." for me when using SlimJet? Chrome works.
Here is the same thing, the errors are: TypeError: Object.entries is not a function(…)e.(anonymous function) @ console.js:32 Skin.js:127 Uncaught (in promise) TypeError: Object.entries is not a function(…)
Re: A Reimplementation of Winamp 2.9 in HTML5 and JavaScript
#105Wow, it even has skin support! I spent way too many hours developing skins for WinAmp and Trillian back in the late 90s as a teenager. I get why skins fell out of style, but I also kinda wish they didn't. Choosing a skin lets you personalize an app, creating a skin does so even more while also letting you express your creativity, and having skins creates a community. If I ever make an app where skinning would make se…
sorry to be the party pooper, but saddly, allowing skins kind of forfeits your control over the ui & design of your app doesn't it
If the end user thinks it would be better with a different font or larger text or a different background, then they're right.
And realistically once an app ships to the end user the developer has forfeited all control anyway.
Re: A Reimplementation of Winamp 2.9 in HTML5 and JavaScript
#106Winamp + dialup connection. How many hours have we lost downloading a bunch of mp3 files...
Dialup? Lucky. I had 14.4k through my dad's Startac until I was about 15.
Re: A Reimplementation of Winamp 2.9 in HTML5 and JavaScript
#107Earlier quoted context omitted.
This is great and brings back a lot of old memories. Something that would help this spread (perhaps if it was hosted somewhere dedicated to it), is allowing a URL of an MP3 or a list of other audio files to be included in the link so people can share a song "the way it was meant to be played." Thanks for your hard work and for making sure it wasn't broken in Edge. It was really satisfying to pull it up on my Windows…
Alas, this is more complicated than just including a link. The mp3 needs to be served with permissive "CORs" headers, and most are not. I made the call, that it would be too confusing for users to try to support loading from URL.
Re: A Reimplementation of Winamp 2.9 in HTML5 and JavaScript
#108You really learn to love higher level abstractions when you write that much assembly by hand...
Re: A Reimplementation of Winamp 2.9 in HTML5 and JavaScript
#109Re: A Reimplementation of Winamp 2.9 in HTML5 and JavaScript
#110Author here. I wrote a Twitter thread demonstrating many of its features. You can find it here: https://mobile.twitter.com/captbaritone/status/9612747140133...
This is great and brings back a lot of old memories. Something that would help this spread (perhaps if it was hosted somewhere dedicated to it), is allowing a URL of an MP3 or a list of other audio files to be included in the link so people can share a song "the way it was meant to be played." Thanks for your hard work and for making sure it wasn't broken in Edge. It was really satisfying to pull it up on my Windows…