Bug 397406 - Digikam shouldn't use parentheses when renaming files
Summary: Digikam shouldn't use parentheses when renaming files
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: AdvancedRename-Import (other bugs)
Version First Reported In: 5.9.0
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-12 22:50 UTC by Tom Shaw
Modified: 2018-08-13 04:49 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In: 6.0.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Shaw 2018-08-12 22:50:26 UTC
When duplicate file names are downloaded and automatically renamed with no prompt they have ' (1)' added to the file name. This string is not searchable with the normal search tools provided by the desktop. These file names can't be found with Dolphin or kfind. In my case it was due to actual identical duplicate files in every sense so the find duplicates tool only helps in locating them but not easily deleting the nearly 700 photos within a range of 160 directories and the thousands of other photos and videos where they were all downloaded to.

I know this is because of changed behavior where the prompt for duplicate was taken away, but the biggest issue is the hours I spent finding a reliable way to find all the images and rename them or move them because they used parentheses. If the files were just renamed without using special characters and the space then searching for them would me much simpler with your typical desktop tools without having to resort to regex or piped commands which is how I was able to find all these files in 8 months worth of folders. I know it is trivial for some to do some regex and pipe some commands to find or do anything but for most it is not and the complexity or limitations involved with the tools provided by the desktop can leave a person frustrated due to some relatively minor choices in file names.
Comment 1 Maik Qualmann 2018-08-13 04:49:03 UTC
This behavior is already corrected in the developer version of digiKam-6.0.0. Now _1 is used again as a counter, thereby also the counter is increased if the file exists several times.

Maik