Files
plexjs/docs/sdk/models/operations/getalllibrariesdirectory.md

12 KiB

GetAllLibrariesDirectory

Example Usage

import { GetAllLibrariesDirectory } from "@lukehagar/plexjs/sdk/models/operations";

let value: GetAllLibrariesDirectory = {
  allowSync: true,
  art: "/:/resources/movie-fanart.jpg",
  composite: "/library/sections/1/composite/1705615584",
  filters: true,
  refreshing: false,
  thumb: "/:/resources/movie.png",
  key: "1",
  type: "movie",
  title: "Movies",
  agent: "tv.plex.agents.movie",
  scanner: "Plex Movie",
  language: "en-US",
  uuid: "322a231a-b7f7-49f5-920f-14c61199cd30",
  updatedAt: 1556281940,
  createdAt: 1556281940,
  scannedAt: 1556281940,
  content: true,
  directory: true,
  contentChangedAt: 1556281940,
  hidden: 0,
  location: [
    {
      id: 1,
      path: "/movies",
    },
  ],
};

Fields

Field Type Required Description Example
allowSync boolean ✔️ N/A true
art string ✔️ N/A /:/resources/movie-fanart.jpg
composite string ✔️ N/A /library/sections/1/composite/1705615584
filters boolean ✔️ N/A true
refreshing boolean ✔️ N/A false
thumb string ✔️ N/A /:/resources/movie.png
key string ✔️ N/A 1
type string ✔️ N/A movie
title string ✔️ N/A Movies
agent string ✔️ N/A tv.plex.agents.movie
scanner string ✔️ N/A Plex Movie
language string ✔️ N/A en-US
uuid string ✔️ N/A 322a231a-b7f7-49f5-920f-14c61199cd30
updatedAt number ✔️ Unix epoch datetime in seconds 1556281940
createdAt number ✔️ Unix epoch datetime in seconds 1556281940
scannedAt number ✔️ Unix epoch datetime in seconds 1556281940
content boolean ✔️ N/A true
directory boolean ✔️ N/A true
contentChangedAt number ✔️ Unix epoch datetime in seconds 1556281940
hidden number ✔️ N/A 0
location operations.GetAllLibrariesLocation[] ✔️ N/A