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

4.0 KiB

GetAllLibrariesMediaContainer

Example Usage

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

let value: GetAllLibrariesMediaContainer = {
  size: 5,
  allowSync: false,
  title1: "Plex Library",
  directory: [
    {
      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
size number ✔️ N/A 5
allowSync boolean ✔️ N/A false
title1 string ✔️ N/A Plex Library
directory operations.GetAllLibrariesDirectory[] ✔️ N/A