Search found 1740 matches

by DigitalVolcano
Mon Mar 31, 2014 11:06 am
Forum: Releases & Update News
Topic: Duplicate Cleaner Pro 3.2.4 Released
Replies: 0
Views: 21796

Duplicate Cleaner Pro 3.2.4 Released

Duplicate Cleaner Pro v3.2.4 is up for download:
  • Added button to delete custom file type filters
    Language and localization updates and fixes
    Other minor fixes
http://www.duplicatecleaner.com/download.html
by DigitalVolcano
Tue Mar 25, 2014 9:43 am
Forum: Duplicate Cleaner support
Topic: the scanning process just stops without finishing process
Replies: 8
Views: 12986

Re: the scanning process just stops without finishing proces

Try limiting the maximum file size to 1GB (1048576K) in the Search filters section. It could be a pair of huge files that is causing the slowdown. See if this helps.
by DigitalVolcano
Wed Mar 19, 2014 3:08 pm
Forum: Other Software
Topic: Suggestion for Hash Tool...
Replies: 1
Views: 22143

Re: Suggestion for Hash Tool...

Thanks, good idea - will add to list.
by DigitalVolcano
Wed Mar 19, 2014 3:06 pm
Forum: Duplicate Cleaner support
Topic: Match on EXIF data
Replies: 1
Views: 5034

Re: Match on EXIF data

Yes there is exif matching slated for version 4.

There was a similar suggestion here, but using the ImageUniqueID

viewtopic.php?f=4&t=1229&p=4316&hilit=exif#p4316
by DigitalVolcano
Wed Mar 19, 2014 3:03 pm
Forum: Regular Expressions Help
Topic: Remove blank spaces between numbers
Replies: 1
Views: 9904

Re: Remove blank spaces between numbers

This example using lookahead works well in the tester:

regex:

Code: Select all

\b(\d+)\s+(?=\d+\b)
replace:

Code: Select all

$1
Disclaimer: I got it from here:
http://stackoverflow.com/questions/6929 ... tween-them
by DigitalVolcano
Thu Mar 13, 2014 10:18 am
Forum: Duplicate Cleaner support
Topic: I want to find non-duplicate files
Replies: 5
Views: 12579

Re: I want to find non-duplicate files

Sorry, you can't do this with the current version. However, a 'Unique Files' tab is planned for version 4.
by DigitalVolcano
Tue Mar 11, 2014 11:52 am
Forum: TextCrawler - General
Topic: Insert in the end of the second line in .csv file
Replies: 1
Views: 9307

Re: Insert in the end of the second line in .csv file

Do you mean there are two lines in each file, and you want to add your string to the end of the second line?
by DigitalVolcano
Tue Mar 11, 2014 11:49 am
Forum: Duplicate Cleaner support
Topic: Installation of DC on Win 8.1 64-bit
Replies: 3
Views: 8090

Re: Installation of DC on Win 8.1 64-bit

The executable and libraries are dual 32/64 bit and will happily run in either mode. I don't think the folder it is in has any effect though we might look into changing the way the installer works to make it look neater. Could your machine have been loading updates when you were running DC? This cou...
by DigitalVolcano
Mon Mar 10, 2014 2:54 pm
Forum: Duplicate Cleaner support
Topic: Installation of DC on Win 8.1 64-bit
Replies: 3
Views: 8090

Re: Installation of DC on Win 8.1 64-bit

Did you manage to run any scans, or was it slow from the start?
by DigitalVolcano
Sun Mar 09, 2014 9:38 am
Forum: Duplicate Cleaner support
Topic: 3.2.3 hangs for 20 minutes before opening?
Replies: 3
Views: 7071

Re: 3.2.3 hangs for 20 minutes before opening?

There is an option in the 'More Options' window - 'Show results of last scan on start'. Uncheck this and it won't restore your last scan on startup, thus making the launch time quicker.