Posts: 123
Joined: Sep 2009
Reputation:
0
can you share the source code?
nice app.
thanks =)
Posts: 250
Joined: Jul 2008
Reputation:
0
Wow that s great now i can try to forward growl messages to XBMC!
Thanks
Posts: 153
Joined: Sep 2007
Reputation:
0
Could you share the script you used to get this working with sabnzbd? I'm assuming you're passing the title of the download, etc. to show in the popup?
Thanks.
Posts: 5
Joined: Dec 2009
Reputation:
0
I've been using the following in my post processing scripts:
/usr/bin/wget -O - -q -t 5 "http://htpc:80/xbmcCmds/xbmcHttp?command=ExecBuiltIn¶meter=XBMC.updatelibrary(video)" > /dev/null 2>&1
sleep 60
/usr/bin/wget -O - -q -t 5 "http://htpc:80/xbmcCmds/xbmcHttp?command=ExecBuiltIn¶meter=XBMC.RunScript('special://skin/scripts/latest/latest.py')" > /dev/null 2>&1
/usr/bin/wget -O - -q -t 5 "http://htpc:80/xbmcCmds/xbmcHttp?command=ExecBuiltIn¶meter=XBMC.Notification(Television Show: $ShowName,$3,10000)" > /dev/null 2>&1