Sick Beard - Automatic TV Show Episode download/sort/rename, nfo/tbn maker & TV Guide

  Thread Rating:
  • 16 Votes - 4.69 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
stgarf Offline
Junior Member
Posts: 13
Joined: Dec 2009
Reputation: 0
Post: #31
nutski Wrote:Have you checked your sick beard config?

Goto 'Config' - 'Episode Search'

The 3rd section is SABnzbd settings, ensure your category says 'tv' (without the quotes) then click save.

Yes it's set to 'tv'. Thanks Smile

midgetspy Wrote:Are you using black hole or direct to SAB? If you're using direct to SAB then post it on the google issues page with the log file where it gets sent and maybe your SAB log file also.

For this one, I am using black hole. I guess it's a "direct" only feature.
(This post was last modified: 2009-12-11 16:53 by stgarf.)
find quote
midgetspy Offline
Sick Beard Author
Posts: 867
Joined: Jan 2008
Reputation: 11
Location: Edmonton, Canada
Post: #32
stgarf Wrote:For this one, I am using black hole. I guess it's a "direct" only feature.

Yes it only works when you are sending them directly to SABnzbd - that's why it's under the direct to SABnzbd settings, hehe.

Although I think if you make a "TV" folder inside your SAB watched folder it will put them in the TV category for you - maybe I should automate that.
find quote
eloo Offline
Junior Member
Posts: 21
Joined: Nov 2004
Reputation: 0
Post: #33
First of all, great app. Been looking for ages for this kind of PVR functionality.
I dont know if its me, or a bug.

I have added this:
Mad Men
Airs: Sunday 10:00 pm on AMC
Status: Continuing
Location: d:\shares\videos\tv\mad men
Quality: SD
Season Folders: Y
Active: Y

Yet, when I do my first adding of the show. All episodes (in \season 1) are marked as skipped without NFO and TBN. Is it supposed to skip them?

/eloo
find quote
midgetspy Offline
Sick Beard Author
Posts: 867
Joined: Jan 2008
Reputation: 11
Location: Edmonton, Canada
Post: #34
I think you're asking two separate questions there, so:

1) Any episode that you have in your dir should be marked as DOWNLOADED. If not it means it couldn't find them for some reason. In r178 some updates were made to the season folder code which might help that. If not give me an example of your folder structure & naming and post a log and I'll look into it.

2) When you add a show, Sick Beard sets
- any episode that exists in your folder as DOWNLOADED
- any episode that hasn't aired yet as UNAIRED
- any other episode as SKIPPED
It assumes that any episode you don't already have was intentionally not downloaded. If you want those episodes simply select them and change their status to either MISSED (which means they'll be constantly searched for) or BACKLOG (which means they'll be searched every week to see if they've been reposted yet).
find quote
midgetspy Offline
Sick Beard Author
Posts: 867
Joined: Jan 2008
Reputation: 11
Location: Edmonton, Canada
Post: #35
Also thanks to a helpful user I have now been able to add NZBMatrix support, so test it out and let me know if you find any bugs in it.
find quote
perri Offline
Junior Member
Posts: 23
Joined: May 2009
Reputation: 0
Post: #36
After i updated to the latest rev i get this when i try to start it:

Traceback (most recent call last):
File "SickBeard.py", line 33, in <module>
import sickbeard
File "/home/perri/sickbeard-read-only/sickbeard/__init__.py", line 29, in <module>
from sickbeard import searchCurrent, searchBacklog, updateShows, tvnzbbot, helpers, db, exceptions, showAdder, scheduler, versionChecker
ImportError: cannot import name versionChecker
find quote
borgir Offline
Junior Member
Posts: 1
Joined: Dec 2009
Reputation: 0
Post: #37
Hallo,
i have the same Error.
Version 1.84 on Linux.

borgir
find quote
perri Offline
Junior Member
Posts: 23
Joined: May 2009
Reputation: 0
Post: #38
rev 183 seems to work fine, so ill use that for now.. This is on linux btw
find quote
midgetspy Offline
Sick Beard Author
Posts: 867
Joined: Jan 2008
Reputation: 11
Location: Edmonton, Canada
Post: #39
Yeah I forgot to check in a file - should be fixed now.
find quote
perri Offline
Junior Member
Posts: 23
Joined: May 2009
Reputation: 0
Post: #40
Any idea on how i can fix duplicate records of the same show? Or do i have to delete the database and start over again?

Code:
[04:15:36 PM] <UPDATESHOW-80349::MESSAGE> Updating single show Californication
[04:15:36 PM] <UPDATESHOW-80349::MESSAGE> 80349: Loading all episodes with a location from the database
Exception in thread UPDATESHOW-80349:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.6/threading.py", line 477, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/perri/sickbeard-read-only/sickbeard/updateShows.py", line 85, in doUpdate
    su.updateShowFromTVDB(self.show, self.force)
  File "/home/perri/sickbeard-read-only/sickbeard/updateShows.py", line 180, in updateShowFromTVDB
    show.refreshDir()
  File "/home/perri/sickbeard-read-only/sickbeard/tv.py", line 526, in refreshDir
    curEp = self.getEpisode(season, episode)
  File "/home/perri/sickbeard-read-only/sickbeard/tv.py", line 187, in getEpisode
    ep = TVEpisode(self, season, episode)
  File "/home/perri/sickbeard-read-only/sickbeard/tv.py", line 688, in __init__
    self.specifyEpisode(self.season, self.episode)
  File "/home/perri/sickbeard-read-only/sickbeard/tv.py", line 712, in specifyEpisode
    sqlResult = self.loadFromDB(season, episode)
  File "/home/perri/sickbeard-read-only/sickbeard/tv.py", line 740, in loadFromDB
    raise exceptions.MultipleDBEpisodesException("Your DB has two records for the same show somehow.")
MultipleDBEpisodesException: Your DB has two records for the same show somehow.
find quote
Post Reply