Wiki Navigation
- Loading...
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:
- OpenStreetMap.org Nominatim (source code)
- 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 | Title |
|
| |
MimeType | String | MimeType |
|
| |
RecordingTime | DateTime | RecordingTime |
|
| |
Comment | String | Comment |
|
| |
DateAdded | DateTime |
|
|
|
|
Keywords | String |
|
|
|
|
|
|
|
|
|
|
Width | Int | Width | pixels todo: add xml comments in ImageAspect |
| |
Height | Int | Height | pixels todo: add xml comments in ImageAspect |
| |
|
|
|
|
|
|
EquipmentMake | String | EquipmentMake | todo: add xml comments in ImageAspect |
| |
EquipmentModel | String | EquipmentModel | todo: add xml comments in ImageAspect |
| |
ExposureBias | String | ExposureBias | todo: add xml comments in ImageAspect |
| |
ExposureTime | String | ExposureTime | todo: add xml comments in ImageAspect |
| |
FlashMode | String | FlashMode | todo: add xml comments in ImageAspect |
| |
FNumber | String | FNumber | todo: add xml comments in ImageAspect |
| |
ISOSpeedRating | String | ISOSpeedRating | todo: add xml comments in ImageAspect |
| |
Orientation | Int | Orientation |
|
| |
MeteringMode | String | MeteringMode | todo: add xml comments in ImageAspect |
| |
Latitude | Double | Latitude | Latitude of the location (GPS, WGS84) |
| |
Longitude | Double | Longitude | Longitude of the location (GPS, WGS84) |
| |
|
|
|
|
|
|
Country | String | Country |
|
| |
State | String | State |
|
| |
City | String | City |
|
| |
User specific |
|
|
|
|
|
Watched | Boolean |
|
|
|
|
FirstPlayed | DateTime |
|
|
|
|
LastPlayed | DateTime | LastPlayed |
|
| |
PlayCount | Int | PlayCount |
|
| |
ResumeTime | Int |
|
|
|
|
Rating | Float | Rating |
|
|
This page has no comments.