It shows a lot of potential.
For any Linux users wanting to daemon this, the following should work
Code: Select all
nohup python SickBeard.py &
Is this meant to grab poster art from THETVdb?
Code: Select all
nohup python SickBeard.py &
Python 2.6.2 and Cheetah 2.0.1midgetspy wrote:Hmm... what version of python and Cheetah do you have installed? Are you running SAB on that box from source or from a binary?Stokkes wrote: Hey midgetspy,
Trying to set this up on my slackware (unRAID) box, which SABnzbd is running perfectly on and I'm having some issues (cheetah/cherrypy are all
installed).. Got the lastest SVN seeing as you only have win32 packages available.
When I run python ./SickBeard.py, I get...Any ideas?Code: Select all
Traceback (most recent call last): File "SickBeard.py", line 35, in <module> from sickbeard import db, webserve File "/boot/custom/opt/sickbeard/sickbeard/webserve.py", line 28, in <module> from Cheetah.Template import Template ImportError: No module named Cheetah.Template
I guess there's nothing really important in them most of the info can be generated now. I just like the nfo's that have detail about source and details about the media. I have always kept them but I guess I see no reason I need to continue to keep them. It wouldn't be worth your time to code them in.midgetspy wrote: Out of curiosity, what info could you possible want out of the original NFO?
Code: Select all
[03:59:48 AM] <MAIN::MESSAGE> 0: Loading show info from NFO
[03:59:48 AM] <MAIN::ERROR> There was an error creating the show in M:\TV Shows\XXXXXX: Invalid info in tvshow.nfo (missing name or id)
[03:59:48 AM] <MAIN::DEBUG> Traceback (most recent call last):
File "SickBeard.py", line 57, in loadShowsFromDB
File "sickbeard\tv.pyo", line 93, in __init__
File "sickbeard\tv.pyo", line 501, in loadNFO
NoNFOException: Invalid info in tvshow.nfo (missing name or id)
Code: Select all
<tvdbid>78904</tvdbid>
Code: Select all
<episodeguide><episodeguide><url cache="78904.xml">http://www.thetvdb.com/api/1D62F2F90030C444/series/78904/all/en.zip</url></episodeguide></episodeguide>
<id>78904</id>
to complete first poster answer, i want keep original nfo (or file name) for get correct subtitle file.midgetspy wrote: Out of curiosity, what info could you possible want out of the original NFO?
About NZBMatrix, if you've found a bug I need:madman420 wrote: Hello,
I must first say i like where this plugin is going.
I have two problems
1. i use nzbmatrix and your current search strings do not always find shows.
most posts on nzbmatrix as well as most places use SxxExx and since you are searching for 1x01 and not S01xE01 it never finds the right stuff.
2. some times shows get miss named and have two folders ie. The show (US) or the show. and then i have 2 entries in my list of watched shows but when i click on one of them it gives me errors. i went to the dir's and fixed the folders and reloaded sick beard and it now works. so i guess this is not a problem anymore, just wanted to let you know.
looking forward to the development.
thanks
ok so for problem number one i found two errors first lets say a shows title is "TST : The Show Title" and sick beard searches for "TST : The Show Title S10E10" but posters do not include the redundant "The Show Title" instead just keep it to "TST S10E10". this show is also mainly know by just the abbreviations and not the full name. This show has a spin off show which is called "TST Maui" which sickbeard searched for "TST Maui S01E01" and it works.midgetspy wrote:
About NZBMatrix, if you've found a bug I need:
- the log showing the search string used
- the actual report (or its name) that should have been found
The second one I'm not sure what you mean - you had two folders and it thought they were the same show? It created two folders? Give me examples.
That is most likely the work of therenamer. You can go in and change what the show names are in the setup. The (US) portion comes into play when there is a show that airs here and in the UK.madman420 wrote:
for the second problem some program "sab or mediaportal or therenamer" added the (US) to the end of a show folder and put some files in there and some files in the folder with out the (US) so i had two folders with the same show name but one with (US) this caused sick beard to add the show twice and when i went to the home area it and click on the show title it would give me an error
IE:
The Show/season 01/The show S01E01 <-- folder A
The Show (US)/ Season 01/The show s01e03 <--- folder B
so it was not the fault of SickBeard that i had two folders but it happend to make sick beard give errors. I fixed the problem by merging the folders and deleting one of them. so not really a problem just wanted you to know encase someone has the same problem.
once again good work