ExifTool Forum

ExifTool => Newbies => Topic started by: comy on August 31, 2016, 12:52:31 AM

Title: "Link" between Facebook description field and metadata of photos
Post by: comy on August 31, 2016, 12:52:31 AM
Hi there,
i'm trying to find a way to upload a bunch of photos in a Facebook album in a way like this....
I have my photos on computer named something like: 01.september.2016_0001, and so on until la last .... _0138. I would like that when i upload them on album this name to be preserved on facebook as a description on each photo. Like that is easy to find them.
I know there are a small program that do this: Easy Photo Uploader and I guess they use a metadata field from photo to keep that name as a description.
Is there a way to do that? Which is that field?
Thanks for any help!

Cosmin
Title: Re: "Link" between Facebook description field and metadata of photos
Post by: StarGeek on August 31, 2016, 01:25:04 AM
It's been awhile since I've uploaded a pic with metadata to facebook, but I faintly remember that Headline, Description(/Caption-abstract?) and a copyright tag were imported.  But it's easy enough to test.  Upload a photo with a lot of metadata filled out and set it to private. 

Since I have such a test photo, I tried it out.  Each tag in my test file is filled with the name of the tag.  The result was that it copied IPTC:Headline, a blank line, and then IPTC:Caption-Abstract into the Facebook description field.  Also, even though there was GPS data and timestamp, it didn't copy either from the file.  No copyright tag was imported.
(http://i.imgur.com/Tiyva03.jpg)
Title: Re: "Link" between Facebook description field and metadata of photos
Post by: comy on August 31, 2016, 12:15:28 PM
Wow! Thanks for the fast answer!
I think you are right. I uploaded a photo with headline tag completed and it show that info on FB.
Right now i try to find a way to use exiftool to extract name from file name and insert it into headline

All the best!
Cosmin
Title: Re: "Link" between Facebook description field and metadata of photos
Post by: StarGeek on August 31, 2016, 01:25:23 PM
Try:
exiftool "-Headline<Filename" FileOrDir
Title: Re: "Link" between Facebook description field and metadata of photos
Post by: comy on August 31, 2016, 04:08:37 PM
Thanks but it's not working...
But probably it's me, for sure i'm not doing something right
Title: Re: "Link" between Facebook description field and metadata of photos
Post by: Phil Harvey on August 31, 2016, 10:02:13 PM
What exact command did you use, and what messages did exiftool give?

- Phil
Title: Re: "Link" between Facebook description field and metadata of photos
Post by: comy on September 01, 2016, 12:54:09 AM
Hello,
i've managed the above syntax to work.
For some reason when the directory name contain spaces it doesn't work. I've change the directory name without spaces and it's all done.
Thank you for your help!
Title: Re: "Link" between Facebook description field and metadata of photos
Post by: Phil Harvey on September 01, 2016, 07:17:51 AM
You must put quotes around the directory name if it contains spaces.

- Phil
Title: Re: "Link" between Facebook description field and metadata of photos
Post by: comy on September 02, 2016, 07:03:37 AM
Thanks! Lesson learned!
Title: Re: "Link" between Facebook description field and metadata of photos
Post by: comy on February 20, 2017, 01:54:59 PM
Hi guys!
Again i need some advice...
I'm pretty sure that above command is working as it should be, but i believe that something had changed in the last months.
When i upload photos on Facebook, the headline is not shown anymore as it written from command. The only info that it's available it says
"Add a description"
My guess is that EXIF or IPTC field on Facebook had changed somehow and i don't know the corespondent

Any ideas?
Thanks!!
Title: Re: "Link" between Facebook description field and metadata of photos
Post by: StarGeek on February 20, 2017, 02:16:30 PM
I just tested FB with my test image that has about 1,400 metadata tags filled out.  The only tag it recognized was the orientation tag, as it correctly rotated the image.  FB didn't read any other tag and didn't show anything in the description.

It looks like Facebook is just ignoring all tags now.
Title: Re: "Link" between Facebook description field and metadata of photos
Post by: comy on February 20, 2017, 03:26:25 PM
This is weird!! There is a program out there called Easy photo uploader, that one of my friends uses.
In Pro version, it offers exactly what i want so it;s something that i don't understand. Why they can and we cannot? It could be possible to have some kind of arrangement with FB?

Thanks anyway for your effort! I'll keep trying to find some info related.
Title: Re: "Link" between Facebook description field and metadata of photos
Post by: StarGeek on February 20, 2017, 03:43:37 PM
Looking through Easy photo uploader's forum, it find this thread (http://forum.obviousidea.com/threads/1314-Customize-Facebook-photo-comment-with-Easy-Photo-Uploader) which shows how you can fill the description however you want.  I'd say it's pretty clear that Easy photo uploader is setting the description and not something that Facebook is doing.
Title: Re: "Link" between Facebook description field and metadata of photos
Post by: comy on February 20, 2017, 04:25:01 PM
That means to me there should be possible to update that "description" field by use of exiftool. But which is the field?
I saw that recently was done a revision of IPTC standards... Maybe there is the key
Title: Re: "Link" between Facebook description field and metadata of photos
Post by: Hayo Baan on February 20, 2017, 04:35:31 PM
I think you misunderstood Stargeek's comment. NO image metadata is involved in setting the Facebook description, that is done purely by the easy photo application (which is using the Facebook API). This is NOT something you can do or influence with exiftool.
Title: Re: "Link" between Facebook description field and metadata of photos
Post by: comy on February 21, 2017, 12:07:56 AM
Oh, i see! There are 2 different standards that these 2 apps uses: There are EXIF and IPTC standards that exiftool use, and the Facebook api that is use by the Easy Photo..... To bad for me :( !
Thanks
Title: Re: "Link" between Facebook description field and metadata of photos
Post by: Hayo Baan on February 21, 2017, 01:26:28 AM
To clarify, api stands for application programming interface. An api allows developers to develop programs that directly interact with the api provider. In this case Facebook. It is not a metadata standard, but in this case Facebook allows the developers to set metadata on their servers using the api. Clear?
Title: Re: "Link" between Facebook description field and metadata of photos
Post by: comy on February 21, 2017, 03:14:55 AM
Cristal! :)