mvysny / photocloud-frame-slideshow

Android Digital Photo Frame
https://www.android-photo-frame.eu
14 stars 1 forks source link

Feature Request: Option to display caption information #157

Open wesf99 opened 3 years ago

wesf99 commented 3 years ago

Is there an option to show the IPTC Description/Caption information while playing the slideshow. If not, could it be added please.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/98517639-feature-request-option-to-display-caption-information?utm_campaign=plugin&utm_content=tracker%2F53303527&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F53303527&utm_medium=issues&utm_source=github).
mvysny commented 3 years ago

Unfortunately PhotoCloud only support the EXIF metadata at the moment. However, there is a Java library for reading and writing IPTC metadata, so perhaps it would be possible to add support for this: https://stackoverflow.com/questions/3851665/java-library-for-reading-and-writing-iptc-metadata-to-jpeg-and-tiff

Can you please attach a photo which contains the IPTC information to this ticket, so that I have a proper image for testing purposes?

wesf99 commented 3 years ago

Sounds promising. See attached photo and Screen print of a windows program, ExifPro 2.1, showing the same data. Wes

From: Martin Vysny @.> Sent: Monday, 17 May 2021 3:09 PM To: mvysny/photocloud-frame-slideshow @.> Cc: wesf99 @.>; Author @.> Subject: Re: [mvysny/photocloud-frame-slideshow] Feature Request: Option to display caption information (#157)

Unfortunately PhotoCloud only support the EXIF metadata at the moment. However, there is a Java library for reading and writing IPTC metadata, so perhaps it would be possible to add support for this: https://stackoverflow.com/questions/3851665/java-library-for-reading-and-writing-iptc-metadata-to-jpeg-and-tiff

Can you please attach a photo which contains the IPTC information to this ticket, so that I have a proper image for testing purposes?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mvysny/photocloud-frame-slideshow/issues/157#issuecomment-842067253 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ANFXZBIM22P2JNPJMB7OTETTOC6JXANCNFSM445JDDMQ . https://github.com/notifications/beacon/ANFXZBLLDKH73JR6L2KTVJTTOC6JXA5CNFSM445JDDM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGIYO2NI.gif

mvysny commented 3 years ago

Sorry, the photo doesn't seem to be attached. Probably you need to attach it via the GitHub's web interface.

wesf99 commented 3 years ago

I'll try again. IPTC Comment Caption or Description Data Example ConniesPhotos005 IPTC Comment Caption or Description Data Example ConniesPhotos005 Sounds promising. See attached photo and Screen print of a windows program, ExifPro 2.1, showing the same data. Wes

wesf99 commented 3 years ago

Opps I inadvertently closed the issue

wesf99 commented 3 years ago

Did you get the photo and screen shot through github? Wes

From: Martin Vysny @.> Sent: Monday, 17 May 2021 3:09 PM To: mvysny/photocloud-frame-slideshow @.> Cc: wesf99 @.>; Author @.> Subject: Re: [mvysny/photocloud-frame-slideshow] Feature Request: Option to display caption information (#157)

Unfortunately PhotoCloud only support the EXIF metadata at the moment. However, there is a Java library for reading and writing IPTC metadata, so perhaps it would be possible to add support for this: https://stackoverflow.com/questions/3851665/java-library-for-reading-and-writing-iptc-metadata-to-jpeg-and-tiff

Can you please attach a photo which contains the IPTC information to this ticket, so that I have a proper image for testing purposes?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mvysny/photocloud-frame-slideshow/issues/157#issuecomment-842067253 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ANFXZBIM22P2JNPJMB7OTETTOC6JXANCNFSM445JDDMQ . https://github.com/notifications/beacon/ANFXZBLLDKH73JR6L2KTVJTTOC6JXA5CNFSM445JDDM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGIYO2NI.gif

mvysny commented 3 years ago

Yes, thank you. I was able to read the IPTC data on my computer as follows:

118460588-6cb3ca00-b72f-11eb-827c-57cccba5c706.jpg:
 Tag      Name                 Type      Size  Value
 -------- -------------------- --------- ----  -----
 1:090    Coded Character Set  Binary       3  1b 25 47
 2:000    Record Version       Short        2  4
 2:005    Object Name          String      27  Grandmother Lunn nee Powell
 2:055    Date Created         Date         8  18900402
 2:060    Time Created         Time         6  123025
Mother of Ethel Fielding,  Grandmother of Olive, Reg, Jack, Kenneth, Desmond and Connie Fieiding

I'll try to implement a support for IPTC into PhotoCloud :+1:

wesf99 commented 2 years ago

I was just wondering if you were able to get the caption feauture working?

mvysny commented 2 years ago

Sorry I had no time to work on this, but hopefully this week