[REQUEST] CouchPotato / SickBeard full control script from within XBMC?
#31
More simple but not working. It is using a path that no longer exists http://localhost:8081/api/shows/

But if we change the code to
f = urllib.urlopen("http://localhost:8081/home/")
print(f.read())

We get the shows in html....a small matter to process this?
Will json help with this or what is up with that?

show = json.loads(f.read())
Reply
#32
http://sickbeard.com/api
Reply
#33
Found this thread a while back and I also wanted this functionality so I started looking at the Sickbeard API and figured I'd give creating a plugin a shot. So here is the link to the initial release of the Sickbeard XBMC plugin I created:

http://forum.xbmc.org/showthread.php?tid=124808

Feel free to post any question/comments/ideas in the release thread, thanks!
Reply
#34
This still requires that you pay for a usenet service and install Sickbeard on a computer/server, right?
Reply
#35
right...
Reply

Logout Mark Read Team Forum Stats Members Help
[REQUEST] CouchPotato / SickBeard full control script from within XBMC?0