webamp icon indicating copy to clipboard operation
webamp copied to clipboard

Winamp 2 reimplemented for the browser

Results 148 webamp issues
Sort by recently updated
recently updated
newest added

It might be worth adding the media library panel and some adapters which allow it to get data from different sources. BrowserFS provides an adapter for dropbox support. And I'm...

See the documented behavior in https://github.com/captbaritone/webamp/issues/769

Currently blocked by https://github.com/react-component/slider/issues/562

Here's what it contains: ``` var map = { "./aiff/index": 246, "./apev2/index": 261, "./asf/index": 262, "./flac/index": 266, "./mp4/index": 268, "./mpeg/index": 271, "./ogg/index": 274, "./riff/index": 280, "./wavpack/index": 284 }; function webpackContext(req)...

# Understand how Winamp Works ## Definitions: - **Window** The draggable Winamp window - **Left Pane** The resizable section on the left that enumerates different media sources - **Track Area**...

Now that we have types, we can just use string literals and save ourselves some boilerplate.

#729 built out a nice API for allowing consumers to add Butterchurn. This will be useful for: * https://desktop.webamp.org/ * https://archive.org/details/milkdrops * And other users (#739) ## Here's what we...

Generally, we need to find a better way to include css. * It’s the main blocker still stopping us from dropping Webpack from the NPM build, and thus the only...