Kodi Community Forum
Notify - iPhone Notification App for XBMC (send push notifications to XBMC) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+--- Thread: Notify - iPhone Notification App for XBMC (send push notifications to XBMC) (/showthread.php?tid=64545)



- Cloaky - 2010-02-03

johoja Wrote:So you can use :

eg.globals.myOtherVar = "Hello World"

and print eg.globals.myOtherVar , across scripts in EG.


http://www.eventghost.org/docs/scripting.html


I tried to add it to your script, I can't test it right now but...here it is :

http://pastebin.com/m1c0d3ec7
Godly solution...


Edit: did a few fixes, here is the new one.
http://pastebin.com/m5510fb33


- rflores2323 - 2010-02-03

does this only work on windows?? what about linux?


- johoja - 2010-02-03

rflores2323 Wrote:does this only work on windows?? what about linux?


Growl does work on Linux, you just need to set it up. Should work after that.

Check out Mumbles -- http://www.mumbles-project.org/download/

It supposedly supports Growl notifications. Smile

"Growl Network Notification Support

* When started with Growl Network Notification support, mumbles can receive notifications over the network using the Growl network protocol. mumbles-send can also send Growl network notifications. Use mumbles with your Mac, or just send notifications to another computer running mumbles with Growl Network Notifications enabled. See the Growl section of the mumbles preferences pane or run ‘mumbles –help’ (or ‘mumbles-send –help’Wink for information about enabling and configuring Growl Network Notification support.
"

Sounds like it's using the UDP method, which Notify Pro supports.

That's the Growl support your question was pretty vague, if you meant EventGhost, then yes that's Windows only, if you meant XBMC, no thats cross platform, XBMC runs on Linux, Mac OSX, and Windows, I sent notifications to XBMC running on Ubuntu, if you meant Notify.io, then MAYBE, probably not though.

What did you mean exactly....?


- johoja - 2010-02-03

Cloaky Wrote:Godly solution...


Edit: did a few fixes, here is the new one.
http://pastebin.com/m5510fb33


Cool, thanks Smile I'm probably going to use this at home Smile hehe..I've also linked to it on my first page ....if you don't mind.


- Cloaky - 2010-02-03

johoja Wrote:Cool, thanks Smile I'm probably going to use this at home Smile hehe..I've also linked to it on my first page ....if you don't mind.
Not at all... I am glad I could help somehow! If i manage to make another nice one, i will be posting it here.

Edit: Would you mind adding the email subject to the EG mail event? PS: I know I am annoying = p


Duplicate Alerts - dyerucf - 2010-02-04

I seem to be getting duplicate alerts with notifiy.io for everything coming from Notify Pro.... Turn off notify pro I get no alerts, send an alert from the test console on notifiy.io's website and I get one alert... Any ideas?

BTW, love this product!!

-John


- Cloaky - 2010-02-04

dyerucf Wrote:I seem to be getting duplicate alerts with notifiy.io for everything coming from Notify Pro.... Turn off notify pro I get no alerts, send an alert from the test console on notifiy.io's website and I get one alert... Any ideas?

BTW, love this product!!

-John
Check if u didn't add 2 times the same host!


- dyerucf - 2010-02-04

Cloaky Wrote:Check if u didn't add 2 times the same host!

No there is only one host in NotifyPro


- Fofer - 2010-02-04

And you checked under "Growl Settings" as well as "notify.io settings?" (in Notify Pro?)


- Fofer - 2010-02-04

Question:

Does Notify Pro support the sending of a default URL with each of it's notifications? I ask because it came up in a discussion with the notify.io/Nio developers:

http://groups.google.com/group/notify-io/browse_thread/thread/54a6e87ad68f7fa

Nio supports receiving them but they were wondering if Notify Pro supported sending.


I'd love to be able to set a URL for each notification type.
Perhaps for SMS and Push Notifications, it'd take me to my notify.io hisory page: http://www.notify.io/history
And for email it could take me to my webmail page...
Stuff like that.


- johoja - 2010-02-04

Fofer Wrote:Question:

Does Notify Pro support the sending of a default URL with each of it's notifications? I ask because it came up in a discussion with the notify.io/Nio developers:

http://groups.google.com/group/notify-io/browse_thread/thread/54a6e87ad68f7fa

Nio supports receiving them but they were wondering if Notify Pro supported sending.


I'd love to be able to set a URL for each notification type.
Perhaps for SMS and Push Notifications, it'd take me to my notify.io hisory page: http://www.notify.io/history
And for email it could take me to my webmail page...
Stuff like that.

Currently, I do not. I guess I could make it a user definable field? on a per notification type.

So in the notify pro settings, you would need to define a URL that a notification would apply to.i.e) Mail notifications goto > http://mail.google.com , Call notificatoins goto > http://voice.google.com ? hehe i dunno....I can't really guess where to go....so i'll make it a user field

That sound ok? I guess this could apply to growl as well, and if you leave it blank no url will be sent....how about that


- johoja - 2010-02-04

dyerucf Wrote:I seem to be getting duplicate alerts with notifiy.io for everything coming from Notify Pro.... Turn off notify pro I get no alerts, send an alert from the test console on notifiy.io's website and I get one alert... Any ideas?

BTW, love this product!!

-John

That's strange....could you send me your syslog ? It'll tell me if I'm sending TWO notifications to notify.io. In some situations it might retry but it's only supposed to re-try if it thought it failed the first time...so...thats why it's strange.

Anyway, send me your syslog I'll be able to figure it out from there.

Also check your notify.io history, does the notification show up there twice?


- Fofer - 2010-02-04

johoja Wrote:Currently, I do not. I guess I could make it a user definable field? on a per notification type.

So in the notify pro settings, you would need to define a URL that a notification would apply to.i.e) Mail notifications goto > http://mail.google.com , Call notificatoins goto > http://voice.google.com ? hehe i dunno....I can't really guess where to go....so i'll make it a user field

That sound ok? I guess this could apply to growl as well, and if you leave it blank no url will be sent....how about that

Yep, exactly as I envisioned it would work, sounds great to me. Big Grin


- johoja - 2010-02-04

Fofer Wrote:Yep, exactly as I envisioned it would work, sounds great to me. :up:

Cool, will see how long it will take to do, my todo list keeps getting bigger rather than smaller... : (


- Cloaky - 2010-02-04

johoja Wrote:Cool, will see how long it will take to do, my todo list keeps getting bigger rather than smaller... : (

Ohhh thats good... means that ppl are enjoying ur app : D