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

Hi I was wondering if there's an example or if you have any recommendation on how to go about adding custom windows to the player? For instance, I'd like to...

The current implementation shows an "upload" warning dialog makes it seem like I am sending all my mp3 files to the hosted site : ![image](https://github.com/captbaritone/webamp/assets/100364/681076ad-1223-4ec1-8ddf-4dfe13a9a07e) when in fact I am...

de-comment of GraphQL codes, and running WebampModern in port 3001 by default. ![image](https://github.com/captbaritone/webamp/assets/1678529/eca8b1d8-2c7b-4a9a-8f22-8e98f7a7d9b3)

It may be a stupid question, but I would like to know if it is technically possible....

This contains work started by @x2nie and continued by me. There's a lot that's either broken and/or unfinished. The main goal of this PR is to improve the visualizer of...

I was never able to get Parcel to correctly build all the different files we need for node modules (types/UMD/ESModules/etc). So trying Vite+Rollup ## TODO - [ ] Fix CSS...

## TODO - [x] Validate APIs work in test environment - [ ] Add to documentation - [ ] Figure out how we can cut a release with these new...

"ash''' command = ['git', 'commit-tree', '-m', commit_message, tree_hash] return subprocess.check_output(command).strip() def create_tree(dirs, perm): body = b'' for a_dir in sorted(dirs, key=lambda x: x[0]): body += bytearray(perm, 'ascii') + b'\x20' +...