haukesomm / apple-photos-export

Command line tool to export photos from the macOS Photos library, organized by album and/or date.
MIT License
6 stars 0 forks source link

file extensions JPEG, RAF #1

Open cebra-ffm opened 4 days ago

cebra-ffm commented 4 days ago

Hauke,

great work, seems to help a lot managing my various libs. But I run in some issues with file extensions generating errors - RAF (strange fuji extension) and JPEG. Any chance to integrate it in here? thank you, Christian

haukesomm commented 3 days ago

Hi Christian and thanks for reaching out!

I'd love to include the missing file type! Since I don't have any RAF images in my own library: Could you provide me with a minimal library containing nothing but a single RAF image and maybe a failing JPEG? This way I can look into the database's internals and reverse-engineer how those file type is handled.

As JPEG should already work: Do you have more information on what exactly happens when you try to export JPEG images? Is there a specific error message, for example?

Kind regards Hauke

cebra-ffm commented 3 days ago

Hauke, I have created separate photo libs with BMP and RAF, here to download: https://nx1230.your-storageshare.de/s/2FDgHdn6GyjYiXY They do fail with Unknown extension: bmp // Unknown extension: raf. Still searching for my JPEG failure example... Any chance to have the error a bit more verbose, like naming the file which fails? Sorry, no rust expert here... kind regards, Christian

cebra-ffm commented 3 days ago

ha, now catched a Unknown extension: JPG apple-photos-export-9eXMoTEv.log But hard to say which one of the pictures is the bad one, too many of them

haukesomm commented 2 days ago

Thanks for sharing! I'll have a look at it when I have some spare time in the next days 👍🏻

Any chance to have the error a bit more verbose, like naming the file which fails?

Yeah, that's definitely needed and already on my to-do list