Untergeordnete Seiten
  • Video

  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 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:

  1. MediaInfo
  2. MatroskaTag (VideoMetadataExtractor)
  3. 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

MediaAspect

Title

 

TITLE

Title

 

RecordingTime

DateTime

MediaAspect

RecordingTime

Mantis 4310

DATE_RELEASED only year --> parse date properly

Year only year --> parse date properly

 

Overview

String

VideoAspect

StoryPlot

 

SUMMARY

 

 

 

 

 

 

 

 

 

 

Genres

List(String)

VideoAspect

Genres

 

GENRE

Genres

 

Actors

List(String)

VideoAspect

Actors

 

ACTOR

Performers

 

 

 

ACTOR > CHARACTER

 

 

 

 

 

Directors

List(String)

VideoAspect

Directors

 

DIRECTOR

 

 

Writers

List(String)

VideoAspect

Writers

 

WRITTEN_BY?

 

 

Certification

List(String)

VideoAspect

Certification

 

LAW_RATING

 

 

Runtime

Int

VideoAspect

Runtime

 

 

 

 

Keywords

List(String)

MediaAspect

Keywords

 

KEYWORDS

 

 

User specific

 

 

 

 

 

 

 

Watched

Boolean

 

 

 

 

 

 

FirstPlayed

DateTime

 

 

 

 

 

 

LastPlayed

DateTime

MediaAspect

LastPlayed

 

 

 

 

PlayCount

Int

MediaAspect

PlayCount

 

PLAY_COUNTER

 

 

ResumeTime

Int

 

 

 

 

 

 

Rating

Float

MediaAspect

Rating

 

RATING

 

 

Technical information

 

Attribute

Type

 

MP2 MediaAspect

MP2 AspectAttribute

MediaInfo

MatroskaTag (TargetValue=50)

MP4tag

NFO file

Duration

Long

 

VideoAspect

Duration

 

 

 

 

IsDVD

Boolean

 

VideoAspect

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)

see Matroska's StereoMode

Mantis 4308

 

 

 

 

 

Audio stream details

 

 

 

 

 

 

 

 

AudioStreamCount

Int

 

VideoAspect

AudioStreamCount

 

 

 

 

AudioBitRate

Long

bits/second of first audio stream

VideoAspect

AudioBitRate

 

 

 

 

AudioEncoding

String

todo: Describe format multiple audio streams????

VideoAspect

AudioEncoding

 

 

 

 

AudioLanguages

List(String)

Values are stored as TwoLetterISOLanguageName

VideoAspect

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

VideoAspect

VideoBitRate

 

 

 

 

VideoEncoding

String

todo: Describe format

VideoAspect

VideoEncoding

 

 

 

 

Width

Int

pixels

VideoAspect

Width

 

 

 

 

Height

Int

pixels

VideoAspect

Height

 

 

 

 

AspectRatio

Float

might differ from ...

VideoAspect

AspectRatio

 

 

 

 

FPS

Int

 

VideoAspect

FPS

 

 

 

 

   

 

This page has no comments.