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)



- Habskilla - 2010-06-27

Anyone get SB to run on a WD TV Live running b-rad's firmware?


- vinistois - 2010-06-27

When an episode, or entire season of episodes, is marked as 'wanted', how often is it searched for?

I have several seasons of several shows marked 'wanted'. It hasn't downloaded anything in 3-4 days. I can just click the 'search' button on any episode, and it finds and downloads it right away. So what is the point of marking it wanted, I mean, if I want it, and its out there, then why isn't it being downloaded?

Also it would be nice to be able to select a whole season, and have sickbeard search for them, just like clicking the individual search buttons.


- evlcookie - 2010-06-28

kricker Wrote:Whaaaaa? You don't have it setup to login and admin from afar. For shame. Wink

Silly question. But how do you go about doing this? Do you mean just a remote desktop or something more fancy?

I'm starting to mess around with growl notifications to my iphone, hopefully i can get that working (can't be hard). I also would like a remote login but i forgot all about it until i read your post Big Grin


- ECEC - 2010-06-28

It's easy. Just setup port forwarding from your router to the PC you're running Sickbeard on.

As for Growl, if you're on Windows all you need is Growl for Windows and Prowl for iPhone and you're all set.


- Pr.Sinister - 2010-06-28

vinistois Wrote:When an episode, or entire season of episodes, is marked as 'wanted', how often is it searched for?

I have several seasons of several shows marked 'wanted'. It hasn't downloaded anything in 3-4 days. I can just click the 'search' button on any episode, and it finds and downloads it right away. So what is the point of marking it wanted, I mean, if I want it, and its out there, then why isn't it being downloaded?

Also it would be nice to be able to select a whole season, and have sickbeard search for them, just like clicking the individual search buttons.

It depends on what you put in Config | Episode Downloads | Backlog Search Frequency

The next time it will look for Wanted episodes is written in the footer of every
page where it says Backlog :

-Pr.


- mattressfish - 2010-06-28

Pr.Sinister Wrote:It depends on what you put in Config | Episode Downloads | Backlog Search Frequency

The next time it will look for Wanted episodes is written in the footer of every
page where it says Backlog :

-Pr.

Which really should be changed to Wanted now, since it isn't called Backlog anymore... Wink


- qubilist - 2010-06-28

How do I get Sabnzbd or Sickbeard to autodownload from NZBs.org RSS feed of MYNZBs?

Do I have to add it in RSS feed in Sabnzbd and set the shows to * to autodownload?

What I want to do is on my cellphone, I add a nzb to MYNZB section, have Sabnzb or Sickbeard read MYNZB I added to my cart and autodownload it at my house. That way when I get home the movie is already ready.

TIA


- vinistois - 2010-06-28

Pr.Sinister Wrote:It depends on what you put in Config | Episode Downloads | Backlog Search Frequency

The next time it will look for Wanted episodes is written in the footer of every
page where it says Backlog :

-Pr.

Thanks, couldn't be simpler.


- rAbba - 2010-06-28

Hi,

Anyone had issues with SickBeard not seeing mapped drives. Build 452 worked fine but when I tried 454 and 455 all I see are local drive letters when I try and add a show. Don't know if this is related but I also have to run the later builds with admin rights in order for them to work. Any thoughts?


- notcrack - 2010-06-29

Hey,
First off just want to say how much I love this program, makes my life so much easier than messing with rss and renamers. Thank you.

I do have a question though, how do I make sickbeard recognise multiple harddrives.
For example - Lets say I have a huge selection of 1 TV show erm.... the Sampsons. Now because the grabbing of this show has been split over 3 - 4 harddrives, can I make sickbeard see all the shows as a single series.

Sorry if this has been asked and answered before, I did read about 40-50 of the last pages of this topic and couldn't see anything, it's just that if this is doable this app is perfect.


- midgetspy - 2010-06-29

rAbba: I have heard of this problem before but I haven't had any problems - I develop it on Windows and use mapped drives for testing every day.

notcrack: Different shows can be on different drives but each show must be in a single folder. You could use symlinks to link multiple locations to one folder if your filesystem supports it.


- Flomaster - 2010-06-29

when I click the search button I get this error every time.

Code:
Traceback (most recent call last):
  File "/home/jason/.sickbeard/cherrypy/_cprequest.py", line 660, in respond
    response.body = self.handler()
  File "/home/jason/.sickbeard/cherrypy/lib/encoding.py", line 193, in __call__
    self.body = self.oldhandler(*args, **kwargs)
  File "/home/jason/.sickbeard/cherrypy/_cpdispatch.py", line 25, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/home/jason/.sickbeard/sickbeard/webserve.py", line 1568, in searchEpisode
    result = search.snatchEpisode(foundEpisode)
  File "/home/jason/.sickbeard/sickbeard/search.py", line 80, in snatchEpisode
    dlResult = sab.sendNZB(result)
  File "/home/jason/.sickbeard/sickbeard/sab.py", line 69, in sendNZB
    f = urllib.urlopen(url)
  File "/usr/lib/python2.6/urllib.py", line 86, in urlopen
    return opener.open(url)
  File "/usr/lib/python2.6/urllib.py", line 205, in open
    return getattr(self, name)(url)
  File "/usr/lib/python2.6/urllib.py", line 360, in open_http
    return self.http_error(url, fp, errcode, errmsg, headers)
  File "/usr/lib/python2.6/urllib.py", line 373, in http_error
    result = method(url, fp, errcode, errmsg, headers)
  File "/usr/lib/python2.6/urllib.py", line 688, in http_error_401
    return getattr(self,name)(url, realm)
  File "/usr/lib/python2.6/urllib.py", line 752, in retry_http_basic_auth
    user, passwd = self.get_user_passwd(host, realm, i)
  File "/usr/lib/python2.6/urllib.py", line 781, in get_user_passwd
    user, passwd = self.prompt_user_passwd(host, realm)
  File "/usr/lib/python2.6/urllib.py", line 790, in prompt_user_passwd
    host))
EOFError: EOF when reading a line


-=Jason=-


- midgetspy - 2010-06-29

Find that error in your log and post the associated log bits. Find the sab URL directly before that and see what happens if you paste it in your browser. If you have auth turned on make sure you have it set right in the config.


- Flomaster - 2010-06-29

midgetspy Wrote:Find that error in your log and post the associated log bits. Find the sab URL directly before that and see what happens if you paste it in your browser. If you have auth turned on make sure you have it set right in the config.

oh snaps. does Sabnzbd not support Nzbs.org content? I think thats might be my problem as I ONLY have NzbMatrix dialed in and there doesn't seem to be a spot to add NBZs.org

-=Jason=-


- midgetspy - 2010-06-29

I don't understand the question... nzbs.org just provides NZBs and SAB downloads it, just like NZBMatrix. And to add nzbs.org just enable it in the config.