Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.72 KB

Section.md

File metadata and controls

39 lines (34 loc) · 1.72 KB

Section

This class is intended to represent a library

Property List

Data type Property Description
bool allowSync Does this library allow sync/download
string art Library artwork
string composite
bool filters Are any filters assigned to the library
bool refreshing Should we refresh the metadata in the library
string thumb Library thumbnail
int key Library index
string libraryType What type of library is this (movie, show, photo, music)
string type What type of library is this (movie, show, photo, music)
string title Library title
string agent Library agent
string scanner Library scanner
string language Language the library is in
string uuid
DateTime createdAt Date and time the library was created
DateTime updatedAt Date/time the library was last updated
DateTime scannedAt Date/time the library was last scanned
int content
int directory
int contentChangedAt
bool hidden Is the library hidden
Location location Location data for the library

Function List

Visibility Function (parameters,...): return
public __construct(): void
public __get(string $var): mixed
Magic getter
public __set(string $var, mixed $val): void
Magic getter
public static fromLibrary(array $lib): Section
Create a Section of PlexApi call