-
Notifications
You must be signed in to change notification settings - Fork 113
Plex Metadata Fields Available
ZeroQI edited this page Sep 13, 2016
·
12 revisions
TSEMAGT | Metadata Model Classes | Description - Source: http://dev.plexapp.com/docs/agents/models.html |
---|---|---|
X______ | class TV_Show | Represents a TV show, or the top -level of other episodic content. |
X____ | class Season | Represents a season of a TV show. |
X__ | class Episode | Represents an episode of a TV show or other episodic content. |
X | class Movie | Represents a movie (e.g. a theatrical release, independent film, home movie, etc.) |
__X | class Album | Represents a music album. |
____X | class Artist | Represents an artist or group. |
______X | Track | Represents an audio track (e.g. music, audiobook, podcast, etc.) |
------- | ---------------------- | --------------------------------------------------------------------------------------- |
X_XXXX_ | title | A string specifying the title. |
XXXXXX_ | summary | A string specifying the summary. |
X_XXX__ | originally_available_at | A date object specifying the movie/episode’s original release date. |
X_XXXX_ | rating | A float between 0 and 10 specifying the movie/episode’s rating. |
X__XX__ | studio | A string specifying the studio. |
X__XX__ | countries | A set of strings specifying the countries involved in the production of the movie. |
X__X___ | duration | An integer specifying the duration of the movie, in milliseconds. |
X__XXX_ | genres | A set of strings specifying the movie’s genre. |
X__XXX_ | tags | A set of strings specifying the movie’s tags. |
X__XXX_ | collections | A set of strings specifying the movie’s collections. |
X__X___ | content_rating | A string specifying the movie’s content rating. |
X__ | absolute_index | An integer specifying the absolute index of the episode within the entire series. |
______X | name | A string specifying the track’s name. |
X____ | episodes | A map of Episode objects. |
__X | tracks | A map of Track objects. |
------- | ---------------------- | --------------------------------------------------------------------------------------- |
XX_ | writers | A set of strings specifying the writers. |
XX_ | directors | A set of strings specifying the directors. |
XXX | producers | A set of strings specifying the producers. |
------- | ---------------------- | --------------------------------------------------------------------------------------- |
X | year | An integer specifying the movie’s release year. |
X | content_rating_age | A string specifying the minumum age for viewers of the movie. |
X | trivia | A string containing trivia about the movie. |
X | quotes | A string containing memorable quotes from the movie. |
_XX | original_title | A string specifying the original title. |
X | tagline | A string specifying the tagline. |
------- | ---------------------- | --------------------------------------------------------------------------------------------------- |
X__X_X_ | art | A container of proxy objects representing the movie’s background art. |
XX_XXX_ | posters | A container of proxy objects representing the movie’s posters. |
XX_____ | banners | A container of proxy objects representing the season’s banner images. |
X__X_X_ | themes | A container of proxy objects representing the movie’s theme music. |
X__ | thumbs | A container of proxy objects representing the episode’s thumbnail images. |
------- | ---------------------- | --------------------------------------------------------------------------------------- |
Metadata source | AniDB.net | TheTVDB.com | TheMovieDB.net | OBDbAPI.com | Plex TVDB Themes | Scudlee's mapping file |
---|---|---|---|---|---|---|
Metadata Hama tags | anidb | tvdb, tvdb2, tvdb3, tvdb4 | tmdb, tsdb | imdb | N/A | N/A |
------------------ | --------- | ----------- | -------------- | ------------ | ----------------- | ---------------------- |
TV_Show - Serie - title | Yes | Yes | ||||
TV_Show - Serie - summary | Yes | Yes | ||||
TV_Show - Serie - originally_available_at | Yes | Yes | ||||
TV_Show - Serie - rating | Yes | Yes | ||||
TV_Show - Serie - studio | Yes | Yes | Yes (If not in AniDB) | |||
TV_Show - Serie - countries | ? | ? | ||||
TV_Show - Serie - duration | No | No | ||||
TV_Show - Serie - genres | Yes | Yes | ||||
TV_Show - Serie - tags | ? | ? | ||||
TV_Show - Serie - collections | Yes (related_anime) | ? | Yes (Movie only) | |||
TV_Show - Serie - content_rating | Yes | Yes | ||||
TV_Show - Serie - art | No | Yes | Yes | |||
TV_Show - Serie - posters | Yes (variable low res) | Yes | Yes | Yes | ||
TV_Show - Serie - banners | No | Yes | No | |||
TV_Show - Serie - themes | No | No | Yes | |||
--- | --- | --- | --- | --- | --- | --- |
TV_Show - Season - summary | No | No | ||||
TV_Show - Season - posters | No | Yes | ||||
TV_Show - Season - banners | No | Yes | ||||
--- | --- | --- | --- | --- | --- | --- |
TV_Show - Episode - title | Yes | Yes | ||||
TV_Show - Episode - summary | No | Yes | ||||
TV_Show - Episode - originally_available_at | Yes | Yes | ||||
TV_Show - Episode - rating | No | Yes | ||||
TV_Show - Episode - absolute_index | Yes | Yes (on some series) | ||||
TV_Show - Episode - writers | Yes | Yes | ||||
TV_Show - Episode - directors | Yes | Yes | ||||
TV_Show - Episode - producers | Yes | Yes | ||||
TV_Show - Episode - thumbs | No | Yes | ||||
--- | --- | --- | --- | --- | --- | --- |