Kodi Community Forum
Sick Beard - Automatic TV Show Episode download/sort/rename, nfo/tbn maker & TV Guide - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+--- Thread: Sick Beard - Automatic TV Show Episode download/sort/rename, nfo/tbn maker & TV Guide (/showthread.php?tid=63591)



- The_Dogg - 2011-12-07

I just found out about the google chrome extension for sickbeard and wow, this is really cool! works fine so far! good work


- krish_2k4 - 2011-12-07

a generated the api key and put it on the chrome addon but keep getting "Error : No connection and NO old data!"

cleared cache and still not working.

edit: oh nevermind, put "http://localhost:8081/home/" instead of just "http://localhost:8081" as the sickbeard URL along with the API key and now it works!


- thezoggy - 2011-12-07

krish_2k4 Wrote:a generated the api key and put it on the chrome addon but keep getting "Error : No connection and NO old data!"

cleared cache and still not working.

edit: oh nevermind, put "http://localhost:8081/home/" instead of just "http://localhost:8081" as the sickbeard URL along with the API key and now it works!

shouldnt have to do that. you using web_root / reverse proxy?


- krish_2k4 - 2011-12-07

thezoggy Wrote:shouldnt have to do that. you using web_root / reverse proxy?

I'm just running it on windows. I watch xbmc on my laptop.

its a weird thing but removing "/home/" from the SickBeard URL in the options of the chrome app worked! Don't know if its a bug but posted it up here just in-case anyone else runs in to the problem.

fyi this shit is awesome! literally does everything i want for tv shows!


- HenryFord - 2011-12-07

krish_2k4 Wrote:its a weird thing but removing "/home/" from the SickBeard URL in the options of the chrome app worked! Don't know if its a bug but posted it up here just in-case anyone else runs in to the problem.
krish_2k4 Wrote:edit: oh nevermind, put "http://localhost:8081/home/" instead of just "http://localhost:8081" as the sickbeard URL along with the API key and now it works!
You posted that it was the other way around, that confused here Smile


- krish_2k4 - 2011-12-07

HenryFord Wrote:You posted that it was the other way around, that confused here Smile

just to clear it up Blush

http://localhost:8081/home/ is wrong did not work

http://localhost:8081 is correct and worked.


- thezoggy - 2011-12-07

krish_2k4 Wrote:just to clear it up Blush

http://localhost:8081/home/ is wrong did not work

http://localhost:8081 is correct and worked.

ok good. thats what it should be.
why would you direct the chrome app to sb's homepage and not sb?


- krish_2k4 - 2011-12-07

thezoggy Wrote:ok good. thats what it should be.
why would you direct the chrome app to sb's homepage and not sb?

I had sickbeard homepage bookmarked so i just copied and pasted the URL! Blush


- toymachine2009 - 2011-12-09

Edit: figured problem out!


- HarryRosen - 2011-12-09

when trying to update I am getting the following error in the log

2011-12-09 08:47:06.914869 CP Server Thread-10 :: Unable to retrieve new version from http://github.com/midgetspy/Sick-Beard/tarball/master, can't update

any ideas?


- krish_2k4 - 2011-12-09

HarryRosen Wrote:when trying to update I am getting the following error in the log

2011-12-09 08:47:06.914869 CP Server Thread-10 :: Unable to retrieve new version from http://github.com/midgetspy/Sick-Beard/tarball/master, can't update

any ideas?

you have to manually update.


- HarryRosen - 2011-12-09

is it possible to download the lastest files from the github directly without using git? I don't have git installed on my unraid server where my sickbeard is hosted

when i try this wget --no-check-certificate http://github.com/midgetspy/Sick-Beard/tarball/master

i get unknown host error 500


- krish_2k4 - 2011-12-09

HarryRosen Wrote:is it possible to download the lastest files from the github directly without using git? I don't have git installed on my unraid server where my sickbeard is hosted

when i try this wget --no-check-certificate http://github.com/midgetspy/Sick-Beard/tarball/master

i get unknown host error 500

I used the link below.

http://code.google.com/p/sickbeard/downloads/list

build 491 is the most recent one.


- HarryRosen - 2011-12-09

I am not using a windows build,


- Mar2zz - 2011-12-09

I have this script in my debian-package for sickbeard. run it and it will use wget, or just use the wget command:
https://raw.github.com/Mar2zz/LaSi/master/Debian/sickbeard/DEBIAN/postinst