mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 12:37:46 +00:00
53 KiB
53 KiB
GetMetaDataByRatingKeyMetadata
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
RatingKey |
string | ➖ | N/A | 17 |
Key |
string | ➖ | N/A | /library/metadata/17 |
Guid |
string | ➖ | N/A | plex://movie/5d77683f6f4521001ea9dc53 |
Studio |
string | ➖ | N/A | Universal Pictures |
Type |
string | ➖ | N/A | movie |
Title |
string | ➖ | N/A | Serenity |
LibrarySectionTitle |
string | ➖ | N/A | Movies |
LibrarySectionID |
int | ➖ | N/A | 1 |
LibrarySectionKey |
string | ➖ | N/A | /library/sections/1 |
GrandparentTitle |
string | ➖ | The name of the album artist for the track when audio, and the name of the TV show for the episode when video. | |
ParentTitle |
string | ➖ | The name of the album for the track when audio, and the name of the season for the episode when TV show. | |
OriginalTitle |
string | ➖ | The orginal untranslated name of the media item when non-english. | |
Index |
long | ➖ | The index starting from 0 of this media item in the MetaData array. | |
ParentIndex |
long | ➖ | The parent index starting from 0 of this media item in the parent MetaData array. | |
ContentRating |
string | ➖ | N/A | PG-13 |
Summary |
string | ➖ | N/A | Serenity continues the story of the TV series it was based upon ("Firefly"). River Tam had a secret - one in which she's not even aware - so dangerous, no one's safe, as an Alliance operative's sent to capture her, and all others are considered irrelevant to his job. |
Rating |
double | ➖ | N/A | 8.2 |
AudienceRating |
double | ➖ | N/A | 9.1 |
Year |
int | ➖ | N/A | 2005 |
Tagline |
string | ➖ | N/A | They aim to misbehave. |
Thumb |
string | ➖ | N/A | /library/metadata/17/thumb/1705637165 |
Art |
string | ➖ | N/A | /library/metadata/17/art/1705637165 |
Duration |
int | ➖ | N/A | 141417 |
OriginallyAvailableAt |
LocalDate | ➖ | N/A | 2005-09-29 00:00:00 +0000 UTC |
AddedAt |
int | ➖ | N/A | 1705637164 |
UpdatedAt |
int | ➖ | N/A | 1705637165 |
AudienceRatingImage |
string | ➖ | N/A | rottentomatoes://image.rating.upright |
HasPremiumPrimaryExtra |
string | ➖ | N/A | 1 |
RatingImage |
string | ➖ | N/A | rottentomatoes://image.rating.ripe |
Media |
List<GetMetaDataByRatingKeyMedia> | ➖ | N/A | |
Genre |
List<GetMetaDataByRatingKeyGenre> | ➖ | N/A | |
Country |
List<GetMetaDataByRatingKeyCountry> | ➖ | N/A | |
Guids |
List<Guids> | ➖ | N/A | |
Ratings |
List<Ratings> | ➖ | N/A | |
Director |
List<GetMetaDataByRatingKeyDirector> | ➖ | N/A | |
Writer |
List<GetMetaDataByRatingKeyWriter> | ➖ | N/A | |
Role |
List<GetMetaDataByRatingKeyRole> | ➖ | N/A | |
Producer |
List<Producer> | ➖ | N/A |