hyperamp
hyperamp copied to clipboard
🎛 Humble music player
It was requested by dog_awoo that the columns sort the music. I think a good `Artist -> Album Year -> Album` sort is all anyone would ever need, but column...
Expressing [ratings in ID3 tags](https://en.wikipedia.org/wiki/ID3#ID3v2_rating_tag_issue) is apparently a bit of a tricky standards area, but there is a 80%-of-players-use-it (excepting iTunes) which hyperamp could use as well. Noting that hyperamp...
I'm getting reports of the scrubber not working on first launch. cmdr seems to fix it. No idea why. Also it never works on windows. `¯\_(ツ)_/¯`
Would be a nice simplification to use gh actions.
https://docs.travis-ci.com/user/gui-and-headless-browsers/#using-xvfb-to-run-tests-that-require-a-gui ``` services: - xvfb script: - xvfb-run --auto-servernum npm test ```
Would be nice to have date of latest release next to version number in the "About Hyperamp" popup.  Shouldn't be too hard...
https://sentry.io/hypermodules/hyperamp/issues/403261476/ ``` TypeError: Cannot match against 'undefined' or 'null'. at TrackView.get bottomVisibleRowIndex [as bottomVisibleRowIndex] (/Applications/Hyperamp.app/Contents/Resources/app.asar/renderer/dist/bundle.js:1326:34) at TrackView.get midIndexOffset [as midIndexOffset] (/Applications/Hyperamp.app/Contents/Resources/app.asar/renderer/dist/bundle.js:1330:32) at window.requestAnimationFrame (/Applications/Hyperamp.app/Contents/Resources/app.asar/renderer/dist/bundle.js:1344:48) ``` Probably just have to set...
https://docs.microsoft.com/en-us/windows-hardware/drivers/dashboard/get-a-code-signing-certificate Probably another $100 🖕
Some mp3 files parse very slowly with the new metadata parser lib. - [x] Collect some samples of files that do this. - [ ] Try to find a cheap...