danbee / persephone

macOS MPD client written in Swift.
https://persephone.fm
MIT License
215 stars 18 forks source link

Reduce notification noise #85

Open l2dy opened 3 years ago

l2dy commented 3 years ago

Each song played creates a new system notification, which overwhelms the notification center.

It would be better to automatically remove old notifications on next song.

danbee commented 3 years ago

@l2dy I'm not sure I can do anything about this, but you can control how the OS deals with the notifications in System Preferences → Notifications.

l2dy commented 3 years ago

Both Music.app and Theremin remove old notifications, so I think it's possible.

Thanks for the hint, I have disabled notifications sent to the Notification Center.

danbee commented 3 years ago

@l2dy Ok, thanks for that info. I'll look into what's possible.