SlideShowPro Director
Content properties
Each content object has the following properties:
- id (integer)
- The content's unique ID in the database.
- src (string)
- The content's file name.
- album_id (integer)
- The ID of the album that the content belongs to.
- filesize (integer)
- The size of the originally uploaded content.
- original (object)
- Contains three properties: url, width and height.
- title (string)
- The content's title as entered into Director.
- caption (string)
- The content's caption as entered into Director.
- link (string)
- The content's link as entered into Director.
- target (boolean)
- Whether the link should open in a new window (true) or the same window (false).
- seq (integer)
- The numerical position of the content in the album's order.
- pause (integer)
- If set, how long the content should pause.
- tags (string)
- Tags assigned to the content in Director.
- created (timestamp)
- The date and time the content was created.
- modified (timestamp)
- The date and time the content was last updated.
- captured_on (timestamp)
- The date and time the content was captured, as embedded by the camera.
- creator (object)
- User object containing information on the user who created the content.
- updater (object)
- User object containing information on the user who last updated the content.
- preview (string)
- The full HTTP path to the album's preview.
- exif (array)
- Array of exif data from the content (see EXIF section below).
- iptc (array)
- Array of IPTC data from the content (see IPTC section below).
- focal (array)
- Array of focal point data for the current image. Array contains x and y properties.
EXIF
The EXIF array contains the following properties:
- aperture (string)
- The aperture setting when the image was captured.
- exposure (string)
- The len's exposure when the image was captured.
- exposure_bias (string)
- The exposure bias (if any).
- exposure_mode (string)
- Example: Tv-priority.
- flash (string)
- Full string describing the flash status when the image was taken. Example: Red Eye, Compulsory Flash
- flash_simple (boolean)
- Whether the flash fired (true) or not (false).
- focal_length (integer)
- Example: 55
- iso (integer)
- Example: 400
- make (string)
- The manufacturer of the camera. Example: Canon
- model (string)
- The model of the camera. Example: Canon Digital Rebel
- metering_mode (string)
- Example: Center Weighted Average
- white balance (string)
- Examples: Auto, Sunny, Tungsten
IPTC
The IPTC array contains the following properties directly from the IPTC data embedded in the image:
byline
byline_title
caption
category
city
contact
copyright
country
credit
headline
keywords
source
state
title
Page last modified by bdaily on April 19, 2010, at 07:28 PM