Optional
initpath: stringOptional
parent: PlexObjectOptional
artOptional
libraryOptional
Readonly
parentWeakRef to the parent object that this object is built from.
Optional
ratingReadonly
serverOptional
titleOptional
typeOptional
yearStatic
TAGxml element tag
Static
TYPExml element type
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.
Tell Plex Media Server to performs analysis on it this item to gather information. Analysis includes:
Use match result to update show metadata.
Optional
searchResult: SearchResultSearch result
True uses first match from matches, False allows user to provide the match
(str): Agent name to be used (imdb, thetvdb, themoviedb, etc.)
Returns a list of all items in the collection.
Optional
agent: stringAgent name to be used (imdb, thetvdb, themoviedb, etc.)
Optional
title: stringTitle of item to search for
Optional
year: stringYear of item to search in
Optional
language: stringLanguage of item to search in
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
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:
plex relative url