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())
[REQUEST] CouchPotato / SickBeard full control script from within XBMC?
vikjon0
--- Posts: 2,429 Joined: Apr 2009 Reputation: 7 Location: Sweden |
2011-05-18 19:57
Post: #31
|
| find quote |
thezoggy
Fan Posts: 406 Joined: Sep 2010 Reputation: 5 |
2012-01-30 09:38
Post: #32
|
| find quote |
Maniaczm
Junior Member Joined: Mar 2012 Reputation: 0 Location: California |
2012-03-06 22:37
Post: #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! |
| find quote |
OccupyCouch
Junior Member Posts: 32 Joined: Feb 2012 Reputation: 0 |
2012-03-10 01:25
Post: #34
This still requires that you pay for a usenet service and install Sickbeard on a computer/server, right?
|
| find quote |
TeKo
Posting Freak Posts: 802 Joined: Dec 2011 Reputation: 6 |
2012-03-10 12:52
Post: #35
right...
BobDroid - Control boblight from your Android phone/tablet boblight for Windows (Tutorial + latest build + Config Creator) |
| find quote |

Search
Help