* update resources
This commit is contained in:
parent
c64d44cbad
commit
b7832285d9
|
@ -96,6 +96,8 @@ unrated
|
|||
unrated.edition
|
||||
UsaBit.com
|
||||
Video[s]?
|
||||
www.torentz.3xforum.ro
|
||||
www.Torrenting.com
|
||||
www[.]
|
||||
xRipp
|
||||
Zune
|
||||
|
|
|
@ -192,6 +192,7 @@ EuchHD
|
|||
EUHD
|
||||
EuReKA
|
||||
EUSTASS
|
||||
EXQUiSiTE
|
||||
ExtraTorrentRG
|
||||
eztv
|
||||
FaNSuB
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// xbmc functions
|
||||
def invokeScanVideoLibrary(host, port = 9090) {
|
||||
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
|
||||
}
|
||||
return true
|
||||
|
|
Loading…
Reference in New Issue