Other Information:23:23 : anyone know if a post-processing script could be made to unrar archives with a known password?
23:29 : to my knowledge one hasn't been made. if you made one, you'd have to know ahead of time what the password was, and edit the script to have the password. that seems like a lot of work.
23:30 : wouldn't it just be easier to unrar it yourself and enter the password then?
23:32 : not particularly
23:32 : I'm part of a videography discussion group on usenet, and recently some of the members are getting paranoid about their stuff being 'public'
23:32 : in both cases you're going to have to have manual interaction with the files.
23:33 : so we've devised a set password for all of our passwords
23:33 : oh, unless multiple posts are going to have the same password.
23:33 : yes, all the posts will have the same password.
23:33 : until the time where the password will change (maybe once a quarter or something)
23:33 : if you've got that, it should be pretty simple to make a script that does that.
23:34 : any pointers of where to start? I'm a videographer/editor, not a programmer
23:34 : hang on
23:34 : ok, thanks
23:37 : basically you'd just need a script that runs unrar e -pyourpassword $1*.rar
23:37 : i think.
23:38 : someone on our post-processing forum should be able to provide you with a windows/linux script that you'd be able to use.
23:38 : http://forums.sabnzbd.org/http://forums ... .php?f=9.0
23:41 : thanks for the help inpheaux -> I'll make a quick post on the boards
23:42 : justaquestion>>be sure to explain in general why you need it (the pre-determined password) so people don't respond like i initially did of "why would you need this?"
23:42 : I'll just copy paste this log
23:43 : hah, that works.
23:43 : note: i am probably totally off the mark with that suggested script. unrar takes really weird arguments, and i'm not really sure if that's how to get the right .rar.
23:44 : however, i DO know that what you're asking should be doable.
23:45 : great, thanks.
I'm running SABnzbd on Mac OSX Tiger, and I have another group member who uses SABnzbd on windows -> so if the script worked for both platforms, that would be great!
I'm not sure if any of you could just write the script, but if you can't -> could you please point me in all the right directions to writing one for myself?
-> as you see in the log above, I'm a videographer/editor, not a programmer
Thanks for your time, and your attention to this matter.