mordoris / phoshare

Automatically exported from code.google.com/p/phoshare
Other
0 stars 0 forks source link

Case-sensitive export excludes some images #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Phoshare correctly concatenates a "_N" onto duplicate filenames, where N is 
incremented for each duplicate filename. However, it is not case sensitive, 
resulting in missing photos. If you have multiple files with the same file 
names, but different capitalizations, those files will be overwritten and not 
considered unique.

Example:

If I have two photos titled "Christmas Morning", Phoshare will correctly export 
"Christmas Morning.jpg" and "Christmas Morning_1.jpg".  But if I have one photo 
titled "Christmas Morning" and another titled "Christmas morning", I would 
EXPECT to have two exported photos, one called "Christmas Morning.jpg" and 
another called "Christmas morning.jpg". But what REALLY HAPPENS is I get just 
ONE photo called "Christmas morning.jpg"

This needs fixed so images are not erroneously missing during exports. Thanks!

(I'll look at submitting a patch if I can figure out a fix.)

Original issue reported on code.google.com by he...@1337stream.com on 15 Jan 2012 at 6:41

GoogleCodeExporter commented 8 years ago

Original comment by tsporkert on 12 Feb 2012 at 5:55

GoogleCodeExporter commented 8 years ago
Fixed in Phoshare 1.5.1

Original comment by tsporkert on 3 Oct 2012 at 7:21