pausing the thing did the trick
now organising everything and see if it doesn't go crazy after that

Assuming 40 minutes per episode, it would take you nearly 6 years to watch that much tv - and that assumes you watch 5 hours of tv every single day, 7 days a week, 365 days a year during that time.sacretagent wrote: more then 16.000 episodes...
Code: Select all
python sickbeard.py
Code: Select all
/Library/Python/2.6/site-packages/Cheetah-2.4.2.1-py2.6.egg/Cheetah/Compiler.py:1509: UserWarning:
You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully slow with the Python version of NameMapper. You should get a copy of Cheetah with the compiled C version of NameMapper.
What I had to do, the shows that were not showing complete info, i deleted them and re-added them. I must have had two or three that were that way. They are all working now.oncl0ud9 wrote: Anyone able to fix the TVDB issue?
Code: Select all
QUEUE-RENAME :: Unable to parse the filename /Volumes/MEDIA/TV Shows/<SHOWNAME>/Season 1/<SHOWNAME> - 01 - <EPISODENAME>.avi into a valid episode
Code: Select all
Exit(1) ConfigParser.NoSectionError: No section: ’SickBeard’ (More)
Code: Select all
Loading config from /Applications/Sick-Beard/autoProcessTV/autoProcessTV.cfg
Traceback (most recent call last):
File "/Applications/Sick-Beard/autoProcessTV/sabToSickBeard.py", line 29, in <module>
autoProcessTV.processEpisode(sys.argv[1], sys.argv[2])
File "/Applications/Sick-Beard/autoProcessTV/autoProcessTV.py", line 51, in processEpisode
host = config.get("SickBeard", "host")
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/ConfigParser.py", line 531, in get
ConfigParser.NoSectionError: No section: 'SickBeard'
This means that the way the episode is named is not recognized by SB.munchit wrote:Code: Select all
QUEUE-RENAME :: Unable to parse the filename /Volumes/MEDIA/TV Shows/<SHOWNAME>/Season 1/<SHOWNAME> - 01 - <EPISODENAME>.avi into a valid episode
Did you fill in all settings in : autoProcessTV.cfgmunchit wrote: EDIT: I'm unsure if it's related but I'm also now starting to use SickBeard and SAB properly on the Mac and after it downloads the show, it is failing to rename and ove correctly, on SAB it shows the following error:
The shows are currently named as in the error - - 01 - .avi etc etcrascalli wrote:This means that the way the episode is named is not recognized by SB.munchit wrote:Code: Select all
QUEUE-RENAME :: Unable to parse the filename /Volumes/MEDIA/TV Shows/<SHOWNAME>/Season 1/<SHOWNAME> - 01 - <EPISODENAME>.avi into a valid episode
How are the shows named on your HDD?
Did you fill in all settings in : autoProcessTV.cfgmunchit wrote: EDIT: I'm unsure if it's related but I'm also now starting to use SickBeard and SAB properly on the Mac and after it downloads the show, it is failing to rename and ove correctly, on SAB it shows the following error:
yes that is something you need to do manual.munchit wrote: autoProcessTV.cfg - is that something outside of the normal configuration within SickBeard - i've completed (to the best of my knowledge) all of the information correctly in SickBeard with regard to Post Processing. SAB is also pointed at the relevant SABtoSickBeard script...
Unfortunately Sickbeard only sees shows that have in the name : Season & Episode numbermunchit wrote: The shows are currently named as in the error - - 01 - .avi etc etc