Search found 1760 matches

by DigitalVolcano
Fri May 31, 2024 11:52 am
Forum: Duplicate Cleaner
Topic: Are there any scan size limits?
Replies: 2
Views: 1001

Re: Are there any scan size limits?

There aren't any limits. It looks like it's got stuck on a file somehow. Unfortunately you can't yet display the current file being worked on (this is something in to-do list).
One thing to try is limiting the file size (e.g try <100mb) and then raise the limit if it runs ok.
by DigitalVolcano
Thu May 23, 2024 3:03 pm
Forum: Duplicate Cleaner
Topic: Disorganized Photos to a Single Directory?
Replies: 10
Views: 3931

Re: Disorganized Photos to a Single Directory?

At the simplest level you can run a scan (Exact matches or Image Mode Similar matches), Mark 'Only one file in each group', and then copy all the marked photos to your new folder (making sure Overwrite is turned off).
by DigitalVolcano
Thu May 23, 2024 3:00 pm
Forum: TextCrawler
Topic: Exclude folders
Replies: 1
Views: 2151

Re: Exclude folders

You can add the folder name/wildcard to the Exclude box (under the file filter). Use a semicolon to separate names,.

Code: Select all

.git;.svn;.vs
by DigitalVolcano
Mon May 20, 2024 11:37 am
Forum: TextCrawler
Topic: TextCrawler Pro 4 - suggestions thread
Replies: 19
Views: 160055

Re: TextCrawler Pro 4 - suggestions thread

Side by side projects:-
Screenshot 2024-05-20 113656.png
by DigitalVolcano
Mon May 20, 2024 11:27 am
Forum: TextCrawler
Topic: TextCrawler Pro 4 - suggestions thread
Replies: 19
Views: 160055

Re: TextCrawler Pro 4 - suggestions thread

As promised - a few screenshots from the Alpha:
Screenshot 2024-05-20 112405.png
Screenshot 2024-05-20 104350.png
Screenshot 2024-05-20 112024.png
by DigitalVolcano
Wed May 15, 2024 10:44 am
Forum: Duplicate Cleaner
Topic: Cache questions
Replies: 9
Views: 20183

Re: Cache questions

Does using the virtual drives/folders feature help? This allows you to make an image of a drive for offline comparison.
https://www.digitalvolcano.co.uk/duplic ... =&sct=MzQ2
by DigitalVolcano
Sat May 11, 2024 11:22 am
Forum: Duplicate Cleaner
Topic: Folders map to the same location warning?
Replies: 1
Views: 1117

Re: Folders map to the same location warning?

It usually checks by volume drive serial number among other things - is it possible that one drive was cloned from the other at some point in the past?

If you are happy you can ignore the warning (be sure you have backups before removing anything though).
by DigitalVolcano
Thu May 09, 2024 10:38 am
Forum: Duplicate Cleaner
Topic: Delete files without extension from each folder group
Replies: 1
Views: 1285

Re: Delete files without extension from each folder group

You can try:
Selection Assistant
-All but one matching SET in each group
-(Checkmark) File name - Does not contain - . (dot)
by DigitalVolcano
Tue May 07, 2024 7:47 pm
Forum: Duplicate Cleaner
Topic: Regex to mark folders not ending with a digit?
Replies: 2
Views: 2210

Re: Regex to mark folders not ending with a digit?

This should work for .NET regular expressions though I've not tested it in DC

Code: Select all

.*(?<![0-9])$

https://regex101.com/r/MAJQSZ/1
by DigitalVolcano
Tue May 07, 2024 12:10 pm
Forum: TextCrawler
Topic: How to save only found lines of text to file"
Replies: 3
Views: 2470

Re: How to save only found lines of text to file"

Next to the replace button. (Pro version only)

See manual "Action buttons" section
https://www.digitalvolcano.co.uk/textcr ... =&sct=MA==