Bret Comnes
Bret Comnes
> maybe ogg is not fully supported yet? 7m i can't seem to load more than one, and track length is showing "NaN/NaN" I don't even own any ogg's, but...
We need a simple marketing website that has a description, screenshots and an easily comprehendible download button. I'm thinking one of those ones that downloads for the correct OS automatically,...
E.G. Move https://github.com/hypermodules/hyperamp/tree/master/main/lib/audio-library into its own module. Perhaps https://github.com/hypermodules/music-library would be a good home for this, but also keeping scanning separate from playback state might be worth it. Not exactly...
Re-write the scroller to use fragment pooling and/or component recycling. Also maybe decouple it from hyperamp.
Right now the n-th child will switch back and forth depending on if the scroller slices on the list on an even or odd index. Fix it
There are a few issues with the windows layout that we should address: - [ ] Ugly toolbar, we should do a chrome menu, maybe where the macOS Stoplights live?...
We should have a similar model to macOS on windows or linux. Typically when windows closes windows, the app quits. One of our primary use cases is listening to music...
 https://github.com/electron/electron/blob/master/docs/api/touch-bar.md Depends on electron support for this feature.
Implement a file scan progress events that emit a percentage of total file scanned, and then indicate this using a progress indicator. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress
Ideally we can use [taglib](http://taglib.org) for this. Mafintosh said writing good async bindings for taglib would be harder than writing your own metadata parsing/serializing libs, but maybe we can get...