Search found 4 matches

by twicedead
June 16th, 2012, 1:47 pm
Forum: Post-Processing Scripts
Topic: Solved: Disable or truncate Script log in history
Replies: 6
Views: 5432

Re: Disable or truncate Script log in history

Create a file with that content and call it sab2s.cmd (you may have to add a full path to sab2sickbeard.exe). Put the file in the same folder as sab2sickbeard.exe and pick that as a script in Config->Categories. Of course you could also complain in the SickBeard forum :) Alright! It works perfectly...
by twicedead
June 16th, 2012, 12:09 pm
Forum: Post-Processing Scripts
Topic: Solved: Disable or truncate Script log in history
Replies: 6
Views: 5432

Re: Help With Categories

shypike wrote:@echo off
Sab2sickbeard.exe >&2 >nul %1 %2 %3 %4 %5 %6 %6 %7 %8 %9
I'm sorry, but where should I put it? Sorry if it's obvious It's just that this is my first time using scripts for Sabnzbd.

Thanks for all the help!
by twicedead
June 16th, 2012, 8:22 am
Forum: Post-Processing Scripts
Topic: Solved: Disable or truncate Script log in history
Replies: 6
Views: 5432

Re: Help With Categories

To answer your last question. Just make it so that the script doesn't produce any output. @echo off my-program 2>&1 >nul Thanks for the reply. Where would I put those arguments? The script is an .exe, sabtosickbeard.exe, so I tried making a bat file with those commands that would then run the s...
by twicedead
June 15th, 2012, 9:59 pm
Forum: Post-Processing Scripts
Topic: Solved: Disable or truncate Script log in history
Replies: 6
Views: 5432

Solved: Disable or truncate Script log in history

I've tried searching the forum but the closest topic I found was someone mentioning a script that removes porn history... Anyways, I also searched offsite, and someone raised this question on the sickbeard code page but never received an answer here: http://code.google.com/p/sickbeard/wiki/PostProce...