davicorreiajr / spotify-now-playing

Spotify now playing information and control popup for macOS menu bar
MIT License
216 stars 11 forks source link

Suggestions #15

Open davicorreiajr opened 5 years ago

davicorreiajr commented 5 years ago

What are you reporting?

Description

bressan3 commented 5 years ago

I have implemented the "Notification when song changes" feature. I still have to work on the "add to playlist option".

Once selected, the notification takes the user to Spotify.

I've made it so notifications won't stack up on the Notification Center. So whenever a new notification pops up, the old one gets removed from the Notification Center and only the new one appears there.

When clicked on, notifications take the user to Spotify (brings up the Spotify window).

Here's a .gif showing how the feature works:

spotify-now-playing

What do you think? Is this what you had in mind for this feature?

davicorreiajr commented 5 years ago

Hey, @bressan3 ! First of all, thank you so much for contributing!! :) Sorry for the long delay, I was travelling.

And yes, it is exactly this I was thinking! I'm gonna do the code review right now. Thanks again.