Search found 5 matches

by belfbri
April 8th, 2009, 9:51 am
Forum: Post-Processing Scripts
Topic: MKV to M2TS Script
Replies: 11
Views: 10961

Re: MKV to M2TS Script

The download link doesn't appear to be working.
by belfbri
April 5th, 2009, 12:31 pm
Forum: Post-Processing Scripts
Topic: SABnzbd Smart Downloader
Replies: 154
Views: 153614

Re: SABnzbd Smart Downloader

For anyone having problems with nzbs.org where %3F etc is getting inserted in the URL, add the following three lines to your script at the beginning of the downloadNZB function. i.e. after this line: def downloadNZB(nzb_url, report): add this: nzb_url = nzb_url.replace('%3F','?') nzb_url = nzb_url.r...
by belfbri
March 31st, 2009, 8:12 am
Forum: Feature Requests
Topic: User script parameter request - Full path of TV file
Replies: 10
Views: 9287

Re: User script parameter request - Full path of TV file

I was going to request the same feature. I'd like to be able to have a script to do some conversion on the resulting renamed file. I dont need the full path, just the renamed file with or without the extension.
by belfbri
March 29th, 2009, 11:14 am
Forum: Post-Processing Scripts
Topic: SABnzbd Smart Downloader
Replies: 154
Views: 153614

Re: SABnzbd Smart Downloader

Using 0.9.4 and getting an error: D:\Documents\Downloads\sabnzbd\scripts\SSD>python ssd-tv.py   File "ssd-tv.py", line 230     except IOError, EOFError:                          ^ SyntaxError: invalid syntax D:\Documents\Downloads\sabnzbd\scripts\SSD> RESOLVED: I was running Python 3.0.1 -...
by belfbri
September 2nd, 2008, 1:38 pm
Forum: General Help
Topic: Queue Finish Action
Replies: 0
Views: 2944

Queue Finish Action

Hi I have just discovered SABnzbd+ and I love it! Is there a way to autmatically set a Queue Finish Action? I have a program running that wakes up the PC at a certain time. I don't want it to hibernate again until all downloads have finished. At the moment all i can do is configure my other utility ...