Jump to content

need recommendation for crc hash multiple files or files within folder ?


Cereberus

Recommended Posts

hi,

i need a recommendation for an app that can hash and append crc tags to my anime video files that don't already have crc tags.

i already use animechecker, but i'd have to copy paste each crc and rename each file manually which kinda sucks.

is there a better alternative that can do this but on batch ?

this looked to do what i needed but i didn't see any medicine in the forum for it :{

https://www.binarymark.com/products/filehashgenerator/default.aspxhttp://www.dodownload.com/download/file-hash-generator.html

basically i want to make this

[urotsuki] - Hikaru no Go [bDRip] [720p]\Hikaru no Go - 01 [bDrip 946x720 x264 FLAC].mkv".

into this but for multiple files :x

[urotsuki] - Hikaru no Go [bDRip] [720p]\Hikaru no Go - 01 [bDrip 946x720 x264 FLAC][7327BD5D].mkv"

Link to comment
Share on other sites


  • Replies 22
  • Views 1.7k
  • Created
  • Last Reply

Total Commander

using multiple file rename tool [CtrlM]

make sure you install "Lots of Hashes" plugin from totalcmd.net

this is what I Put in the file rename mask

[N]_[[][=lotsofhashes.CRC32.Uppercase][]]

produces a filename like Bikini_Warriors_E01_It`s_Not_a_Bikini_If_It`s_Armor_[F3FE5F5C].mkv

note: this may not work well on super large files, because the scanning is very slow (on large file batches it may take a long time, that your app seems to have hanged)

My prefered method is using a app like quicksfv create a sfv list

then use a text editor to do the necessary editing ..

then use ANTRENAMER to batch rename files from a text list

Link to comment
Share on other sites


example

SFV list

Bikini_Warriors_E01_It`s_Not_a_Bikini_If_It`s_Armor.mkv F3FE5F5C

Bikini_Warriors_E02_A_Quest_Needs_Money_to_Rest.mkv 7432012B
Bikini_Warriors_E03_Even_Heroes_Have_Needs.mkv D43FD35D
Bikini_Warriors_E04_A_Hero_Needs_No_Reward.mkv B6FE5301
Bikini_Warriors_E05_Saving_Things_That_Go_Unused.mkv CCC01B5D
Bikini_Warriors_E06_Heroes_Overcome_the_Impossible.mkv B8E7F333
Bikini_Warriors_E07_Allies_From_Taverns_May_Disappoint.mkv 2E7D1C8C
using text editor of your choice to first remove .mkv and replace it with [
then pad the last part of the file with ].mkv
thus:
Bikini_Warriors_E01_It`s_Not_a_Bikini_If_It`s_Armor_[F3FE5F5C].mkv
Bikini_Warriors_E02_A_Quest_Needs_Money_to_Rest_[7432012B].mkv
Bikini_Warriors_E03_Even_Heroes_Have_Needs_[D43FD35D].mkv
Bikini_Warriors_E04_A_Hero_Needs_No_Reward_[b6FE5301].mkv
Bikini_Warriors_E05_Saving_Things_That_Go_Unused_[CCC01B5D].mkv
Bikini_Warriors_E06_Heroes_Overcome_the_Impossible_[b8E7F333].mkv
Bikini_Warriors_E07_Allies_From_Taverns_May_Disappoint_[2E7D1C8C].mkv

save to file

load ant renamer

select action-take names from file list

press go

Link to comment
Share on other sites


Another way is to use SIREN from http://scarabee-software.net/en/index.html

just browse to your file directory

just use the ff file expression on the first field

%b_[%cc]

whre %b is the basename

and %cc is the crc values

allow theapp to scan for the crc values

press rename and you are good to go

more on the app here

http://scarabee-software.net/en/siren_pres.html

or consult the app help for advanced renaming options...

and YES it is 100% free

Link to comment
Share on other sites


testing siren. had some issue navigating to NAS. but i think it worked in the end kinda :/

but when i tried and do

%b_[%cc]

which adds a _ between name and the [crc] kinda want it more like this with no spacing for the crc at the back :} only the rest has _

[yibis]_One_Piece_702_v2_[720p][48D03253]

gonna try frank now.

*update

nm just used renamer. also doesn't quite have NAS support, but drag drop multiple files from NAS works :x

i used this rule

[:Hash_CRC32:]

any medicine for renamer app :( ?

*think i found it

http://www.nsaneforums.com/topic/244643-renamer-62/?hl=renamer

Link to comment
Share on other sites


nas support is a bit buggy for a lot of file renamer programs because of the host OS... (exp if it is non windows)

had similar problems with my WDTV live hub ... even if the shares are via CIF/SMB

i may also add, scanning for CRC values on a NAS takes forever

It might be better to do the scans locally

Link to comment
Share on other sites


nas support is a bit buggy for a lot of file renamer programs because of the host OS... (exp if it is non windows)

had similar problems with my WDTV live hub ... even if the shares are via CIF/SMB

i may also add, scanning for CRC values on a NAS takes forever

It might be better to do the scans locally

yeah just starting to realize that.

67.94gb 75 files

renamer has got that circle thing going on :x

1 file seemed to work fine :/ will leave it running for a bit see if it works in the end.

with animechecker at least it has progress bar to indicate how much longer to go hm :/

This medicine seems to work. i tested it

http://www.nsaneforums.com/topic/244643-renamer-62/?hl=renamer

*update

ok finally it shows the preview after a long 15-25 minutes or so. renaming was instantaneously at least once it finishes on compute.

seems viable for my usage :] rarely would i be doing this for 75 files. mostly will be doing like a dozen at a time. I'd be sweating buckets if it was something like one piece with 100+ episodes :O

