Author Topic: crc check tool?  (Read 1034 times)

Offline kenshin-dono

  • Member
  • Posts: 1505
  • I'm on a boat!!!
crc check tool?
« on: October 31, 2010, 09:15:48 PM »
just wondering what the best way to check the crc of a file is. Im trying to get red garden right now after returning the crappy ass quality dvds and am coming across 2 different file types. They have the correct CRC in the file name, but have different file names. I dunno if one is edited or if they just changed the filename or what, and i want to get the official one. These are the 2 file names:

[ACX]Red_Garden_-_02_-_Cruel_Night_[SaintDeath]_[60EAF98C]
Red_Garden_[02]_Cruel_Night_[Dual][ACX][60EAF98C].mkv

ACX's webpage is no help, their bot listings on IRC are inacurate and theres no torrents listed, so i figure the best bet is to check the CRC for the file, but im not sure what program or tool to use to do that. Can anyone point me in the right direction?  Or hell, anyone know what the official ACX release filenames were?

tnx

^_^x KD
"I've lived in darkness a long time. Over the years, my eyes adjusted until the dark became my world and I could see"-Dexter

Offline Takeshi

  • Member
  • Posts: 5119
  • Animation whore
Re: crc check tool?
« Reply #1 on: October 31, 2010, 09:18:47 PM »
The first file is correct.
You probably got the second one from Omar. But he only changes the filenames.

You can use RapidCRC or QuickSFV to check your files. As a last resort you can use AniDB's client to check with their database.

Offline kenshin-dono

  • Member
  • Posts: 1505
  • I'm on a boat!!!
Re: crc check tool?
« Reply #2 on: October 31, 2010, 09:27:27 PM »
tnx ya i actually got the 2nd set from here
*removed*

looks like it is from omar. I guess ill try to google the 2 you mention to see if the ones from that omar fileserver are ok. Since i d.loaded the later half of the series from there. It was a lot faster than the slow speeds i was getting from IRC at the time. Hopefully its just a filename change and i can use those and rename them

strange though. I would have thought the 2nd one was right since its got 'saintdeath' in the title i figured that might have been someone who remuxed them or something

^_^x KD

« Last Edit: October 31, 2010, 10:56:42 PM by kenshin-dono »
"I've lived in darkness a long time. Over the years, my eyes adjusted until the dark became my world and I could see"-Dexter

Offline Takeshi

  • Member
  • Posts: 5119
  • Animation whore
Re: crc check tool?
« Reply #3 on: October 31, 2010, 10:20:46 PM »
[SaintDeath] is the encoder. Dual audio groups usually advertises the encoder. a-S does it too.

Oh, and your link is breathing BakaBT's protocol's by linking to blacklisted material, recommend you remove it.

Offline kenshin-dono

  • Member
  • Posts: 1505
  • I'm on a boat!!!
Re: crc check tool?
« Reply #4 on: October 31, 2010, 10:57:34 PM »
ah interesting. K removed. Im snagging rapid CRC right now to give that a shot but it requires a restart to use i guess. I dont wanna lose my queque so i'll use it tonight heh

^_^x KD
"I've lived in darkness a long time. Over the years, my eyes adjusted until the dark became my world and I could see"-Dexter

Offline Takeshi

  • Member
  • Posts: 5119
  • Animation whore
Re: crc check tool?
« Reply #5 on: November 01, 2010, 01:16:44 AM »
ah interesting. K removed. Im snagging rapid CRC right now to give that a shot but it requires a restart to use i guess. I dont wanna lose my queque so i'll use it tonight heh
You can still use it even though it says that. At least I haven't had a problem with ignoring the message yet.

Offline Sosseres

  • Member
  • Posts: 6701
  • A problem well stated is a problem half solved.
Re: crc check tool?
« Reply #6 on: November 01, 2010, 05:42:28 AM »
It probably wants a restart to add things to the context menus or some such. Restarting explorer.exe would do just as well if that is the case.

Offline Pzc

  • Member
  • Posts: 780
Re: crc check tool?
« Reply #7 on: November 01, 2010, 09:56:18 AM »
HashTab is simple and awesome if all you want
is to verify crc's of one kind or the other.
  A casual stroll through a lunatic asylum shows that faith does not prove anything. -- Friedrich Nietzsche

Offline Pentium100

  • Member
  • Posts: 528
Re: crc check tool?
« Reply #8 on: November 01, 2010, 02:45:02 PM »
I once wrote a program that calculated CRC32 checksums for all files in a folder and its subfolders and compared them to the CRC32 in the file name. The program then showed a list of files, the actual CRC32 for each file and whether it matched the checksum in the name and color coded the entries - white background = OK, red background = CRC does not match, yellow background = no CRC in file name.
BBT Ika Musume Fanclub Member #080586
Misaka Mikoto Fanclub Member:080586

Offline Xiong Chiamiov

  • Member
  • Posts: 3012
  • I'm gonna tolerate and love the SHIT out of you!
    • changedmy.name
Re: crc check tool?
« Reply #9 on: November 01, 2010, 11:04:59 PM »
Sure, that's pretty easy stuff in a modern language with good libraries.  I use this Python script, which totals up at only 43 lines.
Projects of interest: nagi | sheska | bdg
Posts made between 2009-05-09 and 2011-08-26 were in the capacity of staff.  Please read accordingly.

Offline Pentium100

  • Member
  • Posts: 528
Re: crc check tool?
« Reply #10 on: November 02, 2010, 02:48:55 AM »
It took me a bit more than 200 lines in Delphi 7 :)

But that's because
1) I had to copy/paste a "show Open Folder dialog" from the net, since Delphi 7 does not have the component - just open/save file etc.
2) I wanted a progress bar to show the progress of a single file checking.
BBT Ika Musume Fanclub Member #080586
Misaka Mikoto Fanclub Member:080586