Bug 220260 - Rename Tool filename with multiple "."
Summary: Rename Tool filename with multiple "."
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: AdvancedRename-file (show other bugs)
Version: 1.1.0
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-27 12:55 UTC by pages.michael
Modified: 2022-01-31 21:57 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 1.1.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pages.michael 2009-12-27 12:55:13 UTC
Version:            (using KDE 4.3.4)
OS:                Linux
Installed from:    Debian testing/unstable Packages

I've got picture named with a pattern resulting to a file like that: 220310_0221_noel_D5000_f7.1-1600.JPG

while i wish to batch rename data between "." (dot) are not handle and i can't rename it write. (the bug appear with the newest version of the pattern writting on the new rename feature)

thanks for all your work.
Comment 1 Andi Clemens 2009-12-27 13:21:21 UTC
Sorry I don't quite understand the problem. What is not working with this filename? What do you want to do exactly?
And from where do you try to rename (BatchQueueManager, CameraImport or MainView)?
Comment 2 pages.michael 2009-12-27 13:39:53 UTC
I do it from main view from menu Image/Rename (F2)

the pattern [file] only display filename from start until the first dot 
while it should display filename from start until last dot

a file like that:
220310_0221_noel_D5000_f7.1-1600.JPG
the patten [file] give me
220310_0221_noel_D5000_f7.
i'm losing 1-1600

is it clear?
Comment 3 Andi Clemens 2009-12-27 13:42:35 UTC
Ok I will have a a look at it...
Comment 4 Andi Clemens 2009-12-27 13:54:28 UTC
SVN commit 1066562 by aclemens:

Fix filename handling when name contains "dots".
Use completeBaseName() to get the filename.
BUG:220260

 M  +3 -2      NEWS  
 M  +1 -1      utilities/advancedrename/parser/options/filepropertiesoption.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1066562