Pass more values to post-processing scripts

Want something added? Ask for it here.
Post Reply
User avatar
SizzlechestSA
Newbie
Newbie
Posts: 5
Joined: October 9th, 2008, 3:30 pm

Pass more values to post-processing scripts

Post by SizzlechestSA »

It would be nice if more values would be passed to the post-processing scripts. For example, I had a need for the blackhole directory and it would be better not to have hard-coded it in the script.
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: Pass more values to post-processing scripts

Post by switch »

We can't pass every config value to the user-scripts.

Expanding the api to return either a requested config value, or every config value would maybe be better; currently it can return the current speedlimit.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Pass more values to post-processing scripts

Post by shypike »

Make it a global environment variable.
You can do that in Windows and I'm sure there's a way in Linux too.
Post Reply