Naveed Golafshani
Naveed Golafshani
Until MusicKit JS has support for removing from library and ability to tell if a song is already in your library, I won't implement this. I don't want half baked...
Code looks good and I agree with the idea, but the matching artists to songs by name only seems like a bad idea. Ideally, we could get the artist ID...
This doesn't work with any of the media keys and we shouldn't override the functionality of the arrow keys because that reduces accessibility for keyboard only users.
Good idea, what key would you want to map to these?
Arrow keys need to be reserved for accessibility navigation.
While I observe this myself, I can't do much to address at MusicKit doesn't expose preload functionality.
Not supported by MusicKit.
This is happening because in [track-controls.component.html](https://github.com/naveedgol/apple-music-web-player/blob/master/src/app/components/track-controls/track-controls.component.html) when ` ` is removed and renters the DOM as a result of isMobile toggling, the default value of 10 (see below) is applied...
For now, you can hover on the playlist name to see the full name.
I tried to run it as an Electron app as well and ran into blank auth popups. This is the same issue described in #17. Given that MusicKit handles all...