Bug 108824 - option to automagically lowercase downloaded filenames
Summary: option to automagically lowercase downloaded filenames
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: AdvancedRename-Import (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-09 23:10 UTC by Simonics Zsolt
Modified: 2022-01-26 11:42 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 7.6.0


Attachments
proposed patch (6.74 KB, patch)
2005-07-10 18:47 UTC, Tom Albers
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Simonics Zsolt 2005-07-09 23:10:31 UTC
Version:            (using KDE KDE 3.4.1)
Installed from:    Gentoo Packages
OS:                Linux

It would be nice to have an option to lowercase the filenames that downloaded from the camera. I'm using flphoto for downloading the pictures from my camera for this reason, and then rotate/edit them in Digikam, which is a shame. I want to use only  the best :)
Comment 1 Tom Albers 2005-07-10 18:47:39 UTC
Created attachment 11742 [details]
proposed patch

Because you are so friendly ;-) This patch makes it possible to indicate if you
want upper or lower case file names. The setting is located in the screen where
you see all the images from the camera and then choose for the extended
settings button.
Comment 2 Simonics Zsolt 2005-07-10 20:45:00 UTC
Wow, thank you for this quick reaction!
Tried to apply the patch onto 0.7.3, but its rejected at cameraiconview.cpp, dont know why, it's all chinese for me. Then i got the svn version (i'm on gentoo, and there is a digikam svn ebuild available). Patch applied cleanly and digikam (and digikamimageplugins) compiled. But when i started digikam, it crashed. I had to move away my pictures directory to get digikam start up properly. Dont know why, but its the nature of svn maybe. But i got the camera dialog, then the advanced options, but there is nowhere an upper-lower case option in it. What i was doing wrong?
Comment 3 Tom Albers 2005-07-10 22:55:52 UTC
I think this is an installation error. Have you removed the old gentoo installation before installing the svn one? Did you use the right prefix for Gentoo in the configure command?
Comment 4 Simonics Zsolt 2005-07-11 12:51:44 UTC
Now uninstalled the 0.7.3 first, then compiled/installed svn, but the problem remains, it doesnt like jpeg pictures, which is quite a problem for this kind of application :)
If I move away my pictures dir, and create a new one then digikam starts, but when i want to import a folder with pics, a req says: "the process of digikamalbums:// protocol died unexpectedly" for every picture.

But this is an entirely different problem, and the original wish is resolved, because now there is a selector for lower/upper case. Thank you again!
...
Well, now how can i do that if I want the camera provided names, only in lowercase? :) So the original filename like IMG_8765.JPG is fine for me, only the uppercase is the problem. I would like to leave the camera provided names as is, they are unique for every picture i take, until I reset the counter in the camera which is unlikely.
Comment 5 Tom Albers 2005-07-11 13:55:38 UTC
I think you better wait for 0.8 to be released and when gentoo provides a package for that. For now you better stick to flphoto for downloading your photo's in lowercase filenames.
Comment 6 Simonics Zsolt 2005-07-11 13:59:34 UTC
OK. Thanks for your time.
Comment 7 Tom Albers 2005-07-19 01:38:11 UTC
SVN commit 436078 by toma:

Make it possible to download images from the camera and change the filenames to uppercase or lowercase at the same time.
FEATURE: 108824



 M  +0 -2      TODO  
 M  +46 -7     utilities/cameragui/cameraiconview.cpp  
 M  +5 -1      utilities/cameragui/cameraiconview.h  
 M  +60 -6     utilities/cameragui/renamecustomizer.cpp  
 M  +17 -0     utilities/cameragui/renamecustomizer.h