Page 20 of 76

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Posted: April 1st, 2010, 5:06 pm
by midgetspy
oncloud9: They should all be stored in your sickbeard.db file. Is it being deleted or something?

apickle: The forum rules don't allow discussion of specific shows... but I'll look into it and add it to the exceptions list.

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Posted: April 1st, 2010, 6:30 pm
by oncl0ud9
where is the db file being stored? in the actual sickbeard directory? or in the log folder? I am running this from the actual svn, tried the win32 build and does the same.

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Posted: April 1st, 2010, 6:50 pm
by oncl0ud9
also because of the nzb issue with sabnzbd not importing nzb's correctly and having to use blackhole. when I do download an nzb it doesn't set the category. I have to set it in my downloads any way to fix that?

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Posted: April 1st, 2010, 7:24 pm
by b1scu1t
In your blackhole directory, create another directory called tv, further dump the nzbs there and it should automatically categorize it as a TV show in sab.
oncl0ud9 wrote: also because of the nzb issue with sabnzbd not importing nzb's correctly and having to use blackhole. when I do download an nzb it doesn't set the category. I have to set it in my downloads any way to fix that?

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Posted: April 1st, 2010, 7:43 pm
by midgetspy
oncloud9: It should be in your sickbeard dir, the same place as the config.ini file.

BTW I went to register sickbeard.com and set up a site and found out that somebody has done it themselves and copy/pasted the google code description & logo. Given that there are no ads on it it seems unlikely it's some kind of malicious spam-bot kinda deal so if anybody has any idea who registered it let me know please! The whois is no help unfortunately.

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Posted: April 1st, 2010, 8:10 pm
by relman
I've installed Sick Beard tonight and I am using it with NZBMatrix, and i get an issue when using it with Sab.

It passes the NZB Url as

api-nzb-download.php_id

not

api-nzb-download.php?id

any ideas on how to fix this, I am using it with win32

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Posted: April 1st, 2010, 8:12 pm
by midgetspy
No, can you paste a log?

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Posted: April 1st, 2010, 8:14 pm
by Homerboy
Ok with the death of newzbin, and in turn my beloved NZB-TV (it seems so) I started looking for alternatives and came across Sickbeard. This seems to be what I'm in need of.
But for the love of baby jeebus I can not get it to run.
Python and Cheetah installed
this is the error in the log:

Traceback (most recent call last):
  File "SickBeard.py", line 35, in
  File "sickbeard\__init__.pyo", line 31, in
  File "sickbeard\providers\nzbs.pyo", line 31, in
  File "sickbeard\helpers.pyo", line 37, in
  File "lib\tvdb_api\tvdb_api.pyo", line 35, in
ImportError: No module named httplib2



Suggestions?

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Posted: April 1st, 2010, 8:15 pm
by relman
actually this looks like a bug in SABnzbd or a setting. I when i manually enter the URL to get the NZB in sab it keeps changing the ? to an underscore

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Posted: April 1st, 2010, 8:20 pm
by midgetspy
Homerboy wrote: Ok with the death of newzbin, and in turn my beloved NZB-TV (it seems so) I started looking for alternatives and came across Sickbeard. This seems to be what I'm in need of.
But for the love of baby jeebus I can not get it to run.
Python and Cheetah installed
this is the error in the log:

Traceback (most recent call last):
  File "SickBeard.py", line 35, in
  File "sickbeard\__init__.pyo", line 31, in
  File "sickbeard\providers\nzbs.pyo", line 31, in
  File "sickbeard\helpers.pyo", line 37, in
  File "lib\tvdb_api\tvdb_api.pyo", line 35, in
ImportError: No module named httplib2
Suggestions?
Whoops I forgot to add the library to the compilation path for the windows build - build 437 should work. Unless you're not running  from the binary in which case I am very confused.

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Posted: April 1st, 2010, 8:46 pm
by relman
upgraded to 0.5.1 final and it resolved the issue.

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Posted: April 1st, 2010, 9:00 pm
by al1937
Hi
I just downloaded 437 and I get this error

Traceback (most recent call last):
  File "SickBeard.py", line 35, in
  File "sickbeard\__init__.pyo", line 39, in
ImportError: No module named databases

al1937

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Posted: April 1st, 2010, 9:37 pm
by Homerboy
New error... maybe I'm doing something wrong?
I'm running the sickbeard.exe

Traceback (most recent call last):
 File "SickBeard.py", line 35, in
 File "sickbeard\__init__.pyo", line 39, in
ImportError: No module named databases

Dumb question, but does this need to be run on the same machine the SAB is running on?
At first I didn't have it running on my server and got the above errors. Figured I'd install it on my server (WHS) but Cheetah will not install on WHS it seems.

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Posted: April 1st, 2010, 11:04 pm
by midgetspy
The "databases" error should be fixed in r438, I forgot to add the include in the compile script.

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Posted: April 1st, 2010, 11:52 pm
by Homerboy
midgetspy wrote: The "databases" error should be fixed in r438, I forgot to add the include in the compile script.
bingo.
we have a winner.

Now I have to figure out what these tvshow.nfo files are all about and how I go about creating them for all my existing shows in XBMC... (anyone got a hint for me?)