#11 2009-02-28 12:49

den4b
Administrator
From: den4b.com
Registered: 2006-04-06
Posts: 3,367

Re: Testers needed for core optimizations in ReNamer

This topic is not obsolete. I have merged the test version with the latest development version.

Thanks to all of your who have participated! smile

Offline

#12 2009-03-01 22:28

eR@SeR
Senior Member
From: Земун, Србија
Registered: 2008-01-23
Posts: 353

Re: Testers needed for core optimizations in ReNamer

krtek wrote:

I haven't had any problems so far.
Renaming / Undo operations, Export / Import features and Validation works fine (at least I haven't found any bug).
I have no idea what "Overwrite with new name feature" is intended to do, so I can't say anything about that option..

I agree with krtek's opinion...


TRUTH, FREEDOM, JUSTICE and FATHERLAND are the highest morale values which human is born, lives and dies for!

Offline

#13 2010-05-08 03:09

stitchix
Member
Registered: 2010-05-08
Posts: 1

Re: Testers needed for core optimizations in ReNamer

Please make a hash CRC32 of an uppercase
2ca2dde5 -> 2CA2DDE5

Offline

#14 2010-05-14 12:51

den4b
Administrator
From: den4b.com
Registered: 2006-04-06
Posts: 3,367

Re: Testers needed for core optimizations in ReNamer

Lower case hashes seem to be more common these days.

To get an upper case version you can use Pascal Script:

begin
  FileName := WideUpperCase(CalculateMetaTag(FilePath, 'Hash_CRC32'))
    + ' ' + FileName;
end.

Offline

Board footer

Powered by FluxBB