Bug 269312

Summary: Wish Rename file extension
Product: [Applications] digikam Reporter: Martin Zahnd <martin>
Component: AdvancedRename-fileAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: wishlist CC: caulier.gilles, px79
Priority: NOR    
Version: 1.9.0   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In: 2.0.0

Description Martin Zahnd 2011-03-24 15:32:47 UTC
Version:           1.9.0 (using KDE 4.6.0) 
OS:                Linux

Please make a file extension renaming:
from upper to lower case
Exp.  IMGP0001.JPG to IMGP0001.jpg
Thanks a lot

Reproducible: Didn't try




OS: Linux (x86_64) release 2.6.37.1-1.2-desktop
Compiler: gcc
Comment 1 Andi Clemens 2011-03-24 21:18:33 UTC
It is already implemented since a long time
Comment 2 Martin Zahnd 2011-03-24 21:50:14 UTC
on multiple renaming?
Select various picture and press F2, there I can not see a way to change the extension
Comment 3 Andi Clemens 2011-03-24 22:07:00 UTC
Yes on multiple renaming...

for example
[file].[ext]{lower}

or
[file].[ext]{lower}{replace:"jpeg","jpg",i}
Comment 4 caulier.gilles 2011-03-25 00:01:43 UTC
Andi,

Perhaps an help about regexp need to be added somewhere in gui, for new users ?

Gilles
Comment 5 Andi Clemens 2011-03-25 06:21:58 UTC
??? There is a help... and now regex is involved here, too
Comment 6 Andi Clemens 2011-03-25 06:38:58 UTC
(In reply to comment #5)
> ??? There is a help... and now regex is involved here, too

I meant "no regex is involved in here"
Comment 7 caulier.gilles 2011-03-25 07:13:12 UTC
Ok, sorry for the noise...

Gilles
Comment 8 Andi Clemens 2011-03-25 07:16:42 UTC
No problem :-)
I also took the chance and fixed a little issue we had with renaming files. We had not allowed to rename files when names were duplicates, this should be fixed with my last commit.

Andi
Comment 9 Peter Albrecht 2011-12-29 16:12:37 UTC
(In reply to comment #3)
> Yes on multiple renaming...
> 
> for example
> [file].[ext]{lower}
> 
> or
> [file].[ext]{lower}{replace:"jpeg","jpg",i}

Thanks a lot. I have been missing this for a long time! I used KRename as workaround, but this is more integrated!

BTW: Is there a more proper way to say "thank you"?