After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 777626 - "Rename imported files to lowercase" should rename both files in case of RAW+JPEG
"Rename imported files to lowercase" should rename both files in case of RAW+...
Status: RESOLVED FIXED
Product: shotwell
Classification: Other
Component: import
unspecified
Other Linux
: Normal normal
: 0.28
Assigned To: Shotwell Maintainers
Shotwell Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-01-22 23:00 UTC by Stefan
Modified: 2017-08-24 18:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for converting both RAW+JPEG to lower case - if necessary (2.53 KB, patch)
2017-08-20 21:34 UTC, Stefan
committed Details | Review

Description Stefan 2017-01-22 23:00:10 UTC
When the option "Rename imported files to lowercase" is enabled, then Shotwell only convert the RAW file to lowercase, not the JPEG.

eg.
Files on the SD-card
* DSC_111.NEF
* DSC_111.JPG

Files after importing into Shotwell
* dsc_111.nef
* DSC_111.JPG

The JPEG file should also be renamed to lower case.

Whats the benefit:
* If you edit the RAW with Darktable and export the JPEG again, then Darktable uses 'jpg' in lower case as extension. Shotwell does not recognize this file. If Shotwell converts both file types to lower case, then Darktable can overwrite the jpeg and Shotwell can recognize it.

This will be a small improvement when using Shotwell as a photo manager and Darktable for RAW development.

As a reference, see the following blog post form another people
* https://dinosauropedia.wordpress.com/2015/08/29/raw-photo-editing-workflow/
Comment 1 Jens Georg 2017-03-09 12:28:24 UTC
Thanks for filing this ticket. That's something the blog article author should have done...
Comment 2 Stefan 2017-08-20 21:34:59 UTC
Created attachment 358034 [details] [review]
Patch for converting both RAW+JPEG to lower case - if necessary

Patch: If the option "Rename imported files to lowercase" is enabled, convert both files of a RAW+JPEG pair to lower case and not only the RAW.
Comment 3 Jens Georg 2017-08-24 18:07:46 UTC
Pushed with minor adjustment of commit message