mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 12:37:46 +00:00
87 KiB
87 KiB
GetMediaMetaDataMetadata
Unknown
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
RatingKey |
string | ✔️ | The rating key (Media ID) of this media item. Note: Although this is always an integer, it is represented as a string in the API. | 58683 |
Key |
string | ✔️ | The unique key for the media item. | /library/metadata/58683 |
Guid |
string | ✔️ | The globally unique identifier for the media item. | plex://movie/5d7768ba96b655001fdc0408 |
Slug |
string | ✔️ | A URL‐friendly version of the media title. | 4-for-texas |
Studio |
string | ➖ | The studio that produced the media item. | 20th Century Studios |
Type |
GetMediaMetaDataType | ✔️ | N/A | movie |
Title |
string | ✔️ | The title of the media item. | Avatar: The Way of Water |
TitleSort |
string | ✔️ | The sort title used for ordering media items. | Whale |
ContentRating |
string | ➖ | The content rating for the media item. | PG-13 |
Summary |
string | ✔️ | A synopsis of the media item. | Jake Sully lives with his newfound family formed on the extrasolar moon Pandora. Once a familiar threat returns to finish what was previously started, Jake must work with Neytiri and the army of the Na'vi race to protect their home. |
Rating |
float | ✔️ | The critic rating for the media item. | 7.6 |
AudienceRating |
double | ✔️ | The audience rating for the media item. | 9.2 |
Year |
int | ➖ | The release year of the media item. | 2022 |
Tagline |
string | ✔️ | A brief tagline for the media item. | Return to Pandora. |
Thumb |
string | ✔️ | The thumbnail image URL for the media item. | /library/metadata/58683/thumb/1703239236 |
Art |
string | ✔️ | The art image URL for the media item. | /library/metadata/58683/art/1703239236 |
Theme |
string | ✔️ | The theme URL for the media item. | /library/metadata/1/theme/1705636920 |
Index |
int | ✔️ | The index position of the media item. | 1 |
LeafCount |
int | ➖ | The number of leaf items (end nodes) under this media item. | 14 |
ViewedLeafCount |
int | ➖ | The number of leaf items that have been viewed. | 0 |
ChildCount |
int | ✔️ | The number of child items associated with this media item. | 1 |
SeasonCount |
int | ✔️ | The total number of seasons (for TV shows). | 2022 |
Duration |
int | ✔️ | The duration of the media item in milliseconds. | 11558112 |
OriginallyAvailableAt |
LocalDate | ✔️ | The original release date of the media item. | 2022-12-14 |
AddedAt |
long | ✔️ | N/A | 1556281940 |
UpdatedAt |
long | ➖ | Unix epoch datetime in seconds | 1556281940 |
AudienceRatingImage |
string | ➖ | The URL for the audience rating image. | rottentomatoes://image.rating.upright |
ChapterSource |
string | ➖ | The source from which chapter data is derived. | media |
PrimaryExtraKey |
string | ➖ | The primary extra key associated with this media item. | /library/metadata/58684 |
OriginalTitle |
string | ➖ | The original title of the media item (if different). | 映画 ブラッククローバー 魔法帝の剣 |
ParentRatingKey |
string | ➖ | The rating key of the parent media item. | 66 |
GrandparentRatingKey |
string | ➖ | The rating key of the grandparent media item. | 66 |
ParentGuid |
string | ➖ | The GUID of the parent media item. | plex://show/5d9c081b170e24001f2a7be4 |
GrandparentGuid |
string | ➖ | The GUID of the grandparent media item. | plex://show/5d9c081b170e24001f2a7be4 |
GrandparentSlug |
string | ➖ | The slug for the grandparent media item. | alice-in-borderland-2020 |
GrandparentKey |
string | ➖ | The key of the grandparent media item. | /library/metadata/66 |
ParentKey |
string | ➖ | The key of the parent media item. | /library/metadata/66 |
GrandparentTitle |
string | ➖ | The title of the grandparent media item. | Caprica |
GrandparentThumb |
string | ➖ | The thumbnail URL for the grandparent media item. | /library/metadata/66/thumb/1705716261 |
GrandparentTheme |
string | ➖ | The theme URL for the grandparent media item. | /library/metadata/66/theme/1705716261 |
GrandparentArt |
string | ➖ | The art URL for the grandparent media item. | /library/metadata/66/art/1705716261 |
ParentTitle |
string | ➖ | The title of the parent media item. | Caprica |
ParentIndex |
int | ➖ | The index position of the parent media item. | 1 |
ParentThumb |
string | ➖ | The thumbnail URL for the parent media item. | /library/metadata/66/thumb/1705716261 |
RatingImage |
string | ➖ | The URL for the rating image. | rottentomatoes://image.rating.ripe |
ViewCount |
int | ➖ | The number of times this media item has been viewed. | 1 |
ViewOffset |
int | ➖ | The current playback offset (in milliseconds). | 5222500 |
SkipCount |
int | ➖ | The number of times this media item has been skipped. | 1 |
Subtype |
string | ➖ | A classification that further describes the type of media item. For example, 'clip' indicates that the item is a short video clip. | clip |
LastRatedAt |
long | ➖ | The Unix timestamp representing the last time the item was rated. | 1721813113 |
CreatedAtAccuracy |
string | ➖ | The accuracy of the creation timestamp. This value indicates the format(s) provided (for example, 'epoch,local' means both epoch and local time formats are available). | epoch,local |
CreatedAtTZOffset |
string | ➖ | The time zone offset for the creation timestamp, represented as a string. This offset indicates the difference from UTC. | 0 |
LastViewedAt |
int | ➖ | Unix timestamp for when the media item was last viewed. | 1682752242 |
UserRating |
float | ➖ | The rating provided by a user for the item. This value is expressed as a decimal number. | 10 |
Image |
List<GetMediaMetaDataImage> | ➖ | N/A | |
UltraBlurColors |
GetMediaMetaDataUltraBlurColors | ➖ | N/A | |
LibrarySectionID |
long | ✔️ | The identifier for the library section. | 1 |
LibrarySectionTitle |
string | ✔️ | The title of the library section. | Movies |
LibrarySectionKey |
string | ✔️ | The key corresponding to the library section. | /library/sections/1 |
Guids |
List<GetMediaMetaDataGuids> | ➖ | N/A | |
Media |
List<GetMediaMetaDataMedia> | ➖ | N/A | |
Genre |
List<GetMediaMetaDataGenre> | ➖ | N/A | |
Country |
List<GetMediaMetaDataCountry> | ➖ | N/A | |
Director |
List<GetMediaMetaDataDirector> | ➖ | N/A | |
Writer |
List<GetMediaMetaDataWriter> | ➖ | N/A | |
Producer |
List<GetMediaMetaDataProducer> | ➖ | N/A | |
Role |
List<GetMediaMetaDataRole> | ➖ | N/A | |
Ratings |
List<Ratings> | ➖ | N/A | |
Similar |
List<GetMediaMetaDataSimilar> | ➖ | N/A | |
Location |
List<GetMediaMetaDataLocation> | ➖ | N/A | |
Chapter |
List<Chapter> | ➖ | N/A | |
Marker |
List<Marker> | ➖ | N/A | |
Extras |
Extras | ➖ | N/A |