Search found 1713 matches

by DigitalVolcano
Mon Sep 11, 2023 10:18 am
Forum: Duplicate Cleaner support
Topic: Unable to detect duplicates - MP3 files
Replies: 2
Views: 2183

Re: Unable to detect duplicates - MP3 files

You'll need to paste the log entry for the scan.
by DigitalVolcano
Mon Sep 11, 2023 10:17 am
Forum: Duplicate Cleaner support
Topic: Any Way To Ignore Specific Group Results?
Replies: 1
Views: 1581

Re: Any Way To Ignore Specific Group Results?

Currently you can't do this - the Ignore list excludes the file/folder completely rather than just excluding a specific match.
Something for a future version.
by DigitalVolcano
Mon Sep 11, 2023 10:15 am
Forum: Duplicate Cleaner support
Topic: can not find string n duplicatecleaner.txd
Replies: 2
Views: 1675

Re: can not find string n duplicatecleaner.txd

The text for the Wizards is in the 'Wizards' subfolder. Each Wizard is an XML file which you can edit with a text editor such as NotePad2 or VS Code. Example: <?xml version="1.0" encoding="UTF-8"?> <DCWizard SelectFolders="True" Icon="grey-fingerprint"> <Name ...
by DigitalVolcano
Mon Sep 04, 2023 12:32 pm
Forum: Releases & Update News
Topic: Duplicate Cleaner 5.20 released
Replies: 0
Views: 27797

Duplicate Cleaner 5.20 released

https://www.digitalvolcano.co.uk/dcdownloads.html 'Add this folder to Ignore list' in Parent folder submenu PDF Thumbnail preview (Requires Adobe Acrobat Reader) .TS Video file support Image Metadata: Bytes per pixel (Average) Image Metadata: Sorted/unsorted keywords Save filter range settings for g...
by DigitalVolcano
Fri Sep 01, 2023 11:26 am
Forum: Duplicate Cleaner support
Topic: All but one file in each group
Replies: 2
Views: 2125

Re: All but one file in each group

It should leave (or unmark) one file in each group - check you didn't have 'Leave existing marks unchanged' selected.
by DigitalVolcano
Sat Aug 19, 2023 12:59 pm
Forum: Duplicate Cleaner support
Topic: Comparison doesn't really work
Replies: 1
Views: 1459

Re: Comparison doesn't really work

You need to post what type of files you are looking for, what scan modes have you tried, which file types aren't maching, etc.
by DigitalVolcano
Fri Aug 11, 2023 4:42 pm
Forum: Duplicate Cleaner support
Topic: Selecting Groups to Mark Files
Replies: 2
Views: 2107

Re: Selecting Groups to Mark Files

You need to filter to your selection.

Select (highlight) the files and then right-click and select 'Filter to selected files'.
You should now see that the Selection Assistant only works on that filtered selection.
by DigitalVolcano
Wed Aug 02, 2023 5:17 pm
Forum: Duplicate Cleaner support
Topic: Alphabetical Keywords Option
Replies: 6
Views: 3577

Re: Alphabetical Keywords Option

This is in the development list for the next update, 5.20
by DigitalVolcano
Fri Jul 28, 2023 10:13 am
Forum: Regular Expressions Help
Topic: Insert a Line Feed between two characters
Replies: 1
Views: 11619

Re: Insert a Line Feed between two characters

You can just use the multi -line editor for the replace (the little pen next to the replace box)

Eg

Find:

Code: Select all

><
Replace:

Code: Select all

>
<
You can change the editor line-end type in the Options window.