addshore / facebook-data-image-exif

UI tool to add EXIF data back to images in a Facebook data export
https://addshore.com/2019/02/add-exif-data-back-to-facebook-images-0-1/
MIT License
53 stars 16 forks source link

Added logic to parse new Facebook uri #17

Closed dmjeffmoore closed 3 years ago

dmjeffmoore commented 3 years ago

@addshore how do I compile and run the project? I did a few hours of researching how to start a maven project with javafx without success. I'm on linux using VS Code.

I believe this should fix https://github.com/addshore/facebook-data-image-exif/issues/16 but I still need to test it.

addshore commented 3 years ago

Sorry, just saw this now. I'm also on Linux and VS Code (but I havn't looked at this project in a while) I really should have written more in the README....

It should be built installed and built with the regular maven commands. I had a go and couldn't seem to make it work locally..

I made a commit updating things to JDK 11 and master seems to build for me now. I also added a few pointers in the README https://github.com/addshore/facebook-data-image-exif/commit/550761f4c98405b6b97b68fe07e7b1d0e193e206

addshore commented 3 years ago

I have also enabled Github Actions now https://github.com/addshore/facebook-data-image-exif/pull/18 which will do the building for you too. You can download and try out a JAR from the build output.