Log in

View Full Version : New Tool: CRC Renamer


Sirber
16th September 2006, 18:04
This tool will add or update a CRC32 in the filenames. Ex:

[K-F]_One_Piece_204_[0ACB1147].mp4 --> [K-F]_One_Piece_204_[AAAAAA].mp4
[K-F]_One_Piece_204.mp4 --> [K-F]_One_Piece_204[AAAAAA].mp4

Usage:
Drop files in
Press Rename

Download it from my ugly website:
http://www.detritus.qc.ca/

unmei
16th September 2006, 19:02
I know i would love it from the fact that i use an own program which does exactly the same thing on a daily basis. Good job :)

oops not quite. mine alarms if the CRC do not match

foxyshadis
16th September 2006, 19:20
Mine not only renames, it also creates an xdelta file between the new and original (if the original's crc is passed in and found). :p Maybe I should gui-ify it, it's just a drop-onto-batch thingie now.

Sirber
16th September 2006, 20:20
@unmei and foxyshadis

I know the idea of this soft is not new. YouDontKnowMe asked me for this soft, and I made it public. I don't use it myself. YouDontKnowMe is learning Delphi and will continu this soft with more features.

@all

What would be cool to add is:
* CRC Verify
* SFV creation (CRC32 or MD5)

unmei
16th September 2006, 20:47
Sirber, i didn't intend to diss it.
In fact i may at some time switch to yours because i unfortunately lost the source code of mine years ago and i would change a few things if i still could without rewriting it from scratch.

Sirber
16th September 2006, 21:27
I wrote it in 1h15 so it ain't hard to start from scratch ;)

It's in Turbo Delphi (2006) if you wanna play with the code.