Search found 4 matches

by cydine
March 16th, 2009, 2:44 pm
Forum: Bug Reports
Topic: 0.4.7 cherrypy errors
Replies: 2
Views: 2366

Re: 0.4.7 cherrypy errors

I like to run source as I have made a few personal modifications  ;D

I will try out the alpha build. I will also try downgrading to 2.5.2 and see if this cures things with 0.4.7.

Cheers for the reply.
by cydine
March 16th, 2009, 2:32 pm
Forum: Bug Reports
Topic: 0.4.7 cherrypy errors
Replies: 2
Views: 2366

0.4.7 cherrypy errors

Hey guys, Getting a lot of this in the log along with occasional python crashes 16/Mar/2009:14:47:00  INFO Page handler: 'Bad file descriptor' Traceback (most recent call last):   File "C:\Documents and Settings\Me\Desktop\SABnzbd-0.4.7-src\SABnzbd-0.4.7\cherrypy\_cpwsgi.py", line 125, in ...
by cydine
February 6th, 2009, 12:52 pm
Forum: General Help
Topic: TV Renaming
Replies: 13
Views: 7702

Re: TV Renaming

I just commented out the title() function and added some custom replaces in tvsort.py. This is the appropriate section, obviously you may have to customise according to your own shows.     Returns Title, Season and Episode naming from a REGEX match     """     try:         title = dir...
by cydine
August 24th, 2008, 4:27 pm
Forum: Post-Processing Scripts
Topic: [Windows] Download Dir Cleaner
Replies: 15
Views: 20662

Re: [Windows] Download Dir Cleaner

Seems to be missing a couple vital backslashes. Here's a slightly modded version that works for me. Removes nfo, nzb, sfv, idx, sub. @echo off setlocal set fcount=0 set nzbcount=0 set sfvcount=0 set nfocount=0 set subcount=0 set idxcount=0 echo. echo [Cleanup] Cleaning up download directory: %1 echo...