Untergeordnete Seiten
  • Movie

  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 movie meta data in general and how it has been implemented within MediaPortal 2.

Details

Movie import is managed by the MovieMetadataExtractor.

Movies are identified by IMDB id (ImdbMatcher) in the following order (first found counts):

  1. Folder and filename (ImdbMatcher call using the filepath)
  2. *.nfo / *.txt files (NfoReader)
  3. MatroskaTags (MatroskaMatcher)

Movie information are read in the following order:

  1. MatroskaTag (VideoMetadataExtractor)
  2. MP4Tag (VideoMetadataExtractor)
  3. TheMovieDB.com (MovieTheMovieDbMatcher)

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

Notes:

The MkvTagger column contains information about the tagging abilities of MkvTagger. If not specified the official Matroska tag is being used.

MovieCollection

Attribute

Type

MP2 MediaAspect

MP2 AspectAttribute

TMDBName (get: collection)

MatroskaTag (TargetValue=70)

MP4tag

NFO file

MkvTagger

TMDB id

Int

MovieAspect

CollectionID

id

 

 

 

 

Title

Int

MovieAspect

CollectionName

name

TITLE

 

movie > set

 

SortTitle

String

 

 

 

TITLE > SORT_WITH

 

 

planned

 

 

 

 

parts...

 

 

 

 

Keywords

String

 

 

 

KEYWORDS

 

 

 

Movie

Attribute

Type

MP2 MediaAspect

MP2 AspectAttribute

TMDBName (get: movie)

MatroskaTag (TargetValue=50)

MP4tag

NFO file

MkvTagger

Title

String

MovieAspect

MovieName

title

TITLE

 

title

 

SortTitle

String

 

 

 

TITLE > SORT_WITH

 

sorttitle

planned

TMDB id

Int

MovieAspect

TMDBID

id

 

 

tmdbId

TMDB

IMDB id

String

MovieAspect

IMDBID

imdb_id

IMDB

 

id

IMDB

 

 

 

 

 

 

 

 

 

Original title

String

MovieAspect

OrigName

original_title

ORIGINAL > TITLE

 

originaltitle

 

Tagline

String

MovieAspect

Tagline

tagline

SUBTITLE

 

tagline

 

Overview

String

VideoAspect

StoryPlot

overview

SUMMARY

 

plot

 

Release Date

DateTime

MediaAspect

RecordingTime

release_date only year is parsed

DATE_RELEASED only year is parsed

Mantis 4310

premiered year

 

Runtime

Int

MovieAspect

Runtime

runtime

 

 

runtime

 

Status

String

 

 

status

 

 

 

 

Budget

long

MovieAspect

Budget

budget

 

 

 

 

Revenue

long

MovieAspect

Revenue

revenue

 

 

 

 

Popularity

Float

MovieAspect

Popularity

current: popularity correct: average

RATING

 

rating

 

Certification

String

MovieAspect move to VideoAspect???

Certification

 

LAW_RATING

Mantis 4309

certification mpaa

implemented, but TMDB lookup not working, yet

Score ??????

Float

MovieAspect

Score

 

 

 

 

 

Production Companies

List(String)

 

 

production_companies

id

 

 

studio

 

name

 

 

 

 

 

 

 

 

 

Production Countries

List(String)

 

 

production_countries

iso_3166_1

 

 

country

 

name

 

 

 

 

 

 

 

 

 

Spoken Languages

List(String)

 

 

spoken_languages

iso_639_1

 

 

 

 

name

 

 

 

 

 

 

 

 

 

Genres

List(String)

VideoAspect

Genres

genres

id

GENRE

 

genre

 

name

 

 

 

 

 

 

 

 

 

Keywords

String

 

 

 

 

KEYWORDS

 

 

 

others

 

 

 

 

 

 

 

 

 

 

 

 

 

popularity

 

 

 

 

 

 

 

 

 

vote_count

 

 

votes

 

 

 

 

 

 

adult

 

 

 

 

 

 

 

 

 

belongs_to_collection

 

 

 

 

 

 

 

 

 

homepage

 

 

 

 

 

 

 

 

 

backdrop_path

 

 

 

 

 

 

 

 

 

poster_path

 

 

 

 

 

 

 

 

 

 

 

 

outline

 

 

 

 

 

 

 

 

 

thumb

 

 

 

 

 

 

 

 

 

fanart

 

 

 

 

 

 

 

 

 

trailer

 

 

 

 

 

 

 

 

 

actor > thumb

 

 

 

TMDBName (get: movie/casts)

 

 

 

 

 

 

 

 

Actors

List(String)

VideoAspect

Actors

casts

id

 

 

 

 

name

ACTOR

actor > name

 

 

 

 

 

 

 

character

ACTOR > CHARACTER

actor > role

planned

 

 

 

 

 

 

order

 

 

 

 

 

 

 

 

 

Directors

List(String)

VideoAspect

Directors

crew

id

DIRECTOR

 

director

 

name

 

 

 

 

 

 

 

 

 

job=Director

 

 

 

 

 

 

 

 

 

department

 

 

 

 

 

 

 

 

 

Writers

List(String)

VideoAspect

Writers

crew

id

WRITTEN_BY

 

credits

 

name

 

 

 

 

 

 

 

 

 

job=author

 

 

 

 

 

 

 

 

 

department

 

 

 

 

 

 

 

 

 

User specific

 

 

 

 

 

 

 

 

 

Watched

Boolean

 

 

 

 

 

watched

 

 

FirstPlayed

DateTime

 

 

 

 

 

 

 

 

LastPlayed

DateTime

MediaAspect

LastPlayed

 

 

 

 

 

 

PlayCount

Int

MediaAspect

PlayCount

 

PLAY_COUNTER

 

playcount

 

 

ResumeTime

Int

 

 

 

 

 

 

 

 

Rating

Float

MediaAspect

Rating

 

RATING

 

 

 

 

   

 

This page has no comments.