Search found 18 matches

by TeraLove
August 10th, 2009, 11:52 pm
Forum: Post-Processing Scripts
Topic: Regex help
Replies: 2
Views: 2787

Re: Regex help

PiNPOiNT wrote:I'm trying to tweak a greasemonkey script
How exactly have you connected Greasemonkey with SABnzbd+?
by TeraLove
August 10th, 2009, 11:49 pm
Forum: Post-Processing Scripts
Topic: Can you control emails via scripting?
Replies: 13
Views: 8505

Re: Can you control emails via scripting?

I have a separate page for uploading NZBs that requires an e-mail address.  The entered e-mail address is stored in a csv file.  Is there anyway to look up and extract the email value from a CSV file? A separate page? Do you mean that there is a separate web based interface that you use, where user...
by TeraLove
July 31st, 2009, 1:06 am
Forum: Post-Processing Scripts
Topic: [windows] need help with making a script
Replies: 7
Views: 5745

Re: [windows] need help with making a script

It's actually an SFV-checker of sorts but not. Wow that's a very clear description. Thank you. Anyhow, what do I care. You don't like my nick, haha? My girlfriend gave it to me, hahaha. ;D You might like to see http://www.urbandictionary.com/define.php?term=assmonkey for the meanings associated wit...
by TeraLove
July 30th, 2009, 9:49 pm
Forum: Post-Processing Scripts
Topic: [windows] need help with making a script
Replies: 7
Views: 5745

Re: [windows] need help with making a script

Just out of curiosity, what is this mystery program that you want to run for each file? :P

Also, what kind of self-insulting username is that?
by TeraLove
July 30th, 2009, 1:16 pm
Forum: Post-Processing Scripts
Topic: Can you control emails via scripting?
Replies: 13
Views: 8505

Re: Can you control emails via scripting?

doubledrat wrote:I could give him an answer in 2 mins in those environments
The nature of the data source mapping groups to emails is not defined. Part of the code is contingent upon it. In the simple case, I suppose one can assume it to be a CSV list.
by TeraLove
July 30th, 2009, 4:21 am
Forum: Post-Processing Scripts
Topic: Can you control emails via scripting?
Replies: 13
Views: 8505

Re: Can you control emails via scripting?

doubledrat wrote: are you running unix or windows?
I'm not the original poster, but why should this matter? IMO, it would be better if the script is platform-independent. There are too many scripts on this forum that work on Windows or Linux, but not both, and this makes them somewhat undesirable.
by TeraLove
July 30th, 2009, 2:38 am
Forum: Post-Processing Scripts
Topic: Can you control emails via scripting?
Replies: 13
Views: 8505

Re: Can you control emails via scripting?

Got everything pretty much set up how I need with one exception.  I need to send the job completion emails to different destinations depending on which of my user-defined categories the job was for. Can I do this via scripting or any other means? You can most definitely do this by scripting/program...
by TeraLove
July 30th, 2009, 2:30 am
Forum: Post-Processing Scripts
Topic: [Python] rescepy - automated ReScene reconstruction.
Replies: 122
Views: 99862

Re: [Linux - Bash] SceneSort scripts. [v2]

Yes, it would be nicer to have platform-independent scripts, such as maybe in Python, etc.

Windows batch really would be terrible.
by TeraLove
July 23rd, 2009, 1:53 pm
Forum: Feature Requests
Topic: Pass post-processing mode to script
Replies: 0
Views: 1945

Pass post-processing mode to script

It might be useful to pass the post-processing mode (None/Repair/Unpack/Delete) to the post-processing script.
by TeraLove
July 23rd, 2009, 12:07 pm
Forum: Post-Processing Scripts
Topic: Smart cleanup (deletion) of SFV files, v1.04 (2009/07/30)
Replies: 4
Views: 6253

Re: Smart cleanup (deletion) of SFV files

I had a problem with it deleting an SFV file and the PAR2 failing bc of it.... It can delete the SFV files only after SABnzbd+ has finished with everything else, including par2-based repair and unpacking. This is applicable to R, U, and D modes. What was your Mode for this download set to? Was it s...
by TeraLove
July 19th, 2009, 3:08 pm
Forum: Feature Requests
Topic: Allow .py attachments in forum posts
Replies: 1
Views: 1919

Allow .py attachments in forum posts

A number of post-processing scripts may be .py Python scripts. These cannot be attached directly to forum posts. They've to be renamed to .py.txt before they're attached, which is slightly annoying. Perhaps the forum settings can be updated so as to allow .py files to be attached. This should be eas...
by TeraLove
July 19th, 2009, 1:27 pm
Forum: Post-Processing Scripts
Topic: Smart cleanup (deletion) of SFV files, v1.04 (2009/07/30)
Replies: 4
Views: 6253

Re: Smart cleanup (deletion) of SFV files

What is wrong with just adding .sfv to the cleanup list of sabnzbd in config>general? There may at times be an SFV file that contains checksums of extracted files. I don't want a useful file like this to be deleted, which I believe will happen if I add .sfv to the cleanup list. An alternative but p...
by TeraLove
July 19th, 2009, 12:41 pm
Forum: Post-Processing Scripts
Topic: Smart cleanup (deletion) of SFV files, v1.04 (2009/07/30)
Replies: 4
Views: 6253

Smart cleanup (deletion) of SFV files, v1.04 (2009/07/30)

The attached Python script clean's up (deletes) SFV files in the job directory, but only if they do not contain a reference to any existing non-NFO file in the job directory. Such files are often leftover after unpacking, and are useless. Remarks: The cleanup is performed only in the provided direct...
by TeraLove
June 12th, 2008, 8:12 pm
Forum: Post-Processing Scripts
Topic: Selective cleanup (deletion) of files (based on cat and ext), v1.05 (2009/07/19)
Replies: 9
Views: 9412

Re: Selective cleanup (deletion) of files (based on newsgroup and extension)

shypike wrote: - The group name will be passed as the 6th parameter to the user script
- Group names will be accepted as selection values for user-defined categories.
What will happen if the job contains files from more than one newsgroup? Also, how is this concern currently handled in version 0.3.4?
by TeraLove
June 5th, 2008, 1:33 am
Forum: Post-Processing Scripts
Topic: Selective cleanup (deletion) of files (based on cat and ext), v1.05 (2009/07/19)
Replies: 9
Views: 9412

Re: Selective cleanup (deletion) of files (based on newsgroup and extension)

The reason both features were removed is that they overlap and compete. It was also hard to come up with a proper user interface. Newzbin-category based folders are really obsolete, because exactly the same can be accomplished using the user-defined categories. The group-based folders are a differe...