How exactly have you connected Greasemonkey with SABnzbd+?PiNPOiNT wrote:I'm trying to tweak a greasemonkey script
Search found 18 matches
- August 10th, 2009, 11:52 pm
- Forum: Post-Processing Scripts
- Topic: Regex help
- Replies: 2
- Views: 2965
Re: Regex help
- August 10th, 2009, 11:49 pm
- Forum: Post-Processing Scripts
- Topic: Can you control emails via scripting?
- Replies: 13
- Views: 9111
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...
- July 31st, 2009, 1:06 am
- Forum: Post-Processing Scripts
- Topic: [windows] need help with making a script
- Replies: 7
- Views: 6085
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...
- July 30th, 2009, 9:49 pm
- Forum: Post-Processing Scripts
- Topic: [windows] need help with making a script
- Replies: 7
- Views: 6085
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?
Also, what kind of self-insulting username is that?
Also, what kind of self-insulting username is that?
- July 30th, 2009, 1:16 pm
- Forum: Post-Processing Scripts
- Topic: Can you control emails via scripting?
- Replies: 13
- Views: 9111
Re: Can you control emails via scripting?
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.doubledrat wrote:I could give him an answer in 2 mins in those environments
- July 30th, 2009, 4:21 am
- Forum: Post-Processing Scripts
- Topic: Can you control emails via scripting?
- Replies: 13
- Views: 9111
Re: Can you control emails via scripting?
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.doubledrat wrote: are you running unix or windows?
- July 30th, 2009, 2:38 am
- Forum: Post-Processing Scripts
- Topic: Can you control emails via scripting?
- Replies: 13
- Views: 9111
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...
- July 30th, 2009, 2:30 am
- Forum: Post-Processing Scripts
- Topic: [Python] rescepy - automated ReScene reconstruction.
- Replies: 122
- Views: 107694
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.
Windows batch really would be terrible.
- July 23rd, 2009, 1:53 pm
- Forum: Feature Requests
- Topic: Pass post-processing mode to script
- Replies: 0
- Views: 2050
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.
- 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: 6518
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...
- July 19th, 2009, 3:08 pm
- Forum: Feature Requests
- Topic: Allow .py attachments in forum posts
- Replies: 1
- Views: 2013
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...
- 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: 6518
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...
- 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: 6518
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...
- 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: 10103
Re: Selective cleanup (deletion) of files (based on newsgroup and extension)
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?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.
- 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: 10103
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...