Vertana
Vertana
I also see now that these changes would also pick up the $PROFILENAME $FIREFOX/*.default-release as mentioned in the commit for #31
You could give this a try and see if it'll work: https://www.npmjs.com/package/ng-cast It looks fairly simple to throw in there just to see if the actual audio will cast as...
Fixes #16
@naveedgol You can put in a console.log(event.key) in that case switch in track-controls.component.ts. Just throw that in the default statement at line 74. I did this on Linux using Firefox,...
@naveedgol Changed from arrow keys to WSAD. The media keys work for me, but if they don't work for you then possibly whatever browser you're using isn't following the standard...
Fixes #8
At a quick glance, this appears to lower the file download size of every artwork thumbnail in the track-controls area by ~475x.
@rooguima I don't have a Magic Keyboard to test this on, but let me know if the keys registered with this commit. If they do not, I can help you...
With that commit you can use arrow keys + space or p to play/pause. You can also use media keys.
Makes sense to me. If there are comments for the code or for specifically changing something there it might be best to condense it down to discussion on PR #43