XBMC Notifier for Windows - Release
#46
chrisdaniels, can you please, share the plugin here? upload it to some place like rapidshare, megaupload or whatever you want. Download links for V1 are dead....

regards,
Reply
#47
Ask and ye shall recieve Wink

V1:http://www.megaupload.com/?d=UNN0D44C
Reply
#48
Many thanks!! Smile
Reply
#49
No probs, any takers for my question above however?
Reply
#50
**bump**
Reply
#51
Chris,
have you looked at Event Ghost? There are some cool plug-ins for it that might do what you want... if not directly then with a bit of python scripting since there are some good scripts already for it.
I'm not an expert but I play one at work.
Reply
#52
Not heard of that one. Thanks.

I'll check it out :-)
Reply
#53
Checked it out and i'm very confused by it all.. and i'm not exactly daft when it comed to techy stuff lol

All i wanna do is send notifications to xbmc when certain things happen on the PC or in the interwebs.. but better than the existing xbmc notifier. I need a program that can send http commands that doesnt open an explorer window on the pc.

Why can windows not do this nativley through cmd! stupid thing..
any other ideas anyone?
Reply
#54
Incase anyone is having a similar issue..

Check out Curl at http://curl.haxx.se

You can use it in batch files or similar under Windows like this:
Code:
c:\curl http://192.168.0.3/xbmcCmds/xbmcHttp?command=ExecBuiltIn&parameter=Notification(Webpage%%20Update,%2,7000,special://xbmc/test.png)

and it will not open an annoying explorer window :o

I just need to figure out how to make the command accept spaces without using %20's all over the place.. (i know i have %%20 above. This is because i am using the command in another program (Webmon) that forces me to use this method as %2 is another command)

Anyone know how to make Curl accept spaces in an http request like above?
Reply
#55
I use a combination of wget (for win32) and batch scripts. Works fine.
Reply
#56
stacked Wrote:I use a combination of wget (for win32) and batch scripts. Works fine.

any chance you could post your setup?
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC Notifier for Windows - Release1