Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip song in OS X 10.9 #18

Closed
fill1890 opened this issue Mar 16, 2014 · 4 comments
Closed

Skip song in OS X 10.9 #18

fill1890 opened this issue Mar 16, 2014 · 4 comments

Comments

@fill1890
Copy link

In OS X 10.9, Notification Centre has a new feature with interactive notifications. Would it be possible to add a Skip button to the notification?

@citruspi
Copy link
Owner

Hey @fill1890,

I just looked into this quickly. Short story, no.

For action buttons to appear on a NSUserNotification, the alert style needs to be set to Alerts and not Banners.

Unfortunately, alert style alerts are not automatically dismissed - you have to press the "Close" button on the top right of the alert to close it.

I think that this would be a inconvenience, especially when you can just skip the song by pressing a key on your keyboard.

@citruspi

@fill1890
Copy link
Author

Hi again.

I agree with what you said, but in OS X Mavericks, Apple included a feature that allows interactive notifications. For example, when somebody sends a message, you can click the button to reply, but the banner will move away automatically (Sorry, you probably already know this).
http://www.apple.com/osx/whats-new/features.html#notifications

Is there then some way to implement this in Spotify Notifications? iTunes has a similar function in its notifications.

@fill1890

@citruspi
Copy link
Owner

@fill1890,

Perhaps, but I'm not completely sure and I don't have the time to look into it right now.

If you can find some documentation for implementing the feature, that's fine, but I'm leaving the issue closed for now.

@citruspi

@sebj
Copy link
Collaborator

sebj commented Sep 30, 2016

Notifications now have a skip button as of #56 being merged in! Thanks @fill1890 :)

@sebj sebj mentioned this issue Sep 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants