Sonerezh / sonerezh

A self-hosted, web-based application to stream your music, everywhere.
https://www.sonerezh.bzh
GNU Affero General Public License v3.0
767 stars 122 forks source link

Add Now Playing notification #376

Closed kuroidoruido closed 1 year ago

kuroidoruido commented 4 years ago

Ask by @manichardtiger with issue #370.

When a music start playing, a notification will pop. This notification includes song title, play time, artist and album.

Tested on ArchLinux/Gnome 3.34.0 with Firefox 69 and Chromium 77.

kuroidoruido commented 4 years ago

I forgot a notification screenshot example (Archlinux + Gnome 3 + Firefox) PR_firefox_notif

manichardtiger commented 4 years ago

@kuroidoruido thanks for the effort!

Should this also work on Windows? I tried with Windows 10, Chrome & Firefox but with no success

Thanks

kuroidoruido commented 4 years ago

@manichardtiger I use only standard notification API so it should work.

Fail to send notification is silent currently (Notification object not present, authorization rejected, ...), so maybe you rejected notifications ?

I will make a try on windows by myself soon.