cancel
Showing results for 
Search instead for 
Did you mean: 

Syncing JPEG Exif Data

col_edinburgh
Champ in-the-making
Champ in-the-making
Where do I find details of the content model for exif data on a photograph? I want to sync properties such as:

Date and Time
Creator
x coords
y coords

I have success in syncing my own custom properties but that is because I know the correct property description i.e custom:myprop

I have tried: cm:creator but that doesn't work. Google has let me down, any advice?
3 REPLIES 3

col_edinburgh
Champ in-the-making
Champ in-the-making
I have tried the following without success:

exif:dateTimeOriginal
cm:latitude
cm:longitude

mrogers
Star Contributor
Star Contributor
The exif data model is here

http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/projects/repository/config/alf...

Also take a look at the node in the node browser to see what's going on.

col_edinburgh
Champ in-the-making
Champ in-the-making
<aspect name="cm:geographic">
         <title>Geographic</title>
         <properties>
            [b]<property name="cm:latitude">[/b]
               <title>Latitude</title>
               <type>d:double</type>
            </property>
            <property name="cm:longitude">
               <title>Longitude</title>
               <type>d:double</type>
            </property>
         </properties>
      </aspect>

cm:latitude doesn't seem to work.

Regarding the node browser, I know where it is but I don't know what to do with it