Page 1 of 1

sfv managing script

Posted: October 15th, 2011, 2:05 am
by anacronik
Hi,

Perhaps somebody do a post processing script who do that:
- check files contains in .sfv
- create a directory with the name of sfv files
- move all files if the checksum is ok
- else moves this files in a bad directory

?

Re: sfv managing script

Posted: October 16th, 2011, 3:37 am
by shypike
SABnzbd already contains an option to check files using an SFV file.
(Config->Switches, on by default.)
It will only be used if no par2 files are available.
Does this cover your request?

Re: sfv managing script

Posted: October 22nd, 2011, 2:27 pm
by anacronik
yes and no...

as example, you can create a nzb files with a lot of differents posts
you will have 5 sfv differents and a bunch of files who are in the sfv...
when you check the sfv, it is ok...
the same for the 5 sfv
you can have some orphans files ...

the objectiv is to have 5 directory who common names the sfv files name without .sfv extension and all files inside this directory..
the script could be work on windows or with cygwin;)

A.