Search found 4 matches

by fabiorzfreitas
June 7th, 2020, 11:05 am
Forum: Post-Processing Scripts
Topic: I don't understand how SABnzbd proccesses scripts
Replies: 7
Views: 25857

Re: I don't understand how SABnzbd proccesses scripts

That makes sense. Is there an issue tracker for the wiki/documentation? I'd like to open an issue. Otherwise, I guess since you're Administrator, the matter is already in good hands :)
by fabiorzfreitas
June 4th, 2020, 2:57 pm
Forum: Post-Processing Scripts
Topic: I don't understand how SABnzbd proccesses scripts
Replies: 7
Views: 25857

Re: I don't understand how SABnzbd proccesses scripts

Ah, now I see it. I didn't get that the return parameters were called sequentially! But I think that the naming scheme chosen for this is quite confusing. Shouldn't the input parameters be called input variables? I think they relate way more to the environment variables than to the return parameters...
by fabiorzfreitas
June 1st, 2020, 4:49 pm
Forum: Post-Processing Scripts
Topic: I don't understand how SABnzbd proccesses scripts
Replies: 7
Views: 25857

Re: I don't understand how SABnzbd proccesses scripts

Well, right now, I intend to write a pre-queue script to auto pause NZBs containing a certain string, but what I'm really after is learning how this works, so I can easily write scripts as I have new needs. e.g. I've been trying to comprehend this script from user newsleecher , which auto-pauses eve...
by fabiorzfreitas
May 31st, 2020, 2:52 pm
Forum: Post-Processing Scripts
Topic: I don't understand how SABnzbd proccesses scripts
Replies: 7
Views: 25857

I don't understand how SABnzbd proccesses scripts

I'd like to learn how to write my own pre-queue and post-processing scripts in batch, but I found that the documentation wasn't really clear. I understand perfectly how the parameters and variables can be used with batch syntax to conditionally generate output, but I don't get how input or return pa...