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

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



- Freek - 2011-01-26 10:24

OwlBoy Wrote:I reverted the comment I had made on my install, and did a git pull to update and now sickbeard is running again! Thanks for the help!

Confirmed working here too.

Thanks OwlBoy for the investigative work and midgetspy for getting a fix out.
Big Grin


- Gotcha007 - 2011-01-26 14:29

mattressfish Wrote:iirc, zoggy mentioned earlier in the thread that you need to reboot to fix the sbPID error.


Nope Still the same issue after rebooting Sad

500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last):
File "cherrypy\_cprequest.pyo", line 660, in respond
File "cherrypy\lib\encoding.pyo", line 193, in __call__
File "cherrypy\_cpdispatch.pyo", line 25, in __call__
File "sickbeard\webserve.pyo", line 1305, in index
File "sickbeard\webserve.pyo", line 101, in _munge
File "Cheetah\Template.pyo", line 1004, in __str__
File "_Program_Files__x86__SickBeard_win32_alpha_build473_data_interfaces_default_home​_tmpl.py", line 99, in respond
File "Cheetah\Template.pyo", line 1588, in _handleCheetahInclude
File "_Program_Files__x86__SickBeard_win32_alpha_build473_data_interfaces_default_inc_​top_tmpl.py", line 403, in respond
NotFound: cannot find 'sbPID'


- thezoggy - 2011-01-26 18:52

Gotcha007 Wrote:Nope Still the same issue after rebooting Sad

500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last):
File "cherrypy\_cprequest.pyo", line 660, in respond
File "cherrypy\lib\encoding.pyo", line 193, in __call__
File "cherrypy\_cpdispatch.pyo", line 25, in __call__
File "sickbeard\webserve.pyo", line 1305, in index
File "sickbeard\webserve.pyo", line 101, in _munge
File "Cheetah\Template.pyo", line 1004, in __str__
File "_Program_Files__x86__SickBeard_win32_alpha_build473_data_interfaces_default_home​_tmpl.py", line 99, in respond
File "Cheetah\Template.pyo", line 1588, in _handleCheetahInclude
File "_Program_Files__x86__SickBeard_win32_alpha_build473_data_interfaces_default_inc_​top_tmpl.py", line 403, in respond
NotFound: cannot find 'sbPID'

well you are running the pre-compiled windows version from weeks ago.. this is missing like 60 commits. try git source. i'm sure you'd have much better luck.


- thezoggy - 2011-01-26 18:54

mattressfish Wrote:There is an option in post processing to use air date, which is enabled by default, iirc. Could that fix it?

it depends what thetvdb has it listed as.. i'd bet the show there uses YEAR based seasons. go check and report back


- midgetspy - 2011-01-26 18:54

Gotcha007: Your version is half updated somehow - try updating again fresh.


- ECEC - 2011-01-26 19:09

This isn't related directly to SickBeard but I figured people here have dealt with the issue. I've got a couple of TV shows that are completely out of whack with the descriptions/episode numbers. The two in question are Firefly and Undeclared. I setup both in SB, which went out and found all the episodes on NZBs.org and grabbed them, then renamed them when SAB was finished. In the case of Undeclared, some episodes that should be at the end of the show are right in the middle, and Firefly is all effed up.

So, I know this isn't anybody's fault, but is there an easy way to fix it? Or would I be stuck opening each file, and determining which ep it is according to TVDB, regardless of what the scene named it to be?


- xeonicxpression - 2011-01-26 21:00

mattressfish Wrote:Are you keeping the 1TB drive? If so, just move some of the shows over and point SB at the new directory for those shows.

Yea, I didn't think of that. That's the easy way to do it, lol. That also means that I have to rescrape all of those shows back into xbmc and do a cleanup on the library. That wouldn't be the worst thing though. Thanks for the obvious solution I was too dumb to think of!Laugh


- xeonicxpression - 2011-01-26 21:05

ECEC Wrote:This isn't related directly to SickBeard but I figured people here have dealt with the issue. I've got a couple of TV shows that are completely out of whack with the descriptions/episode numbers. The two in question are Firefly and Undeclared. I setup both in SB, which went out and found all the episodes on NZBs.org and grabbed them, then renamed them when SAB was finished. In the case of Undeclared, some episodes that should be at the end of the show are right in the middle, and Firefly is all effed up.

So, I know this isn't anybody's fault, but is there an easy way to fix it? Or would I be stuck opening each file, and determining which ep it is according to TVDB, regardless of what the scene named it to be?

What's really annoying is Family Guy. The releasers counted the christmas episode as two when it was really only one,but a double, so now everything is off one. Hopefully they get it straightened out, because there is nothing that sickbeard can do about it.

Huuuuum, actually it looks like they might have finally corrected the titles on nzbmatrix, but the file names are obviously still wrong and cant be changed so that doesn't really help sickbeard. Atleast its corrected with the web-dl versions.


- CoinTos - 2011-01-26 22:15

ECEC Wrote:This isn't related directly to SickBeard but I figured people here have dealt with the issue. I've got a couple of TV shows that are completely out of whack with the descriptions/episode numbers. The two in question are Firefly and Undeclared. I setup both in SB, which went out and found all the episodes on NZBs.org and grabbed them, then renamed them when SAB was finished. In the case of Undeclared, some episodes that should be at the end of the show are right in the middle, and Firefly is all effed up.

So, I know this isn't anybody's fault, but is there an easy way to fix it? Or would I be stuck opening each file, and determining which ep it is according to TVDB, regardless of what the scene named it to be?

To answer your firefly question, the networks fubar'ed the order when airing, all torrents and snb (that i know) used the dvd order (aka the right order). I have no idea if sickbeard supports dvd order rename as I used TVrename to do mine a long time ago.


- ECEC - 2011-01-26 22:36

CoinTos Wrote:To answer your firefly question, the networks fubar'ed the order when airing, all torrents and snb (that i know) used the dvd order (aka the right order). I have no idea if sickbeard supports dvd order rename as I used TVrename to do mine a long time ago.

Well, that makes good sense. I'm guessing that Undeclared might be the same since the same network is involved.

I took a quick peek and don't see how to get Sickbeard to use DVD order, which thetvdb does list.

Edit: is there any way to create NFOs automatically using DVD order? I've installed TV Rename but I don't see an export to nfo option or anything.