scriptspry / Saavn-Mac

UNOFFICIAL Mac App for Saavn based on Electron
https://scriptspry.com/2016/07/31/saavn-mac-app.html
Creative Commons Zero v1.0 Universal
24 stars 17 forks source link

Mapping the app to mac's Play/Pause, Rewind and Skip buttons #25

Open varunsha30 opened 4 years ago

varunsha30 commented 4 years ago

First of all, thanks for making this app IDK why it does not exist officially already. I think the issue is pretty self-descriptive if it already exists then please tell me how to use it. Play/Pause, Rewind and Skip buttons already work with Chrome, Spotify and iTunes.

scriptspry commented 4 years ago

I suspect the upstream (electron) itself has issues with MediaNextTrack, MediaPreviousTrack implementation.

I can confirm erroneous behaviour between dev build and packed build.

Might be related: https://github.com/electron/electron/issues/23619