Search found 2 matches

by hrtrulz
October 14th, 2011, 5:55 am
Forum: Post-Processing Scripts
Topic: [BASH] Pre-processing script (or queue-filter scripts)
Replies: 22
Views: 32662

Re: [BASH] Pre-processing script (or queue-filter scripts)

Is there a script like this for windows? This looks like a fantastic feature. I spent some time working out how to do this in windows. Below is the code I came up with. You need to name the file with '.cmd' and save into your scripts folder. @echo off set priority=-100 if %3==tv set priority=-2 ech...
by hrtrulz
July 25th, 2011, 9:05 am
Forum: Post-Processing Scripts
Topic: [BASH] Pre-processing script (or queue-filter scripts)
Replies: 22
Views: 32662

Re: [BASH] Pre-processing script (or queue-filter scripts)

I would like a version of this script to run on widows as well