Page 1 of 1

Builtin Virus Scanner

Posted: May 14th, 2010, 11:09 pm
by smidley
What is the possibility of having some sort of builtin virus scanner?  Could be used as a post processing setting.

Re: Builtin Virus Scanner

Posted: May 15th, 2010, 7:36 am
by shypike
Some virus scanner have a utility that you can run from the command line.
Such a tool can be run from a user script.

Re: Builtin Virus Scanner

Posted: December 13th, 2011, 10:19 pm
by smidley
Sorry to dig up this old topic, but I still think this could be useful. I use the sabtosickbeard script for my TV shows from SB, so I can't run another script at the same time as that one for those jobs. I think open AV software could be used, and a switch could be created. When that switch is enabled, sab would download the requested files, and then before unpacking them, scan them for viruses. If the files were clean, sab would proceed with the unpacking. If there is a virus detected, sab could either put the job on hold and alert you, or discard the job.

Just my two cents, but something like this would give me much more peace of mind.

Re: Builtin Virus Scanner

Posted: December 14th, 2011, 11:44 am
by jcfp
smidley wrote:I use the sabtosickbeard script for my TV shows from SB, so I can't run another script at the same time as that one for those jobs.
This argument doesn't hold, you can run lots of scripts by pointing the postproc setting in sab to a script that starts as many others as you want. All it takes is to make that one script pass on all arguments it receives from the program. All "subscripts" won't even know they weren't started by sab itself. And virus scanning really is a typical example of something best left to a postproc script: highly platform dependent, high risk of conflicts with other such software on user systems, limited audience, easily scriptable.