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
------------------------------------------
Search found 4 matches
- 28 Feb 2013, 12:31
- Forum: Scripting and Automation
- Topic: XBMC notification
- Replies: 9
- Views: 10420
- 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!
great work. I see that you have already include it to the scripts. Tnx!
- 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)
--def xbmc=hostname
xbmc?.each{
println "Notify XBMC: $it"
invokeScanVideoLibrary(it)
- 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
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