Untergeordnete Seiten
  • Image

  Wiki Navigation

    Loading...


 Recently Updated


 Latest Releases

 MediaPortal 1.36
            Releasenews | Download
 MediaPortal 2.5
            Releasenews | Download



Table of Contents

Overview

This page gives an overview about available image meta data in general and how it has been implemented within MediaPortal 2.

Details

Image import is managed by the ImageMetadataExtractor.

Geo-location is read from EXIF meta data and used for lookup of country, state and city from webservices:

  1. OpenStreetMap.org Nominatim (source code)
  2. Google Geo lookup (source code)

TagMapping

Legend:

Official tag read by MP2

Non-official tag, but read by MP2

See comment

Metadata is available in MP2, but not read

Metadata is not available in MP2

  || Attribute || Type || MP2 MediaAspect || MP2 AspectAttribute ||   ||   ||

Title

String

MediaAspect

Title

 

 

MimeType

String

MediaAspect

MimeType

 

 

RecordingTime

DateTime

MediaAspect

RecordingTime

 

 

Comment

String

MediaAspect

Comment

 

 

DateAdded

DateTime

 

 

 

 

Keywords

String

 

 

 

 

 

 

 

 

 

 

Width

Int

ImageAspect

Width

pixels todo: add xml comments in ImageAspect

 

Height

Int

ImageAspect

Height

pixels todo: add xml comments in ImageAspect

 

 

 

 

 

 

 

EquipmentMake

String

ImageAspect

EquipmentMake

todo: add xml comments in ImageAspect

 

EquipmentModel

String

ImageAspect

EquipmentModel

todo: add xml comments in ImageAspect

 

ExposureBias

String

ImageAspect

ExposureBias

todo: add xml comments in ImageAspect

 

ExposureTime

String

ImageAspect

ExposureTime

todo: add xml comments in ImageAspect

 

FlashMode

String

ImageAspect

FlashMode

todo: add xml comments in ImageAspect

 

FNumber

String

ImageAspect

FNumber

todo: add xml comments in ImageAspect

 

ISOSpeedRating

String

ImageAspect

ISOSpeedRating

todo: add xml comments in ImageAspect

 

Orientation

Int

ImageAspect

Orientation

 

 

MeteringMode

String

ImageAspect

MeteringMode

todo: add xml comments in ImageAspect

 

Latitude

Double

ImageAspect

Latitude

Latitude of the location (GPS, WGS84)

 

Longitude

Double

ImageAspect

Longitude

Longitude of the location (GPS, WGS84)

 

 

 

 

 

 

 

Country

String

ImageAspect

Country

 

 

State

String

ImageAspect

State

 

 

City

String

ImageAspect

City

 

 

User specific

 

 

 

 

 

Watched

Boolean

 

 

 

 

FirstPlayed

DateTime

 

 

 

 

LastPlayed

DateTime

MediaAspect

LastPlayed

 

 

PlayCount

Int

MediaAspect

PlayCount

 

 

ResumeTime

Int

 

 

 

 

Rating

Float

MediaAspect

Rating

 

 

   

 

This page has no comments.