Link to comment
Share on other sites


using renamer how do i change from

[ChoeyXD] One Piece 311v2 (Dual Audio) [51BDEA0F]

to

[ChoeyXD]_One_Piece_279v2_(Dual_Audio)_[6D953DFA]

:huh:

PROCESSOR and MEMORY of the nas hardware may be the bottleneck here

using a TS659 pro II :{
Link to comment
Share on other sites


For that you have to rename those manually using a decent file manager

ex.

Total Commander

XYPLorer

both are network aware file managers

Link to comment
Share on other sites


with totalcommander i can't find this allhashes add on. don't really think i need it anyway since i got the hashes done using renamer. only the _ i'm having issues with atm.

even with commander also i don't know how to just only do replace all blanks with _ :{

Link to comment
Share on other sites


user@nsaneforums

http://www.slavasoft.com/fsum/

http://fsumfe.sourceforge.net/

It supports 96 algorithms: alder8, adler16, adler32, ap hash, bdkr, cksum, cksum mpeg2, crc8, crc16, crc16 ccitt, crc16 ibm, crc16 x25, crc16 xmodem, crc16 zmodem, crc24, crc32, crc32 bzip2, crc32 jamcrc, crc32 mpeg2, crc64, crc64 ecma, djb hash, dha256, edonley/emule, elf32, fletcher8, fletcher16, fletcher32, fnv0-32, fnv0-64, fnv1-32, fnv1-64, fnv1a-32, fnv1a-64, fork256, ghash3, ghash5, gost, has160, haval (128, 160, 192, 224, 256 bits) (3, 4, 5 passes), jhash, js hash, md2, md4, md5, panama, pjw32, ripemd128, ripemd160, ripemd256, ripemd320, rs hash, sdbm, sha0, sha1, sha224, sha256, sha384, sha512, size64, snefru2 (128, 256 bits) (4, 8 passes), sum8, sum16, sum24, sum32, sum64, sumbsd, sumsyv, tiger128, tiger160, tiger192, tiger2, tiger tree, tiger tree 2, whirlpool0, whirlpool1, whirlpool2, xor8, xum32.

a5b2ff2abf.png

Link to comment
Share on other sites


thx. any ideas for _ to replace blanks ? what is the syntax code for that X_X:

e.g. *.* or something but for blanks ?

cause simply leaving a space doesn't count as blank apparently :/

Link to comment
Share on other sites


open total commander

browse to directory

use numberpad

use *.mkv to select all mkv files

press CTRL-M to launch the rename manager

on the right part of the pop up panel search and replace

search " " (no quotes)

replace with "_" (no quotes)

Press start button

Link to comment
Share on other sites


I looked on google and i did find something. I dont know if I can post the link just google den4b renamer torrent its the seventh link down. I hope this helps if the other one doesnt..

Link to comment
Share on other sites


open total commander

browse to directory

use numberpad

use *.mkv to select all mkv files

press CTRL-M to launch the rename manager

on the right part of the pop up panel search and replace

search " " (no quotes)

replace with "_" (no quotes)

Press start button

i used notepad++ to copy the filename manually, then used the filter replace blank space, to _ for all. then copied the output and renamed the file manually for a dozen or so :showoff:

i'll try the commander method when i next get the chance thx bro.

I looked on google and i did find something. I dont know if I can post the link just google den4b renamer torrent its the seventh link down. I hope this helps if the other one doesnt..

teo alrdy mentioned it but i appreciate the suggestion nevertheless. i found renamer to be a good app, but never did figure out how to achieve the blank space to _ :s cause then i'd have an all in one solution without having to also then use commander to perform this other editing ^_^

Link to comment
Share on other sites


  • 4 weeks later...

hi,

i need a recommendation for an app that can hash and append crc tags to my anime video files that don't already have crc tags.

i already use animechecker, but i'd have to copy paste each crc and rename each file manually which kinda sucks.

is there a better alternative that can do this but on batch ?

this looked to do what i needed but i didn't see any medicine in the forum for it :{

https://www.binarymark.com/products/filehashgenerator/default.aspxhttp://www.dodownload.com/download/file-hash-generator.html

basically i want to make this

[urotsuki] - Hikaru no Go [bDRip] [720p]\Hikaru no Go - 01 [bDrip 946x720 x264 FLAC].mkv".

into this but for multiple files :x

[urotsuki] - Hikaru no Go [bDRip] [720p]\Hikaru no Go - 01 [bDrip 946x720 x264 FLAC][7327BD5D].mkv"

RapidCRC Unicode, simple GUI and does what you looking for.

Yes, I was just going to suggest that.

RapidCRC Unicode

http://www.ov2.eu/programs/rapidcrc-unicode

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...