Automatic SFV-Generation
Posted: Sun Jan 02, 2005 5:39 am
Hi there,
I want AoM to drop .SFV files into the folders where it finds files, to be specific in the folder above the current one.
Example:
d:\anime\dvd1\Cowboy Bebop [P-A]\(Episode 1 to xx)
after hashing would drop a .sfv file in
d:\anime\dvd1\
I hope this is easy enough to implement. It's just a text file in the following form with the extension "sfv".
The data needed is the filename, filesize and CRC32 hash, all values AoM generates while hashing.
Would save me the additonal hashing with another tool (currently QuickSFV) to get these files. I use them to be able to find out whether a medium is still usable by just inserting it into the DVD drive and double clicking on the SFV which results in an automatic hash verification. Of course I could also order AoM to hash the files but I most likely won't install AoM on all my computers but another hashtool which is
-smaller
and
- can be used for other files I usually also save, for which AoM is useless (which is not AoMs fault ^_^)
Would be really neat. Thx. Bye.
I want AoM to drop .SFV files into the folders where it finds files, to be specific in the folder above the current one.
Example:
d:\anime\dvd1\Cowboy Bebop [P-A]\(Episode 1 to xx)
after hashing would drop a .sfv file in
d:\anime\dvd1\
I hope this is easy enough to implement. It's just a text file in the following form with the extension "sfv".
Code: Select all
; Generated by AoM 0.6 on 2005-01-01 at 21:08:12
;
; 235696128 07:50.56 2002-07-11 Cowboy Bebop [P-A]\Cowboy Bebop Session - 01 [P-A].avi
Cowboy Bebop [P-A]\Cowboy Bebop Session - 01 [P-A].avi E6216409
Would save me the additonal hashing with another tool (currently QuickSFV) to get these files. I use them to be able to find out whether a medium is still usable by just inserting it into the DVD drive and double clicking on the SFV which results in an automatic hash verification. Of course I could also order AoM to hash the files but I most likely won't install AoM on all my computers but another hashtool which is
-smaller
and
- can be used for other files I usually also save, for which AoM is useless (which is not AoMs fault ^_^)
Would be really neat. Thx. Bye.