Wiki Navigation
- Loading...
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):
- Folder and filename (ImdbMatcher call using the filepath)
- *.nfo / *.txt files (NfoReader)
- MatroskaTags (MatroskaMatcher)
Movie information are read in the following order:
- MatroskaTag (VideoMetadataExtractor)
- MP4Tag (VideoMetadataExtractor)
- 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 | CollectionID | id |
|
|
|
| |
Title | Int | CollectionName | name |
| movie > set |
| ||
SortTitle | String |
|
|
|
|
| planned | |
|
|
|
|
|
|
|
| |
Keywords | String |
|
|
|
|
|
|
Movie
Attribute | Type | MP2 MediaAspect | MP2 AspectAttribute | TMDBName (get: movie) | MatroskaTag (TargetValue=50) | MP4tag | NFO file | MkvTagger | |
---|---|---|---|---|---|---|---|---|---|
Title | String | MovieName | title |
| title |
| |||
SortTitle | String |
|
|
|
| sorttitle | planned | ||
TMDB id | Int | TMDBID | id |
|
| tmdbId | TMDB | ||
IMDB id | String | IMDBID | imdb_id | IMDB |
| id | IMDB | ||
|
|
|
|
|
|
|
|
| |
Original title | String | OrigName | original_title | ORIGINAL > TITLE |
| originaltitle |
| ||
Tagline | String | Tagline | tagline |
| tagline |
| |||
Overview | String | StoryPlot | overview |
| plot |
| |||
Release Date | DateTime | RecordingTime | release_date only year is parsed | Mantis 4310 |
| ||||
Runtime | Int | Runtime | runtime |
|
| runtime |
| ||
Status | String |
|
| status |
|
|
|
| |
Budget | long | Budget | budget |
|
|
|
| ||
Revenue | long | Revenue | revenue |
|
|
|
| ||
Popularity | Float | Popularity | current: popularity correct: average | RATING |
| rating |
| ||
Certification | String | MovieAspect move to VideoAspect??? | Certification |
| Mantis 4309 | implemented, but TMDB lookup not working, yet | |||
Score ?????? | Float | 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) | Genres | genres | id |
| genre |
| ||
name |
|
|
|
|
|
|
|
|
|
Keywords | String |
|
|
|
|
|
|
| |
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) | Actors | casts | id |
|
|
|
| |
name | actor > name |
|
|
|
|
|
|
| |
character | actor > role | planned |
|
|
|
|
|
| |
order |
|
|
|
|
|
|
|
|
|
Directors | List(String) | Directors | crew | id |
| director |
| ||
name |
|
|
|
|
|
|
|
|
|
job=Director |
|
|
|
|
|
|
|
|
|
department |
|
|
|
|
|
|
|
|
|
Writers | List(String) | Writers | crew | id |
| credits |
| ||
name |
|
|
|
|
|
|
|
|
|
job=author |
|
|
|
|
|
|
|
|
|
department |
|
|
|
|
|
|
|
|
|
User specific |
|
|
|
|
|
|
|
|
|
Watched | Boolean |
|
|
|
|
| watched |
|
|
FirstPlayed | DateTime |
|
|
|
|
|
|
|
|
LastPlayed | DateTime | LastPlayed |
|
|
|
|
|
| |
PlayCount | Int | PlayCount |
| PLAY_COUNTER |
| playcount |
|
| |
ResumeTime | Int |
|
|
|
|
|
|
|
|
Rating | Float | Rating |
| RATING |
|
|
|
|
This page has no comments.