Summary: | Multi File rename number of digits. | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Evert Vorster <evorster> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | eljefedelito |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.6.0 | |
Sentry Crash Report: | |||
Attachments: | Screenshot of no leading zeros |
Description
Evert Vorster
2010-02-14 08:41:30 UTC
I second this, this is very important that files are named in the selected order (when listed by date, or size, or whatever) and that the # part is padded with zeros so that the files are always listed in the proper order. Find out how many it is renaming and perhaps add an additional 0 ahead of that, so for 800 items they would be listed as: item0001.ext item0002.ext ... ... item0800.ext Thanks for KDE. SVN commit 1182776 by ppenz: - Integrate the patch from Matthias Fuchs from http://reviewboard.kde.org/r/5496 to allow having leading zeros when renaming files: E.g. Using the name "A ###.jpg" results in the filenames "A 001.jpg", "A 002.jpg"... The patch could be simplified a little bit by guaranting only one connective sequence of #'s. - Move the renaming code into the RenameDialog CCMAIL: mat69@gmx.net BUG: 226761 FIXED-IN: 4.6.0 M +5 -12 panels/folders/folderspanel.cpp M +12 -17 views/dolphinview.cpp M +80 -15 views/renamedialog.cpp M +18 -50 views/renamedialog.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1182776 Created attachment 63575 [details]
Screenshot of no leading zeros
Screenshot of no leading zeros; the files renamed to test1-9 should have been renamed to test01-09 so that the files are always in the correct order
This doesn't seem to work for me in KDE 4.6.5 on Debian Sid, any ideas? Do I need to enable this somewhere? sorry, I read the patch description better and I needed ## in the rename; thanks much! |