* update resources

This commit is contained in:
Reinhard Pointner 2012-05-08 01:16:18 +00:00
parent c64d44cbad
commit b7832285d9
3 changed files with 4 additions and 1 deletions

View File

@ -96,6 +96,8 @@ unrated
unrated.edition unrated.edition
UsaBit.com UsaBit.com
Video[s]? Video[s]?
www.torentz.3xforum.ro
www.Torrenting.com
www[.] www[.]
xRipp xRipp
Zune Zune

View File

@ -192,6 +192,7 @@ EuchHD
EUHD EUHD
EuReKA EuReKA
EUSTASS EUSTASS
EXQUiSiTE
ExtraTorrentRG ExtraTorrentRG
eztv eztv
FaNSuB FaNSuB

View File

@ -1,7 +1,7 @@
// xbmc functions // xbmc functions
def invokeScanVideoLibrary(host, port = 9090) { def invokeScanVideoLibrary(host, port = 9090) {
try { try {
telnet(host, 9090) { writer, reader -> telnet(host, port) { writer, reader ->
writer.println('{"id":1,"method":"VideoLibrary.Scan","params":[],"jsonrpc":"2.0"}') // API call for latest XBMC release writer.println('{"id":1,"method":"VideoLibrary.Scan","params":[],"jsonrpc":"2.0"}') // API call for latest XBMC release
} }
return true return true