[/quote]
Great App. I would like to bump this web-dl stuff up your list, if you don't mind.

Yes just manually post process it.LlamaNL wrote: Is it possible for me to manually download a s01 pack for instance and use the post processing script for sabnzbd to have sick beard sort it for me?
thanks, worked greatmidgetspy wrote: Currently the easiest way to do this is to shut down sab, open sick beard, change the port in the config page, restart sick beard on the new port, and restart sab.
the nfo files contain the little episode descriptions and such you see in the menus.Homerboy wrote: General question about SB and XBMC... what do the .nfo files do? Obviously the .tbns are the thumbnails that XBMC uses, but are the nfo's then the data that XBMC is using in the library?
Code: Select all
Apr-20 23:06:09 INFO QUEUE-ADD :: 80686: Loading all episodes from theTVDB...
Apr-20 23:06:09 DEBUG QUEUE-ADD :: 80686: An object for episode 1x1 didn't exist in the cache, trying to create it
Apr-20 23:06:09 DEBUG QUEUE-ADD :: 80686: Loading episode details from DB for episode 1x1
Apr-20 23:06:09 DEBUG QUEUE-ADD :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = 80686 AND season = 1 AND episode = 1
Apr-20 23:06:09 DEBUG QUEUE-ADD :: 80686: Episode 1x1 not found in the database
Apr-20 23:06:09 DEBUG QUEUE-ADD :: 80686: Loading episode details from theTVDB for episode 1x1
Apr-20 23:06:09 INFO QUEUE-ADD :: This episode (Alfred J. Kwak - 1x1) has no air date on TVDB
Apr-20 23:06:09 INFO QUEUE-ADD :: Deleting Alfred J. Kwak 1x1
Apr-20 23:06:09 DEBUG QUEUE-ADD :: Deleting myself from the database
Apr-20 23:06:09 DEBUG QUEUE-ADD :: sickbeard.db: DELETE FROM tv_episodes WHERE showid=80686 AND season=1 AND episode=1
Apr-20 23:06:09 INFO QUEUE-ADD :: 80686: TVDB object for 1x1 is incomplete, skipping this episode
Code: Select all
Traceback (most recent call last):
File "/home/chalewa4bambu/.sickbeard/cherrypy/_cprequest.py", line 660, in respond
response.body = self.handler()
File "/home/chalewa4bambu/.sickbeard/cherrypy/lib/encoding.py", line 193, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "/home/chalewa4bambu/.sickbeard/cherrypy/_cpdispatch.py", line 25, in __call__
return self.callable(*self.args, **self.kwargs)
File "/home/chalewa4bambu/.sickbeard/sickbeard/webserve.py", line 1188, in searchEpisode
result = search.snatchEpisode(foundEpisodes[0])
File "/home/chalewa4bambu/.sickbeard/sickbeard/search.py", line 66, in snatchEpisode
dlResult = sab.sendNZB(result)
File "/home/chalewa4bambu/.sickbeard/sickbeard/sab.py", line 64, in sendNZB
f = urllib.urlopen(url)
File "/usr/lib/python2.6/urllib.py", line 87, in urlopen
return opener.open(url)
File "/usr/lib/python2.6/urllib.py", line 206, in open
return getattr(self, name)(url)
File "/usr/lib/python2.6/urllib.py", line 334, in open_http
h = httplib.HTTP(host)
File "/usr/lib/python2.6/httplib.py", line 1008, in __init__
self._setup(self._connection_class(host, port, strict))
File "/usr/lib/python2.6/httplib.py", line 656, in __init__
self._set_hostport(host, port)
File "/usr/lib/python2.6/httplib.py", line 673, in _set_hostport
raise InvalidURL("nonnumeric port: '%s'" % host[i+1:])
InvalidURL: nonnumeric port: ''