Page 1 of 1

differentiate between third party notifications

Posted: 18 Jan 2014 15:36
by MURTUMA
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

Posted: 18 Jan 2014 21:48
by colabi
Trigger: Notification on Stausbar Displayed > Package Name: (select from list)
Expression: contains(title, "finished") or Expression: contains(notification_text, "finished")
if True...
if False...

Re: differentiate between third party notifications

Posted: 18 Jan 2014 23:01
by MURTUMA
Thanks a lot! It works.