mordoris / phoshare

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

Original photos are not exported in subfolder "Originals" #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Create an event "EVENT_for_Test" in iPhoto with some modified photos
2.Using Phoshare, export the event with "Export Originals" option checked
3.

What is the expected output? What do you see instead?
Whereas we should get a folder "EVENT_for_Test" with modified photos and 
subfolder "Originals" with original photos, I only have the 1st folder with all 
photos (originals and modified).

What version of the product are you using? On what operating system?
Using Phoshare 1.4.7 on Snow Leopard 10.6.6

Please provide any additional information below.

Original issue reported on code.google.com by simvar.l...@gmail.com on 30 Jun 2011 at 7:42

GoogleCodeExporter commented 8 years ago
So if you event has 10 images,  you are getting a folder "EVENT_for_Test" with 
20 images? What do the file names of the original and modified images look 
like. Something like "picture.jpg" and "picture_1.jpg"?

Original comment by tsporkert on 1 Jul 2011 at 3:38

GoogleCodeExporter commented 8 years ago
Actually, if I have 10 photos in my event with 2 being modified, I get 10 files 
in folder - the 8 originals and the 2 modified. No "Originals" subfolder is 
created for the original version of the 2 modified photos.

Original comment by simvar.l...@gmail.com on 2 Jul 2011 at 12:59

GoogleCodeExporter commented 8 years ago
Could you please attach the output of the export, from the scrolling area at 
the bottom of the Phoshare application. If you don't want to paste the whole 
output because you want to keep the image names private, paste just the first 
couple of lines, with the common that it is executing.

Original comment by tsporkert on 2 Jul 2011 at 3:19

GoogleCodeExporter commented 8 years ago
Reading iPhoto database from /Users/Toto/Pictures/iPhoto Library...
Version 8.1.2 library with 29980 images
Phoshare.py --export "/Users/Toto/test-phoshare" --iphoto "~/Pictures/iPhoto 
Library" --events "EVENT_for_Test" --foldertemplate "{name}" --nametemplate 
"{title}" --captiontemplate "{description}" --originals --iptc --verbose
Scanning iPhoto data for photos to export...
Scanning existing files in export folder...
Creating folder /Users/Toto/test-phoshare/EVENT_for_Test
Exporting photos from iPhoto to export folder...
New file: /Users/Toto/test-phoshare/EVENT_for_Test/P6120699.jpg (copy)
shutil.copy2(/Users/Toto/Pictures/iPhoto Library/Originals/2011/17 juin 
2011/P6120699.JPG, /Users/Toto/test-phoshare/EVENT_for_Test/P6120699.jpg)
exiftool -X -m -q -q -c %.6f -Keywords -Caption-Abstract -DateTimeOriginal 
-Rating -GPSLatitude -Subject -GPSLongitude -RegionRectangle 
-RegionPersonDisplayName /Users/Toto/test-phoshare/EVENT_for_Test/P6120699.jpg
New file: /Users/Toto/test-phoshare/EVENT_for_Test/P6120700.jpg (copy)
shutil.copy2(/Users/Toto/Pictures/iPhoto Library/Modified/2011/17 juin 
2011/P6120700.JPG, /Users/Toto/test-phoshare/EVENT_for_Test/P6120700.jpg)
exiftool -X -m -q -q -c %.6f -Keywords -Caption-Abstract -DateTimeOriginal 
-Rating -GPSLatitude -Subject -GPSLongitude -RegionRectangle 
-RegionPersonDisplayName /Users/Toto/test-phoshare/EVENT_for_Test/P6120700.jpg
New file: /Users/Toto/test-phoshare/EVENT_for_Test/P6120701.jpg (copy)
shutil.copy2(/Users/Toto/Pictures/iPhoto Library/Modified/2011/17 juin 
2011/P6120701.JPG, /Users/Toto/test-phoshare/EVENT_for_Test/P6120701.jpg)
exiftool -X -m -q -q -c %.6f -Keywords -Caption-Abstract -DateTimeOriginal 
-Rating -GPSLatitude -Subject -GPSLongitude -RegionRectangle 
-RegionPersonDisplayName /Users/Toto/test-phoshare/EVENT_for_Test/P6120701.jpg
New file: /Users/Toto/test-phoshare/EVENT_for_Test/P6120702.jpg (copy)
shutil.copy2(/Users/Toto/Pictures/iPhoto Library/Originals/2011/17 juin 
2011/P6120702.JPG, /Users/Toto/test-phoshare/EVENT_for_Test/P6120702.jpg)
exiftool -X -m -q -q -c %.6f -Keywords -Caption-Abstract -DateTimeOriginal 
-Rating -GPSLatitude -Subject -GPSLongitude -RegionRectangle 
-RegionPersonDisplayName /Users/Toto/test-phoshare/EVENT_for_Test/P6120702.jpg
New file: /Users/Toto/test-phoshare/EVENT_for_Test/P6120703.jpg (copy)
shutil.copy2(/Users/Toto/Pictures/iPhoto Library/Originals/2011/17 juin 
2011/P6120703.JPG, /Users/Toto/test-phoshare/EVENT_for_Test/P6120703.jpg)
exiftool -X -m -q -q -c %.6f -Keywords -Caption-Abstract -DateTimeOriginal 
-Rating -GPSLatitude -Subject -GPSLongitude -RegionRectangle 
-RegionPersonDisplayName /Users/Toto/test-phoshare/EVENT_for_Test/P6120703.jpg
New file: /Users/Toto/test-phoshare/EVENT_for_Test/P6120704.jpg (copy)
shutil.copy2(/Users/Toto/Pictures/iPhoto Library/Originals/2011/17 juin 
2011/P6120704.JPG, /Users/Toto/test-phoshare/EVENT_for_Test/P6120704.jpg)
exiftool -X -m -q -q -c %.6f -Keywords -Caption-Abstract -DateTimeOriginal 
-Rating -GPSLatitude -Subject -GPSLongitude -RegionRectangle 
-RegionPersonDisplayName /Users/Toto/test-phoshare/EVENT_for_Test/P6120704.jpg
Done!

In this test, I have 6 photos in my event (from P6120699.jpg to P6120704.jpg). 
Only P6120700.jpg and P6120701.jpg have been modified.
Export Originals option is checked.
As output, I have the folder EVENT_for_Test created with 4 original files for 
EVENT_for_Test and the 2 modified files. All files have their original filename 
and I don't have any Originals subfolder.

The subfolder is not really an issue for me. I'm more concerned by the fact 
that I can't export the original files for modified photos.

Thanks for your job.

Regards.

Original comment by simvar.l...@gmail.com on 2 Jul 2011 at 7:41

GoogleCodeExporter commented 8 years ago
This is really odd. Phoshare acts like you didn't select the Originals option 
at all.

Original comment by tsporkert on 9 Jul 2011 at 6:44

GoogleCodeExporter commented 8 years ago
I tried and tried again many times checking that "Export Originals" option is 
enabled.
Same results...

Original comment by simvar.l...@gmail.com on 9 Jul 2011 at 9:46

GoogleCodeExporter commented 8 years ago

Original comment by tsporkert on 12 Feb 2012 at 6:09