differentiate between third party notifications

Post your questions and help other users.

Moderator: Martin

Post Reply
User avatar
MURTUMA
Posts: 697
Joined: 05 Mar 2013 22:43

differentiate between third party notifications

Post by MURTUMA » 18 Jan 2014 15:36

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?

colabi
Posts: 134
Joined: 06 Jan 2013 22:33

Re: differentiate between third party notifications

Post by colabi » 18 Jan 2014 21:48

Trigger: Notification on Stausbar Displayed > Package Name: (select from list)
Expression: contains(title, "finished") or Expression: contains(notification_text, "finished")
if True...
if False...

User avatar
MURTUMA
Posts: 697
Joined: 05 Mar 2013 22:43

Re: differentiate between third party notifications

Post by MURTUMA » 18 Jan 2014 23:01

Thanks a lot! It works.

Post Reply