differentiate between third party notifications
Moderator: Martin
differentiate between third party notifications
I'd like to create a custom notification sound when my browser has done it's downloads. To do that it requires Automagic to distinguish between the ongoing and download finished notifications. I use Next Browser and the difference between those notifications is the word "finished". Is it possible for Automagic to detect that?
Re: differentiate between third party notifications
Trigger: Notification on Stausbar Displayed > Package Name: (select from list)
Expression: contains(title, "finished") or Expression: contains(notification_text, "finished")
if True...
if False...
Expression: contains(title, "finished") or Expression: contains(notification_text, "finished")
if True...
if False...
Re: differentiate between third party notifications
Thanks a lot! It works.