The following attributes are available. An application can define application specific attributes. See Adding Application Specific Attributes for details.
Besides the keys in the database an item has the following attributes accessible with this function:
- parent: parent or Item media: Media object the item is on
- thumbnail: Thumbnail object for the item or parent. See Thumbnails for details about thumbnailing works in beacon.
- image: image path for the item or parent read_only: True if the
- item is on a read only media
If you access or store an attribute that starts with ‘tmp:’, the data will only be stored inside the Item and not in the database. An Item for the same file in the database will not have that attribute and it will be lost when the application shuts down.