-
Notifications
You must be signed in to change notification settings - Fork 198
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
Enhancement : add desktop notification #828
Comments
Internet radio stations also broadcast metadata showing Artist/Album/Song. It would be great to see that in the header if possible. |
@Talw3g Thanks for the suggestion. I'll try to find time to investigate this at some point. If such notification is added, it might be better to offer also a user-setting to opt out of it. I can imagine that some users would find it annoying, while they still would want to keep other desktop notifications from Nextcloud. @michaeljalves Your request is separate from the original request here, and it is now followed in #829. But of course, if both the desktop notification would be added, and the song info from the radio station could be extracted, then also combining these two would make sense. |
The previous desktop notification is now always closed when a new one is opened. On desktop browsers, this makes a difference only when the playing song changes in rapid succession, and the popup has no time to close automatically before the new one is presented. On Firefox for Android, all the notifications stay in the notification center indefinitely, and this change prevents them from piling up. Also, debounce of 500ms is now applied before showing the notification. This is because programmatically closing the notification doesn't work right after it has been spawned. Hence, rapidly tapping the "Skip next" button still made the notifications pile up. refs #828
The desktop notifications feature is now released in Music v1.2.0 |
Hello,
I'm used to the desktop app "Musicbee" on win10, which displays a small notification when playing a new song with some basic info about it : album art, artist, song, year...
And I think it would be a nice feature to Music too ! I know NC already has the ability to display desktop notifications, so I'm hoping it's not too hard to implement... :)
Anyway, thank you for this wonderful app ! It does what it's supposed to, and it does it well !
The text was updated successfully, but these errors were encountered: