Wiki Navigation
- Loading...
Overview
This page gives an overview about available video information in general and how it has been implemented within MediaPortal 2.
It is mainly about technical or common video information. For movie or series specific infos consult their pages please.
Details
Movie import is managed by the VideoMetadataExtractor.
Video information are read in the following order:
- MediaInfo
- MatroskaTag (VideoMetadataExtractor)
- MP4Tag (VideoMetadataExtractor)
TagMapping
Legend:
Read by MP2
Not a standard tag, but read by MP2
See comment
Metadata is available in MP2, but not read
Metadata is not available in MP2, proposal added
Metadata is not available in MP2, nothing proposed
Non-technical information
Attribute | Type | MP2 MediaAspect | MP2 AspectAttribute | MediaInfo | MatroskaTag (TargetValue=50) | MP4tag | NFO file |
---|---|---|---|---|---|---|---|
Title | String | Title |
| Title |
| ||
RecordingTime | DateTime | RecordingTime | Mantis 4310 |
| |||
Overview | String | StoryPlot |
|
|
| ||
|
|
|
|
|
|
|
|
Genres | List(String) | Genres |
| Genres |
| ||
Actors | List(String) | Actors |
| Performers |
| ||
|
|
|
|
|
|
| |
Directors | List(String) | Directors |
|
|
| ||
Writers | List(String) | Writers |
|
|
| ||
Certification | List(String) | VideoAspect | Certification |
|
|
| |
Runtime | Int | VideoAspect | Runtime |
|
|
|
|
Keywords | List(String) | MediaAspect | Keywords |
|
|
| |
User specific |
|
|
|
|
|
|
|
Watched | Boolean |
|
|
|
|
|
|
FirstPlayed | DateTime |
|
|
|
|
|
|
LastPlayed | DateTime | LastPlayed |
|
|
|
| |
PlayCount | Int | PlayCount |
| PLAY_COUNTER |
|
| |
ResumeTime | Int |
|
|
|
|
|
|
Rating | Float | Rating |
| RATING |
|
|
Technical information
Attribute | Type |
| MP2 MediaAspect | MP2 AspectAttribute | MediaInfo | MatroskaTag (TargetValue=50) | MP4tag | NFO file |
---|---|---|---|---|---|---|---|---|
Duration | Long |
| Duration |
|
|
|
| |
IsDVD | Boolean |
| IsDVD |
|
|
|
| |
IsBluRay | Boolean |
|
|
|
|
|
|
|
IsArchive | Boolean |
|
|
|
|
|
|
|
IsStackedFile | Boolean | Defines if the file is a multi part file | Mantis 4302 |
|
|
|
|
|
FilePart | Int | should be the part number if the video is split into multiple files | Mantis 4302 |
|
|
|
|
|
Is3D | Boolean | should reflect the StereoMode blow | Mantis 4308 |
|
|
|
|
|
StereoMode | Enum (Int) | Mantis 4308 |
|
|
|
|
| |
Audio stream details |
|
|
|
|
|
|
|
|
AudioStreamCount | Int |
| AudioStreamCount |
|
|
|
| |
AudioBitRate | Long | bits/second of first audio stream | AudioBitRate |
|
|
|
| |
AudioEncoding | String | todo: Describe format multiple audio streams???? | AudioEncoding |
|
|
|
| |
AudioLanguages | List(String) | Values are stored as TwoLetterISOLanguageName | AudioLanguages |
|
|
|
| |
Subtitle stream details |
|
|
|
|
|
|
|
|
SubtitleStreamCount | Int |
|
|
|
|
|
|
|
SubtitleEncoding | String | todo: Describe format multiple subtitle streams???? |
|
|
|
|
|
|
SubtitleLanguages | List(String) | Values are stored as TwoLetterISOLanguageName |
|
|
|
|
|
|
Video stream details |
|
|
|
|
|
|
|
|
VideoBitRate | Long | bits/second | VideoBitRate |
|
|
|
| |
VideoEncoding | String | todo: Describe format | VideoEncoding |
|
|
|
| |
Width | Int | pixels | Width |
|
|
|
| |
Height | Int | pixels | Height |
|
|
|
| |
AspectRatio | Float | AspectRatio |
|
|
|
| ||
FPS | Int |
| FPS |
|
|
|
|
This page has no comments.