0 Members and 1 Guest are viewing this topic.
http://localhost:8081/api/123YOURAPIKEY456/?cmd=sb.searchtvdb&name=homeland&lang=en
<?xml version="1.0" encoding="utf-16"?><command id="415" name="sick beard add new show {1}" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description=""> <action> <cmdType>OSD.SetFontSize</cmdType> <cmdString>12</cmdString> <cmdRepeat>1</cmdRepeat> </action> <action> <cmdType>Scrape</cmdType> <cmdString>http://localhost:8081/api/123YOURAPIKEY456/?cmd=sb.searchtvdb&name={1}&lang=en</cmdString> <cmdRepeat>1</cmdRepeat> </action> <action> <cmdType>Results.RegEx</cmdType> <cmdString>tvdbid...(.*)</cmdString> <cmdRepeat>1</cmdRepeat> </action> <action> <cmdType>OSD.ShowText</cmdType> <cmdString>{Match.1}</cmdString> <cmdRepeat>1</cmdRepeat> </action> <action> <cmdType>Scrape</cmdType> <cmdString>http://localhost:8081/api/123YOURAPIKEY456/?cmd=show.addnew&tvdbid={Match.1}&location=F:\sickbeard&status=archived&lang=en</cmdString> <cmdRepeat>1</cmdRepeat> </action> <action> <cmdType>Results.RegEx</cmdType> <cmdString>message.*\"(.*)\"</cmdString> <cmdRepeat>1</cmdRepeat> </action> <action> <cmdType>OSD.AddText</cmdType> <cmdString>{Match.1}</cmdString> <cmdRepeat>1</cmdRepeat> </action> <phrase>sick beard add new show {1}</phrase> <payloadDictation>payloadDictation: Regular</payloadDictation></command>
I wondering if any have tried to control sick beard from vc? I can't be the only one that have thought about it I was think something like: sickbeard add new show homeland as wanted If no one have tried ill take a take a look.