Bug 504425 - Better batch (multiple files selected) renaming
Summary: Better batch (multiple files selected) renaming
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-17 16:31 UTC by Nikoichu
Modified: 2025-05-17 16:31 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoichu 2025-05-17 16:31:32 UTC
When renaming multiple files in Dolphin, you have the option to input "#" for incremental number. I think it will be a really big improvement if we had another symbol, for example "%" (or anything else that can't or shouldn't normally be used in a file name due to compatibility concerns) - and that would leave the original file name at that spot.

For example, if we have the files:
"icon_16.png" ->                                   -> "icon_16_old.png"
"icon_32.png" -> rename to "%_old" -> "icon_32_old.png"
"icon_ 64.png"                                       -> "icon_64_old.png"

This will be documented below with the text "% will be replaced by each file's original name."

Additionally, if we provide an extension in the rename, it should replace the file's current extension:

"icon_16.png" ->                                   -> "icon_16.old"
"icon_32.png" -> rename to "%.old" -> "icon_32.old"
"icon_ 64.png"                                       -> "icon_64.old"

Currently if you rename "icon.png" files to "file#.jpeg", it results in "file1.jpeg.png", which is probably not what the user intended.

There are probably more possible  improvements to batch renaming, but these are the most fundamental off the top of my head, and the ones that would be the most useful to the most people.