Optionalinitpath: stringOptionalparent: PlexObjectDatetime this item was added to the library.
OptionalartOptionalartBlurHash string for artwork image.
Key to banner artwork (/library/metadata/
Unknown.
Content rating (PG-13; NR; TV-G).
Duration of show in milliseconds.
List of genre objects.
OptionalgrandparentPlex GUID (com.plexapp.agents.imdb://tt4302938?lang=en).
Plex index (?)
plex relative url
OptionallastDatetime item was last accessed.
Unknown.
OptionallibraryHardcoded as 'video' (useful for search filters).
Datetime show was released.
Optional ReadonlyparentWeakRef to the parent object that this object is built from.
(:class:~plexapi.client.PlexClient): Client objects playing this item (for active sessions).
Optionalplaylist(int): Playlist item ID (only populated for :class:~plexapi.playlist.Playlist items).
Show rating (7.9; 9.8; 8.1).
OptionalratingList of role objects.
Readonlyserver(:class:~plexapi.media.Session): Session object, for a playing media file.
(int): Active session key.
Studio that created show (Di Bonaventura Pictures; 21 Laps Entertainment).
Summary of the artist, track, or album.
Key to theme resource (/library/metadata/
URL to thumbnail image.
OptionalthumbBlurHash string for thumbnail image.
OptionaltitleOptionaltitleTitle to use when sorting (defaults to title).
(:class:~plexapi.media.TranscodeSession): Transcode Session object if item is being transcoded (None otherwise).
OptionaltypeOptionalupdatedDatetime this item was updated.
(str): Username of the person playing this item (for active sessions).
OptionalviewCount of times this item was accessed.
(datetime): Datetime item was last viewed (history).
Unknown.
OptionalyearStaticTAGxml element tag
StaticTYPExml element type
Alias of Show.roles
Retruns True if this is already a full object. A full object means all attributes were populated from the api path representing only this item. For example, the search result for a movie often only contain a portion of the attributes a full object (main url) for that movie would contain.
True if this show is fully watched.
Return the first first thumbnail url starting on the most specific thumbnail for that item.
Add a collection(s).
Add a genre(s).
Add a label(s).
Tell Plex Media Server to performs analysis on it this item to gather information. Analysis includes:
Returns all audio streams from all parts.
Returns a new PlayQueue from this media item.
Options for creating the PlayQueue
New PlayQueue instance
Delete a media element. This has to be enabled under settings > server > library in plex webui.
Edit an object.
Obj of settings to edit. Example: {'type': 1, 'id': movie.ratingKey, 'title.value': 'New Title', 'collection[0].tag.tag': 'Super', 'collection.locked': 0}
Set the content rating (e.g. PG-13, R, TV-MA).
Set the originally available at date (release date).
Set the sort title.
Set the studio.
Set the summary.
Set the title.
Optionalquery: Record<string, string | number>Use match result to update show metadata.
Match options.
Returns a stream URL that can be used for playback.
Additional URL parameters for transcoding options.
Get Play History for a media item.
Filter and paging options.
Returns True if this object is a child of the given class.
Returns all MediaPart objects across all Media entries.
Mark video as unwatched.
Mark video as watched.
Match options.
Examples:
video.matches()
video.matches({ title: "something", year: "2020" })
video.matches({ title: "something" })
video.matches({ year: "2020" })
video.matches({ title: "something", year: "" })
video.matches({ title: "", year: "2020" })
video.matches({ title: "", year: "" })
The default behaviour in Plex Web = no params in plexapi
Both title and year specified by user
Year automatically filled in
Title automatically filled in
Explicitly searches for title with blank year
Explicitly searches for blank title with year
I don't know what the user is thinking... return the same result as 1
For 2 to 7, the agent and language is automatically filled in
Returns list of available Poster objects.
Refreshing a Library or individual item causes the metadata for the item to be refreshed, even if it already has metadata. You can think of refreshing as "update metadata for the requested item even if it already has some". You should refresh a Library or individual item if:
load full data / reload the data for this object from this.key.
Optionalekey: stringOptionalargs: anyRemove a collection(s).
Remove a genre(s).
Remove a label(s).
Optionalquery: Record<string, string | number>Returns all subtitle streams from all parts.
Unmatches metadata match from object.
Update the play progress for this media item.
Current playback time in milliseconds.
Playback state ('playing', 'paused', 'stopped'). Default 'stopped'.
Update the timeline for this media item.
Current playback time in milliseconds.
Playback state ('playing', 'paused', 'stopped').
Total duration in milliseconds.
I haven't tested this yet. It may not work.
Returns all video streams from all media (first part of each).
Represents a single Show (including all seasons and episodes).