Search found 4 matches

by snoopy
28 Feb 2013, 12:31
Forum: Scripting and Automation
Topic: XBMC notification
Replies: 9
Views: 10420

Re: XBMC notification

Hi rednoah,

one more thing. How can i specify username and password for http in amc.groovy? I'm getting 401 error.

------------------------------------------
IOException: Server returned HTTP response code: 401 for URL: http://xxxxx:xxxx/jsonrpc
------------------------------------------
by snoopy
26 Feb 2013, 22:13
Forum: Scripting and Automation
Topic: XBMC notification
Replies: 9
Views: 10420

Re: XBMC notification

Hi,

great work. I see that you have already include it to the scripts. Tnx!
by snoopy
26 Feb 2013, 11:34
Forum: Scripting and Automation
Topic: XBMC notification
Replies: 9
Views: 10420

Re: XBMC notification

Hi. Bottom code for rescanning library in XBMC frodo also doesn't work. Have just test it in TV shows and i had to do a manual rescan.

--def xbmc=hostname

xbmc?.each{
println "Notify XBMC: $it"
invokeScanVideoLibrary(it)
by snoopy
22 Feb 2013, 18:04
Forum: Scripting and Automation
Topic: XBMC notification
Replies: 9
Views: 10420

XBMC notification

Hi,

is it possible to call xbmc built-in functions from filebot script? I wan't to display onscreen message when filebot does it's thing.

http://wiki.xbmc.org/index.php?title=Li ... _functions