From a0a13b351714a9f6669719e5c20a80100a63947b Mon Sep 17 00:00:00 2001 From: Christian Benincasa Date: Fri, 16 Jan 2026 12:49:39 -0500 Subject: [PATCH] fix: sort nested program queries by index Allows specification of sorting in the search API now --- docs/generated/tunarr-v1.0.18-openapi.json | 1 + eslint.config.mjs | 1 + server/src/commands/SearchProgramsCommand.ts | 1 + server/src/services/MeilisearchService.ts | 25 +++++- types/src/api/search.ts | 15 +++- .../components/library/LibraryProgramGrid.tsx | 13 ++- .../generated/@tanstack/react-query.gen.ts | 63 ++------------- web/src/generated/sdk.gen.ts | 18 +---- web/src/generated/types.gen.ts | 79 +------------------ 9 files changed, 60 insertions(+), 156 deletions(-) create mode 100644 docs/generated/tunarr-v1.0.18-openapi.json diff --git a/docs/generated/tunarr-v1.0.18-openapi.json b/docs/generated/tunarr-v1.0.18-openapi.json new file mode 100644 index 00000000..320de1d2 --- /dev/null +++ b/docs/generated/tunarr-v1.0.18-openapi.json @@ -0,0 +1 @@ +{"openapi":"3.0.3","info":{"title":"Tunarr","description":"Tunarr API","version":"1.0.18"},"components":{"schemas":{"ShowInput":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["show"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"]}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"summary":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"plot":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"tagline":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]}},"required":["name"]}},"childCount":{"type":"number","minimum":0},"grandchildCount":{"type":"number","minimum":0},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"]}},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"]}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]}},"required":["name"]}},"rating":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"releaseDate":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"seasons":{"type":"array","items":{"$ref":"#/components/schemas/SeasonInput"}}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","summary","plot","tagline","genres","artwork","actors","studios","rating","releaseDate","releaseDateString","year"]},"SeasonInput":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["season"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"]}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"summary":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"plot":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"tagline":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]}},"required":["name"]}},"childCount":{"type":"number","minimum":0},"grandchildCount":{"type":"number","minimum":0},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"]}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]}},"required":["name"]}},"index":{"type":"number","minimum":0},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"show":{"$ref":"#/components/schemas/ShowInput"},"episodes":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["episode"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"]}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"]}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"]},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"]},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"]}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime"]}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"]},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"]}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"]}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"]}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]}},"required":["name"]}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]}},"required":["name"]}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"]}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"]}},"state":{"type":"string","enum":["ok","missing"]},"episodeNumber":{"type":"number","minimum":0},"summary":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state","episodeNumber","summary"]}}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","summary","plot","tagline","artwork","studios","index","year","releaseDate","releaseDateString"]},"EpisodeInput":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["episode"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"]}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"]}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"]},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"]},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"]}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime"]}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"]},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"]}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"]}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"]}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]}},"required":["name"]}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]}},"required":["name"]}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"]}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"]}},"state":{"type":"string","enum":["ok","missing"]},"episodeNumber":{"type":"number","minimum":0},"summary":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"season":{"$ref":"#/components/schemas/SeasonInput"},"show":{"$ref":"#/components/schemas/ShowInput"}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state","episodeNumber","summary"]},"MusicArtistInput":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["artist"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"]}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"summary":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"plot":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"tagline":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]}},"required":["name"]}},"childCount":{"type":"number","minimum":0},"grandchildCount":{"type":"number","minimum":0},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"]}},"albums":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["album"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"]}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"summary":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"plot":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"tagline":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]}},"required":["name"]}},"childCount":{"type":"number","minimum":0},"grandchildCount":{"type":"number","minimum":0},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"]}},"index":{"type":"number"},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]}},"required":["name"]}}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","summary","plot","tagline","artwork","year","releaseDate","releaseDateString"]}}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","summary","plot","tagline","artwork"]},"MusicAlbumInput":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["album"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"]}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"summary":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"plot":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"tagline":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]}},"required":["name"]}},"childCount":{"type":"number","minimum":0},"grandchildCount":{"type":"number","minimum":0},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"]}},"index":{"type":"number"},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]}},"required":["name"]}},"artist":{"$ref":"#/components/schemas/MusicArtistInput"},"tracks":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["track"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"]}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"description":"Epoch timestamp","anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"]}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"]},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"]},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"]}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime"]}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"]},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"]}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"]}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"]}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]}},"required":["name"]}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]}},"required":["name"]}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"]}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"]}},"state":{"type":"string","enum":["ok","missing"]},"trackNumber":{"type":"number","minimum":0}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state","trackNumber"]}}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","summary","plot","tagline","artwork","year","releaseDate","releaseDateString"]},"MusicTrackInput":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["track"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"]}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"description":"Epoch timestamp","anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"]}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"]},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"]},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"]}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime"]}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"]},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"]}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"]}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"]}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]}},"required":["name"]}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"]},{"nullable":true,"enum":[null]}]}},"required":["name"]}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"]}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"]}},"state":{"type":"string","enum":["ok","missing"]},"trackNumber":{"type":"number","minimum":0},"album":{"$ref":"#/components/schemas/MusicAlbumInput"},"artist":{"$ref":"#/components/schemas/MusicArtistInput"}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state","trackNumber"]},"PlexFilterInput":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["op"]},"op":{"anyOf":[{"type":"string","enum":["or"]},{"type":"string","enum":["and"]}]},"children":{"type":"array","items":{"$ref":"#/components/schemas/PlexFilterInput"}}},"required":["type","op","children"]},{"type":"object","properties":{"type":{"type":"string","enum":["value"]},"field":{"type":"string"},"fieldType":{"type":"string"},"op":{"type":"string"},"value":{"type":"string"}},"required":["type","field","op","value"]}]},"SearchFilterInput":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["op"]},"op":{"type":"string","enum":["or","and"]},"children":{"type":"array","items":{"$ref":"#/components/schemas/SearchFilterInput"}}},"required":["type","op","children"]},{"type":"object","properties":{"type":{"type":"string","enum":["value"]},"fieldSpec":{"anyOf":[{"type":"object","properties":{"key":{"type":"string"},"name":{"type":"string"},"type":{"type":"string","enum":["string"]},"op":{"type":"string","enum":["=","!=","contains","starts with","in","not in"]},"value":{"type":"array","items":{"type":"string"}}},"required":["key","name","type","op","value"]},{"type":"object","properties":{"key":{"type":"string"},"name":{"type":"string"},"type":{"type":"string","enum":["facted_string"]},"op":{"type":"string","enum":["=","!=","contains","starts with","in","not in"]},"value":{"type":"array","items":{"type":"string"}}},"required":["key","name","type","op","value"]},{"type":"object","properties":{"key":{"type":"string"},"name":{"type":"string"},"type":{"type":"string","enum":["numeric"]},"op":{"type":"string","enum":["=","!=","<",">","<=",">=","to"]},"value":{"anyOf":[{"type":"number"},{"type":"array","minItems":2,"maxItems":2,"items":{"oneOf":[{"type":"number"},{"type":"number"}]}}]}},"required":["key","name","type","op","value"]},{"type":"object","properties":{"key":{"type":"string"},"name":{"type":"string"},"type":{"type":"string","enum":["date"]},"op":{"type":"string","enum":["=","!=","<",">","<=",">=","to"]},"value":{"anyOf":[{"type":"number"},{"type":"array","minItems":2,"maxItems":2,"items":{"oneOf":[{"type":"number"},{"type":"number"}]}}]}},"required":["key","name","type","op","value"]}]}},"required":["type","fieldSpec"]}]},"Show":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["show"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"summary":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"plot":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"tagline":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"childCount":{"type":"number","minimum":0},"grandchildCount":{"type":"number","minimum":0},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"rating":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"releaseDate":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"seasons":{"type":"array","items":{"$ref":"#/components/schemas/Season"}}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","summary","plot","tagline","genres","artwork","actors","studios","rating","releaseDate","releaseDateString","year"],"additionalProperties":false},"Season":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["season"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"summary":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"plot":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"tagline":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"childCount":{"type":"number","minimum":0},"grandchildCount":{"type":"number","minimum":0},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"index":{"type":"number","minimum":0},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"show":{"$ref":"#/components/schemas/Show"},"episodes":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["episode"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"],"additionalProperties":false}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime","chapterType"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"],"additionalProperties":false},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"state":{"type":"string","enum":["ok","missing"]},"episodeNumber":{"type":"number","minimum":0},"summary":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state","episodeNumber","summary"],"additionalProperties":false}}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","summary","plot","tagline","artwork","studios","index","year","releaseDate","releaseDateString"],"additionalProperties":false},"Episode":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["episode"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"],"additionalProperties":false}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime","chapterType"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"],"additionalProperties":false},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"state":{"type":"string","enum":["ok","missing"]},"episodeNumber":{"type":"number","minimum":0},"summary":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"season":{"$ref":"#/components/schemas/Season"},"show":{"$ref":"#/components/schemas/Show"}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state","episodeNumber","summary"],"additionalProperties":false},"MusicArtist":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["artist"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"summary":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"plot":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"tagline":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"childCount":{"type":"number","minimum":0},"grandchildCount":{"type":"number","minimum":0},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"albums":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["album"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"summary":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"plot":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"tagline":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"childCount":{"type":"number","minimum":0},"grandchildCount":{"type":"number","minimum":0},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"index":{"type":"number"},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","summary","plot","tagline","artwork","year","releaseDate","releaseDateString"],"additionalProperties":false}}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","summary","plot","tagline","artwork"],"additionalProperties":false},"MusicAlbum":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["album"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"summary":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"plot":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"tagline":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"childCount":{"type":"number","minimum":0},"grandchildCount":{"type":"number","minimum":0},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"index":{"type":"number"},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"artist":{"$ref":"#/components/schemas/MusicArtist"},"tracks":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["track"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"description":"Epoch timestamp","anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"],"additionalProperties":false}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime","chapterType"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"],"additionalProperties":false},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"state":{"type":"string","enum":["ok","missing"]},"trackNumber":{"type":"number","minimum":0}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state","trackNumber"],"additionalProperties":false}}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","summary","plot","tagline","artwork","year","releaseDate","releaseDateString"],"additionalProperties":false},"MusicTrack":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["track"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"description":"Epoch timestamp","anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"],"additionalProperties":false}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime","chapterType"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"],"additionalProperties":false},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"state":{"type":"string","enum":["ok","missing"]},"trackNumber":{"type":"number","minimum":0},"album":{"$ref":"#/components/schemas/MusicAlbum"},"artist":{"$ref":"#/components/schemas/MusicArtist"}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state","trackNumber"],"additionalProperties":false},"PlexFilter":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["op"]},"op":{"anyOf":[{"type":"string","enum":["or"]},{"type":"string","enum":["and"]}]},"children":{"type":"array","items":{"$ref":"#/components/schemas/PlexFilter"}}},"required":["type","op","children"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["value"]},"field":{"type":"string"},"fieldType":{"type":"string"},"op":{"type":"string"},"value":{"type":"string"}},"required":["type","field","op","value"],"additionalProperties":false}]},"SearchFilter":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["op"]},"op":{"type":"string","enum":["or","and"]},"children":{"type":"array","items":{"$ref":"#/components/schemas/SearchFilter"}}},"required":["type","op","children"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["value"]},"fieldSpec":{"anyOf":[{"type":"object","properties":{"key":{"type":"string"},"name":{"type":"string"},"type":{"type":"string","enum":["string"]},"op":{"type":"string","enum":["=","!=","contains","starts with","in","not in"]},"value":{"type":"array","items":{"type":"string"}}},"required":["key","name","type","op","value"],"additionalProperties":false},{"type":"object","properties":{"key":{"type":"string"},"name":{"type":"string"},"type":{"type":"string","enum":["facted_string"]},"op":{"type":"string","enum":["=","!=","contains","starts with","in","not in"]},"value":{"type":"array","items":{"type":"string"}}},"required":["key","name","type","op","value"],"additionalProperties":false},{"type":"object","properties":{"key":{"type":"string"},"name":{"type":"string"},"type":{"type":"string","enum":["numeric"]},"op":{"type":"string","enum":["=","!=","<",">","<=",">=","to"]},"value":{"anyOf":[{"type":"number"},{"type":"array","minItems":2,"maxItems":2,"items":{"oneOf":[{"type":"number"},{"type":"number"}]}}]}},"required":["key","name","type","op","value"],"additionalProperties":false},{"type":"object","properties":{"key":{"type":"string"},"name":{"type":"string"},"type":{"type":"string","enum":["date"]},"op":{"type":"string","enum":["=","!=","<",">","<=",">=","to"]},"value":{"anyOf":[{"type":"number"},{"type":"array","minItems":2,"maxItems":2,"items":{"oneOf":[{"type":"number"},{"type":"number"}]}}]}},"required":["key","name","type","op","value"],"additionalProperties":false}]}},"required":["type","fieldSpec"],"additionalProperties":false}]}}},"paths":{"/api/tasks":{"get":{"tags":["System","Tasks"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"scheduledTasks":{"type":"array","items":{"type":"object","properties":{"running":{"type":"boolean"},"lastExecution":{"type":"string"},"lastExecutionEpoch":{"type":"number"},"nextExecution":{"type":"string"},"nextExecutionEpoch":{"type":"number"},"args":{"anyOf":[{"anyOf":[{"type":"object","properties":{},"additionalProperties":false},{"type":"string"}]}]}},"required":["running","args"],"additionalProperties":false}}},"required":["id","name","scheduledTasks"],"additionalProperties":false}}}}}}}},"/api/tasks/{id}/run":{"post":{"tags":["System","Tasks"],"requestBody":{"content":{"application/json":{"schema":{}}}},"parameters":[{"schema":{"default":true,"anyOf":[{"type":"boolean"},{"type":"string"}]},"in":"query","name":"background","required":false},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"202":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"400":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/api/channels":{"get":{"operationId":"getChannels","tags":["Channels"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"disableFillerOverlay":{"type":"boolean"},"duration":{"type":"number"},"fallback":{"type":"array","items":{"type":"object","properties":{"artistName":{"type":"string"},"albumName":{"type":"string"},"channel":{"type":"string"},"customOrder":{"type":"number"},"customShowId":{"type":"string"},"customShowName":{"type":"string"},"date":{"type":"string"},"duration":{"type":"number"},"episode":{"type":"number"},"episodeIcon":{"type":"string"},"file":{"type":"string"},"id":{"type":"string"},"icon":{"type":"string"},"key":{"type":"string"},"plexFile":{"type":"string"},"rating":{"type":"string"},"externalKey":{"type":"string"},"season":{"type":"number"},"seasonIcon":{"type":"string"},"serverKey":{"type":"string"},"showIcon":{"type":"string"},"showTitle":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"summary":{"type":"string"},"title":{"type":"string"},"type":{"anyOf":[{"type":"string","enum":["movie"]},{"type":"string","enum":["episode"]},{"type":"string","enum":["track"]},{"type":"string","enum":["redirect"]},{"type":"string","enum":["custom"]},{"type":"string","enum":["flex"]}]},"year":{"type":"number"}},"required":["duration","id","sourceType","type"],"additionalProperties":false}},"fillerCollections":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"weight":{"type":"number"},"cooldownSeconds":{"type":"number"}},"required":["id","weight","cooldownSeconds"],"additionalProperties":false}},"fillerRepeatCooldown":{"type":"number"},"groupTitle":{"type":"string"},"guideFlexTitle":{"type":"string"},"guideMinimumDuration":{"type":"number"},"icon":{"type":"object","properties":{"path":{"default":"","type":"string"},"width":{"default":0,"type":"number","minimum":0},"duration":{"default":0,"type":"number"},"position":{"default":"bottom-right","anyOf":[{"type":"string","enum":["top-left"]},{"type":"string","enum":["top-right"]},{"type":"string","enum":["bottom-left"]},{"type":"string","enum":["bottom-right"]}]}},"required":["path","width","duration","position"],"additionalProperties":false},"id":{"type":"string"},"name":{"type":"string"},"number":{"type":"number"},"offline":{"type":"object","properties":{"picture":{"type":"string"},"soundtrack":{"type":"string"},"mode":{"anyOf":[{"type":"string","enum":["pic"]},{"type":"string","enum":["clip"]}]}},"required":["mode"],"additionalProperties":false},"startTime":{"type":"number"},"stealth":{"type":"boolean"},"transcoding":{"type":"object","properties":{"targetResolution":{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},"videoBitrate":{"type":"number"},"videoBufferSize":{"type":"number"}},"additionalProperties":false},"watermark":{"type":"object","properties":{"url":{"type":"string"},"enabled":{"type":"boolean"},"position":{"default":"bottom-right","anyOf":[{"type":"string","enum":["top-left"]},{"type":"string","enum":["top-right"]},{"type":"string","enum":["bottom-left"]},{"type":"string","enum":["bottom-right"]}]},"width":{"type":"number","exclusiveMinimum":true,"minimum":0},"verticalMargin":{"type":"number","minimum":0,"maximum":100},"horizontalMargin":{"type":"number","minimum":0,"maximum":100},"duration":{"default":0,"type":"number","minimum":0},"fixedSize":{"type":"boolean"},"animated":{"type":"boolean"},"opacity":{"default":100,"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fadeConfig":{"type":"array","items":{"type":"object","properties":{"programType":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"periodMins":{"type":"number","minimum":1},"leadingEdge":{"default":true,"type":"boolean"}},"required":["periodMins"],"additionalProperties":false}}},"required":["enabled","position","width","verticalMargin","horizontalMargin","duration","opacity"],"additionalProperties":false},"onDemand":{"type":"object","properties":{"enabled":{"type":"boolean"}},"required":["enabled"],"additionalProperties":false},"programCount":{"type":"number"},"streamMode":{"type":"string","enum":["hls","hls_slower","mpegts","hls_direct"]},"transcodeConfigId":{"type":"string"},"sessions":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["hls","hls_slower","mpegts","hls_direct","hls_concat","hls_slower_concat","mpegts_concat","hls_direct_concat"]},"state":{"type":"string"},"numConnections":{"type":"number","minimum":0},"connections":{"type":"array","items":{"type":"object","properties":{"ip":{"anyOf":[{"type":"string","format":"ipv4","pattern":"^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$"},{"type":"string","format":"ipv6","pattern":"^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$"}]},"userAgent":{"type":"string"},"lastHeartbeat":{"type":"number","minimum":0}},"required":["ip"],"additionalProperties":false}}},"required":["type","state","numConnections","connections"],"additionalProperties":false}},"subtitlesEnabled":{"type":"boolean"},"subtitlePreferences":{"minItems":1,"type":"array","items":{"type":"object","properties":{"langugeCode":{"type":"string"},"priority":{"type":"number","minimum":0},"allowImageBased":{"type":"boolean"},"allowExternal":{"type":"boolean"},"filter":{"default":"any","type":"string","enum":["none","forced","default","any"]}},"required":["langugeCode","priority","allowImageBased","allowExternal","filter"],"additionalProperties":false}}},"required":["disableFillerOverlay","duration","groupTitle","guideMinimumDuration","icon","id","name","number","offline","startTime","stealth","onDemand","programCount","streamMode","transcodeConfigId","subtitlesEnabled"],"additionalProperties":false}}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string","enum":["error"]}}}}}},"post":{"operationId":"createChannelV2","tags":["Channels"],"requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["new"]},"channel":{"type":"object","properties":{"disableFillerOverlay":{"type":"boolean"},"duration":{"type":"number"},"fillerCollections":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"weight":{"type":"number"},"cooldownSeconds":{"type":"number"}},"required":["id","weight","cooldownSeconds"]}},"fillerRepeatCooldown":{"type":"number"},"groupTitle":{"type":"string"},"guideFlexTitle":{"type":"string"},"guideMinimumDuration":{"type":"number"},"icon":{"type":"object","properties":{"path":{"default":"","type":"string"},"width":{"default":0,"type":"number","minimum":0},"duration":{"default":0,"type":"number"},"position":{"default":"bottom-right","anyOf":[{"type":"string","enum":["top-left"]},{"type":"string","enum":["top-right"]},{"type":"string","enum":["bottom-left"]},{"type":"string","enum":["bottom-right"]}]}},"required":["path","width","duration","position"]},"id":{"type":"string"},"name":{"type":"string"},"number":{"type":"number"},"offline":{"type":"object","properties":{"picture":{"type":"string"},"soundtrack":{"type":"string"},"mode":{"anyOf":[{"type":"string","enum":["pic"]},{"type":"string","enum":["clip"]}]}},"required":["mode"]},"startTime":{"type":"number"},"stealth":{"type":"boolean"},"watermark":{"type":"object","properties":{"url":{"type":"string"},"enabled":{"type":"boolean"},"position":{"default":"bottom-right","anyOf":[{"type":"string","enum":["top-left"]},{"type":"string","enum":["top-right"]},{"type":"string","enum":["bottom-left"]},{"type":"string","enum":["bottom-right"]}]},"width":{"type":"number","exclusiveMinimum":true,"minimum":0},"verticalMargin":{"type":"number","minimum":0,"maximum":100},"horizontalMargin":{"type":"number","minimum":0,"maximum":100},"duration":{"default":0,"type":"number","minimum":0},"fixedSize":{"type":"boolean"},"animated":{"type":"boolean"},"opacity":{"default":100,"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fadeConfig":{"type":"array","items":{"type":"object","properties":{"programType":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"periodMins":{"type":"number","minimum":1},"leadingEdge":{"default":true,"type":"boolean"}},"required":["periodMins"]}}},"required":["enabled","width","verticalMargin","horizontalMargin"]},"onDemand":{"type":"object","properties":{"enabled":{"type":"boolean"}},"required":["enabled"]},"streamMode":{"type":"string","enum":["hls","hls_slower","mpegts","hls_direct"]},"transcodeConfigId":{"type":"string"},"subtitlesEnabled":{"type":"boolean"},"subtitlePreferences":{"minItems":1,"type":"array","items":{"type":"object","properties":{"langugeCode":{"type":"string"},"priority":{"type":"number","minimum":0},"allowImageBased":{"type":"boolean"},"allowExternal":{"type":"boolean"},"filter":{"default":"any","type":"string","enum":["none","forced","default","any"]}},"required":["langugeCode","priority","allowImageBased","allowExternal"]}}},"required":["disableFillerOverlay","duration","groupTitle","guideMinimumDuration","icon","id","name","number","offline","startTime","stealth","streamMode","transcodeConfigId","subtitlesEnabled"]}},"required":["type","channel"]},{"type":"object","properties":{"type":{"type":"string","enum":["copy"]},"channelId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["type","channelId"]}],"required":["true"]}}},"required":true},"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"disableFillerOverlay":{"type":"boolean"},"duration":{"type":"number"},"fallback":{"type":"array","items":{"type":"object","properties":{"artistName":{"type":"string"},"albumName":{"type":"string"},"channel":{"type":"string"},"customOrder":{"type":"number"},"customShowId":{"type":"string"},"customShowName":{"type":"string"},"date":{"type":"string"},"duration":{"type":"number"},"episode":{"type":"number"},"episodeIcon":{"type":"string"},"file":{"type":"string"},"id":{"type":"string"},"icon":{"type":"string"},"key":{"type":"string"},"plexFile":{"type":"string"},"rating":{"type":"string"},"externalKey":{"type":"string"},"season":{"type":"number"},"seasonIcon":{"type":"string"},"serverKey":{"type":"string"},"showIcon":{"type":"string"},"showTitle":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"summary":{"type":"string"},"title":{"type":"string"},"type":{"anyOf":[{"type":"string","enum":["movie"]},{"type":"string","enum":["episode"]},{"type":"string","enum":["track"]},{"type":"string","enum":["redirect"]},{"type":"string","enum":["custom"]},{"type":"string","enum":["flex"]}]},"year":{"type":"number"}},"required":["duration","id","sourceType","type"],"additionalProperties":false}},"fillerCollections":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"weight":{"type":"number"},"cooldownSeconds":{"type":"number"}},"required":["id","weight","cooldownSeconds"],"additionalProperties":false}},"fillerRepeatCooldown":{"type":"number"},"groupTitle":{"type":"string"},"guideFlexTitle":{"type":"string"},"guideMinimumDuration":{"type":"number"},"icon":{"type":"object","properties":{"path":{"default":"","type":"string"},"width":{"default":0,"type":"number","minimum":0},"duration":{"default":0,"type":"number"},"position":{"default":"bottom-right","anyOf":[{"type":"string","enum":["top-left"]},{"type":"string","enum":["top-right"]},{"type":"string","enum":["bottom-left"]},{"type":"string","enum":["bottom-right"]}]}},"required":["path","width","duration","position"],"additionalProperties":false},"id":{"type":"string"},"name":{"type":"string"},"number":{"type":"number"},"offline":{"type":"object","properties":{"picture":{"type":"string"},"soundtrack":{"type":"string"},"mode":{"anyOf":[{"type":"string","enum":["pic"]},{"type":"string","enum":["clip"]}]}},"required":["mode"],"additionalProperties":false},"startTime":{"type":"number"},"stealth":{"type":"boolean"},"transcoding":{"type":"object","properties":{"targetResolution":{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},"videoBitrate":{"type":"number"},"videoBufferSize":{"type":"number"}},"additionalProperties":false},"watermark":{"type":"object","properties":{"url":{"type":"string"},"enabled":{"type":"boolean"},"position":{"default":"bottom-right","anyOf":[{"type":"string","enum":["top-left"]},{"type":"string","enum":["top-right"]},{"type":"string","enum":["bottom-left"]},{"type":"string","enum":["bottom-right"]}]},"width":{"type":"number","exclusiveMinimum":true,"minimum":0},"verticalMargin":{"type":"number","minimum":0,"maximum":100},"horizontalMargin":{"type":"number","minimum":0,"maximum":100},"duration":{"default":0,"type":"number","minimum":0},"fixedSize":{"type":"boolean"},"animated":{"type":"boolean"},"opacity":{"default":100,"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fadeConfig":{"type":"array","items":{"type":"object","properties":{"programType":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"periodMins":{"type":"number","minimum":1},"leadingEdge":{"default":true,"type":"boolean"}},"required":["periodMins"],"additionalProperties":false}}},"required":["enabled","position","width","verticalMargin","horizontalMargin","duration","opacity"],"additionalProperties":false},"onDemand":{"type":"object","properties":{"enabled":{"type":"boolean"}},"required":["enabled"],"additionalProperties":false},"programCount":{"type":"number"},"streamMode":{"type":"string","enum":["hls","hls_slower","mpegts","hls_direct"]},"transcodeConfigId":{"type":"string"},"sessions":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["hls","hls_slower","mpegts","hls_direct","hls_concat","hls_slower_concat","mpegts_concat","hls_direct_concat"]},"state":{"type":"string"},"numConnections":{"type":"number","minimum":0},"connections":{"type":"array","items":{"type":"object","properties":{"ip":{"anyOf":[{"type":"string","format":"ipv4","pattern":"^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$"},{"type":"string","format":"ipv6","pattern":"^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$"}]},"userAgent":{"type":"string"},"lastHeartbeat":{"type":"number","minimum":0}},"required":["ip"],"additionalProperties":false}}},"required":["type","state","numConnections","connections"],"additionalProperties":false}},"subtitlesEnabled":{"type":"boolean"},"subtitlePreferences":{"minItems":1,"type":"array","items":{"type":"object","properties":{"langugeCode":{"type":"string"},"priority":{"type":"number","minimum":0},"allowImageBased":{"type":"boolean"},"allowExternal":{"type":"boolean"},"filter":{"default":"any","type":"string","enum":["none","forced","default","any"]}},"required":["langugeCode","priority","allowImageBased","allowExternal","filter"],"additionalProperties":false}}},"required":["disableFillerOverlay","duration","groupTitle","guideMinimumDuration","icon","id","name","number","offline","startTime","stealth","onDemand","programCount","streamMode","transcodeConfigId","subtitlesEnabled"],"additionalProperties":false}}}},"400":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{},"additionalProperties":false}}}}}}},"/api/channels/{id}":{"get":{"operationId":"getChannelsByNumberV2","tags":["Channels"],"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"disableFillerOverlay":{"type":"boolean"},"duration":{"type":"number"},"fallback":{"type":"array","items":{"type":"object","properties":{"artistName":{"type":"string"},"albumName":{"type":"string"},"channel":{"type":"string"},"customOrder":{"type":"number"},"customShowId":{"type":"string"},"customShowName":{"type":"string"},"date":{"type":"string"},"duration":{"type":"number"},"episode":{"type":"number"},"episodeIcon":{"type":"string"},"file":{"type":"string"},"id":{"type":"string"},"icon":{"type":"string"},"key":{"type":"string"},"plexFile":{"type":"string"},"rating":{"type":"string"},"externalKey":{"type":"string"},"season":{"type":"number"},"seasonIcon":{"type":"string"},"serverKey":{"type":"string"},"showIcon":{"type":"string"},"showTitle":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"summary":{"type":"string"},"title":{"type":"string"},"type":{"anyOf":[{"type":"string","enum":["movie"]},{"type":"string","enum":["episode"]},{"type":"string","enum":["track"]},{"type":"string","enum":["redirect"]},{"type":"string","enum":["custom"]},{"type":"string","enum":["flex"]}]},"year":{"type":"number"}},"required":["duration","id","sourceType","type"],"additionalProperties":false}},"fillerCollections":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"weight":{"type":"number"},"cooldownSeconds":{"type":"number"}},"required":["id","weight","cooldownSeconds"],"additionalProperties":false}},"fillerRepeatCooldown":{"type":"number"},"groupTitle":{"type":"string"},"guideFlexTitle":{"type":"string"},"guideMinimumDuration":{"type":"number"},"icon":{"type":"object","properties":{"path":{"default":"","type":"string"},"width":{"default":0,"type":"number","minimum":0},"duration":{"default":0,"type":"number"},"position":{"default":"bottom-right","anyOf":[{"type":"string","enum":["top-left"]},{"type":"string","enum":["top-right"]},{"type":"string","enum":["bottom-left"]},{"type":"string","enum":["bottom-right"]}]}},"required":["path","width","duration","position"],"additionalProperties":false},"id":{"type":"string"},"name":{"type":"string"},"number":{"type":"number"},"offline":{"type":"object","properties":{"picture":{"type":"string"},"soundtrack":{"type":"string"},"mode":{"anyOf":[{"type":"string","enum":["pic"]},{"type":"string","enum":["clip"]}]}},"required":["mode"],"additionalProperties":false},"startTime":{"type":"number"},"stealth":{"type":"boolean"},"transcoding":{"type":"object","properties":{"targetResolution":{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},"videoBitrate":{"type":"number"},"videoBufferSize":{"type":"number"}},"additionalProperties":false},"watermark":{"type":"object","properties":{"url":{"type":"string"},"enabled":{"type":"boolean"},"position":{"default":"bottom-right","anyOf":[{"type":"string","enum":["top-left"]},{"type":"string","enum":["top-right"]},{"type":"string","enum":["bottom-left"]},{"type":"string","enum":["bottom-right"]}]},"width":{"type":"number","exclusiveMinimum":true,"minimum":0},"verticalMargin":{"type":"number","minimum":0,"maximum":100},"horizontalMargin":{"type":"number","minimum":0,"maximum":100},"duration":{"default":0,"type":"number","minimum":0},"fixedSize":{"type":"boolean"},"animated":{"type":"boolean"},"opacity":{"default":100,"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fadeConfig":{"type":"array","items":{"type":"object","properties":{"programType":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"periodMins":{"type":"number","minimum":1},"leadingEdge":{"default":true,"type":"boolean"}},"required":["periodMins"],"additionalProperties":false}}},"required":["enabled","position","width","verticalMargin","horizontalMargin","duration","opacity"],"additionalProperties":false},"onDemand":{"type":"object","properties":{"enabled":{"type":"boolean"}},"required":["enabled"],"additionalProperties":false},"programCount":{"type":"number"},"streamMode":{"type":"string","enum":["hls","hls_slower","mpegts","hls_direct"]},"transcodeConfigId":{"type":"string"},"sessions":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["hls","hls_slower","mpegts","hls_direct","hls_concat","hls_slower_concat","mpegts_concat","hls_direct_concat"]},"state":{"type":"string"},"numConnections":{"type":"number","minimum":0},"connections":{"type":"array","items":{"type":"object","properties":{"ip":{"anyOf":[{"type":"string","format":"ipv4","pattern":"^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$"},{"type":"string","format":"ipv6","pattern":"^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$"}]},"userAgent":{"type":"string"},"lastHeartbeat":{"type":"number","minimum":0}},"required":["ip"],"additionalProperties":false}}},"required":["type","state","numConnections","connections"],"additionalProperties":false}},"subtitlesEnabled":{"type":"boolean"},"subtitlePreferences":{"minItems":1,"type":"array","items":{"type":"object","properties":{"langugeCode":{"type":"string"},"priority":{"type":"number","minimum":0},"allowImageBased":{"type":"boolean"},"allowExternal":{"type":"boolean"},"filter":{"default":"any","type":"string","enum":["none","forced","default","any"]}},"required":["langugeCode","priority","allowImageBased","allowExternal","filter"],"additionalProperties":false}}},"required":["disableFillerOverlay","duration","groupTitle","guideMinimumDuration","icon","id","name","number","offline","startTime","stealth","onDemand","programCount","streamMode","transcodeConfigId","subtitlesEnabled"],"additionalProperties":false}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}},"put":{"tags":["Channels"],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"disableFillerOverlay":{"type":"boolean"},"duration":{"type":"number"},"fillerCollections":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"weight":{"type":"number"},"cooldownSeconds":{"type":"number"}},"required":["id","weight","cooldownSeconds"]}},"fillerRepeatCooldown":{"type":"number"},"groupTitle":{"type":"string"},"guideFlexTitle":{"type":"string"},"guideMinimumDuration":{"type":"number"},"icon":{"type":"object","properties":{"path":{"default":"","type":"string"},"width":{"default":0,"type":"number","minimum":0},"duration":{"default":0,"type":"number"},"position":{"default":"bottom-right","anyOf":[{"type":"string","enum":["top-left"]},{"type":"string","enum":["top-right"]},{"type":"string","enum":["bottom-left"]},{"type":"string","enum":["bottom-right"]}]}},"required":["path","width","duration","position"]},"id":{"type":"string"},"name":{"type":"string"},"number":{"type":"number"},"offline":{"type":"object","properties":{"picture":{"type":"string"},"soundtrack":{"type":"string"},"mode":{"anyOf":[{"type":"string","enum":["pic"]},{"type":"string","enum":["clip"]}]}},"required":["mode"]},"startTime":{"type":"number"},"stealth":{"type":"boolean"},"watermark":{"type":"object","properties":{"url":{"type":"string"},"enabled":{"type":"boolean"},"position":{"default":"bottom-right","anyOf":[{"type":"string","enum":["top-left"]},{"type":"string","enum":["top-right"]},{"type":"string","enum":["bottom-left"]},{"type":"string","enum":["bottom-right"]}]},"width":{"type":"number","exclusiveMinimum":true,"minimum":0},"verticalMargin":{"type":"number","minimum":0,"maximum":100},"horizontalMargin":{"type":"number","minimum":0,"maximum":100},"duration":{"default":0,"type":"number","minimum":0},"fixedSize":{"type":"boolean"},"animated":{"type":"boolean"},"opacity":{"default":100,"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fadeConfig":{"type":"array","items":{"type":"object","properties":{"programType":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"periodMins":{"type":"number","minimum":1},"leadingEdge":{"default":true,"type":"boolean"}},"required":["periodMins"]}}},"required":["enabled","width","verticalMargin","horizontalMargin"]},"onDemand":{"type":"object","properties":{"enabled":{"type":"boolean"}},"required":["enabled"]},"streamMode":{"type":"string","enum":["hls","hls_slower","mpegts","hls_direct"]},"transcodeConfigId":{"type":"string"},"subtitlesEnabled":{"type":"boolean"},"subtitlePreferences":{"minItems":1,"type":"array","items":{"type":"object","properties":{"langugeCode":{"type":"string"},"priority":{"type":"number","minimum":0},"allowImageBased":{"type":"boolean"},"allowExternal":{"type":"boolean"},"filter":{"default":"any","type":"string","enum":["none","forced","default","any"]}},"required":["langugeCode","priority","allowImageBased","allowExternal"]}}},"required":["disableFillerOverlay","duration","groupTitle","guideMinimumDuration","icon","id","name","number","offline","startTime","stealth","streamMode","transcodeConfigId","subtitlesEnabled"]}}},"required":true},"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"disableFillerOverlay":{"type":"boolean"},"duration":{"type":"number"},"fallback":{"type":"array","items":{"type":"object","properties":{"artistName":{"type":"string"},"albumName":{"type":"string"},"channel":{"type":"string"},"customOrder":{"type":"number"},"customShowId":{"type":"string"},"customShowName":{"type":"string"},"date":{"type":"string"},"duration":{"type":"number"},"episode":{"type":"number"},"episodeIcon":{"type":"string"},"file":{"type":"string"},"id":{"type":"string"},"icon":{"type":"string"},"key":{"type":"string"},"plexFile":{"type":"string"},"rating":{"type":"string"},"externalKey":{"type":"string"},"season":{"type":"number"},"seasonIcon":{"type":"string"},"serverKey":{"type":"string"},"showIcon":{"type":"string"},"showTitle":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"summary":{"type":"string"},"title":{"type":"string"},"type":{"anyOf":[{"type":"string","enum":["movie"]},{"type":"string","enum":["episode"]},{"type":"string","enum":["track"]},{"type":"string","enum":["redirect"]},{"type":"string","enum":["custom"]},{"type":"string","enum":["flex"]}]},"year":{"type":"number"}},"required":["duration","id","sourceType","type"],"additionalProperties":false}},"fillerCollections":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"weight":{"type":"number"},"cooldownSeconds":{"type":"number"}},"required":["id","weight","cooldownSeconds"],"additionalProperties":false}},"fillerRepeatCooldown":{"type":"number"},"groupTitle":{"type":"string"},"guideFlexTitle":{"type":"string"},"guideMinimumDuration":{"type":"number"},"icon":{"type":"object","properties":{"path":{"default":"","type":"string"},"width":{"default":0,"type":"number","minimum":0},"duration":{"default":0,"type":"number"},"position":{"default":"bottom-right","anyOf":[{"type":"string","enum":["top-left"]},{"type":"string","enum":["top-right"]},{"type":"string","enum":["bottom-left"]},{"type":"string","enum":["bottom-right"]}]}},"required":["path","width","duration","position"],"additionalProperties":false},"id":{"type":"string"},"name":{"type":"string"},"number":{"type":"number"},"offline":{"type":"object","properties":{"picture":{"type":"string"},"soundtrack":{"type":"string"},"mode":{"anyOf":[{"type":"string","enum":["pic"]},{"type":"string","enum":["clip"]}]}},"required":["mode"],"additionalProperties":false},"startTime":{"type":"number"},"stealth":{"type":"boolean"},"transcoding":{"type":"object","properties":{"targetResolution":{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},"videoBitrate":{"type":"number"},"videoBufferSize":{"type":"number"}},"additionalProperties":false},"watermark":{"type":"object","properties":{"url":{"type":"string"},"enabled":{"type":"boolean"},"position":{"default":"bottom-right","anyOf":[{"type":"string","enum":["top-left"]},{"type":"string","enum":["top-right"]},{"type":"string","enum":["bottom-left"]},{"type":"string","enum":["bottom-right"]}]},"width":{"type":"number","exclusiveMinimum":true,"minimum":0},"verticalMargin":{"type":"number","minimum":0,"maximum":100},"horizontalMargin":{"type":"number","minimum":0,"maximum":100},"duration":{"default":0,"type":"number","minimum":0},"fixedSize":{"type":"boolean"},"animated":{"type":"boolean"},"opacity":{"default":100,"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fadeConfig":{"type":"array","items":{"type":"object","properties":{"programType":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"periodMins":{"type":"number","minimum":1},"leadingEdge":{"default":true,"type":"boolean"}},"required":["periodMins"],"additionalProperties":false}}},"required":["enabled","position","width","verticalMargin","horizontalMargin","duration","opacity"],"additionalProperties":false},"onDemand":{"type":"object","properties":{"enabled":{"type":"boolean"}},"required":["enabled"],"additionalProperties":false},"programCount":{"type":"number"},"streamMode":{"type":"string","enum":["hls","hls_slower","mpegts","hls_direct"]},"transcodeConfigId":{"type":"string"},"sessions":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["hls","hls_slower","mpegts","hls_direct","hls_concat","hls_slower_concat","mpegts_concat","hls_direct_concat"]},"state":{"type":"string"},"numConnections":{"type":"number","minimum":0},"connections":{"type":"array","items":{"type":"object","properties":{"ip":{"anyOf":[{"type":"string","format":"ipv4","pattern":"^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$"},{"type":"string","format":"ipv6","pattern":"^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$"}]},"userAgent":{"type":"string"},"lastHeartbeat":{"type":"number","minimum":0}},"required":["ip"],"additionalProperties":false}}},"required":["type","state","numConnections","connections"],"additionalProperties":false}},"subtitlesEnabled":{"type":"boolean"},"subtitlePreferences":{"minItems":1,"type":"array","items":{"type":"object","properties":{"langugeCode":{"type":"string"},"priority":{"type":"number","minimum":0},"allowImageBased":{"type":"boolean"},"allowExternal":{"type":"boolean"},"filter":{"default":"any","type":"string","enum":["none","forced","default","any"]}},"required":["langugeCode","priority","allowImageBased","allowExternal","filter"],"additionalProperties":false}}},"required":["disableFillerOverlay","duration","groupTitle","guideMinimumDuration","icon","id","name","number","offline","startTime","stealth","onDemand","programCount","streamMode","transcodeConfigId","subtitlesEnabled"],"additionalProperties":false}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}},"delete":{"tags":["Channels"],"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/api/channels/{id}/programs":{"get":{"tags":["Channels"],"parameters":[{"schema":{"default":-1,"type":"number","minimum":-1},"in":"query","name":"limit","required":false},{"schema":{"default":0,"type":"number","minimum":0},"in":"query","name":"offset","required":false},{"schema":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"in":"query","name":"type","required":false},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"number"},"result":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["movie"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"description":"Epoch timestamp","anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"],"additionalProperties":false}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime","chapterType"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"],"additionalProperties":false},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"state":{"type":"string","enum":["ok","missing"]},"summary":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"plot":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"tagline":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"rating":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state","summary","plot","tagline","rating"],"additionalProperties":false},{"$ref":"#/components/schemas/Episode"},{"$ref":"#/components/schemas/MusicTrack"},{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["other_video"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"description":"Epoch timestamp","anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"],"additionalProperties":false}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime","chapterType"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"],"additionalProperties":false},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"state":{"type":"string","enum":["ok","missing"]}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state"],"additionalProperties":false},{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["music_video"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"description":"Epoch timestamp","anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"],"additionalProperties":false}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime","chapterType"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"],"additionalProperties":false},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"state":{"type":"string","enum":["ok","missing"]}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state"],"additionalProperties":false}]}},"size":{"type":"number"},"offset":{"type":"number"}},"required":["total","result","size"],"additionalProperties":false}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/api/channels/{id}/shows":{"get":{"parameters":[{"schema":{"default":-1,"type":"number","minimum":-1},"in":"query","name":"limit","required":false},{"schema":{"default":0,"type":"number","minimum":0},"in":"query","name":"offset","required":false},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"number"},"result":{"type":"array","items":{"$ref":"#/components/schemas/Show"}},"size":{"type":"number"},"offset":{"type":"number"}},"required":["total","result","size"],"additionalProperties":false}}}}}}},"/api/channels/{id}/artists":{"get":{"parameters":[{"schema":{"default":-1,"type":"number","minimum":-1},"in":"query","name":"limit","required":false},{"schema":{"default":0,"type":"number","minimum":0},"in":"query","name":"offset","required":false},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"number"},"result":{"type":"array","items":{"$ref":"#/components/schemas/MusicArtist"}},"size":{"type":"number"},"offset":{"type":"number"}},"required":["total","result","size"],"additionalProperties":false}}}}}}},"/api/channels/{id}/programming":{"get":{"tags":["Channels"],"parameters":[{"schema":{"type":"number"},"in":"query","name":"offset","required":false},{"schema":{"type":"number"},"in":"query","name":"limit","required":false},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"icon":{"type":"object","properties":{"path":{"default":"","type":"string"},"width":{"default":0,"type":"number","minimum":0},"duration":{"default":0,"type":"number"},"position":{"default":"bottom-right","anyOf":[{"type":"string","enum":["top-left"]},{"type":"string","enum":["top-right"]},{"type":"string","enum":["bottom-left"]},{"type":"string","enum":["bottom-right"]}]}},"required":["path","width","duration","position"],"additionalProperties":false},"name":{"type":"string"},"number":{"type":"number"},"totalPrograms":{"type":"number"},"programs":{"type":"object","additionalProperties":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"],"additionalProperties":false}},"lineup":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"}},"required":["type","persisted","duration"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["custom"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string"},"customShowId":{"type":"string"},"index":{"type":"number"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"}},"required":["type","persisted","duration"],"additionalProperties":false}},"required":["type","persisted","duration","id","customShowId","index"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["filler"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"}},"required":["type","persisted","duration"],"additionalProperties":false},"fillerType":{"type":"string","enum":["pre","post","head","tail","fallback"]}},"required":["type","persisted","duration","id","fillerListId"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["redirect"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"channel":{"type":"string"},"channelNumber":{"type":"number"},"channelName":{"type":"string"}},"required":["type","persisted","duration","channel","channelNumber","channelName"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["flex"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"}},"required":["type","persisted","duration"],"additionalProperties":false}]}},"startTimeOffsets":{"type":"array","items":{"type":"number"}},"schedule":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["time"]},"flexPreference":{"type":"string","enum":["distribute","end"]},"latenessMs":{"type":"number"},"maxDays":{"type":"number"},"padMs":{"type":"number"},"period":{"type":"string","enum":["day","week"]},"slots":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"startTime":{"type":"number"},"type":{"type":"string","enum":["movie"]},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId","fillerOrder"],"additionalProperties":false}}},"required":["startTime","type","order","direction"],"additionalProperties":false},{"type":"object","properties":{"startTime":{"type":"number"},"type":{"type":"string","enum":["show"]},"showId":{"type":"string"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId","fillerOrder"],"additionalProperties":false}}},"required":["startTime","type","showId","order","direction"],"additionalProperties":false},{"type":"object","properties":{"startTime":{"type":"number"},"type":{"type":"string","enum":["flex"]}},"required":["startTime","type"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["redirect"]},"channelId":{"type":"string"},"channelName":{"type":"string"},"startTime":{"type":"number"}},"required":["type","channelId","startTime"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["filler"]},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"order":{"type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]},"durationWeighting":{"type":"string","enum":["linear","log"]},"decayFactor":{"type":"number","minimum":0,"exclusiveMaximum":true,"maximum":1},"recoveryFactor":{"type":"number","minimum":0,"exclusiveMaximum":true,"maximum":1},"startTime":{"type":"number"}},"required":["type","fillerListId","order","durationWeighting","decayFactor","recoveryFactor","startTime"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["custom-show"]},"customShowId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId","fillerOrder"],"additionalProperties":false}},"startTime":{"type":"number"}},"required":["type","customShowId","order","direction","startTime"],"additionalProperties":false},{"type":"object","properties":{"startTime":{"type":"number"},"type":{"type":"string","enum":["smart-collection"]},"smartCollectionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId","fillerOrder"],"additionalProperties":false}}},"required":["startTime","type","smartCollectionId","order","direction"],"additionalProperties":false}]}},"timeZoneOffset":{"type":"number"},"startTomorrow":{"type":"boolean"}},"required":["type","flexPreference","latenessMs","maxDays","padMs","period","slots","timeZoneOffset"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["random"]},"flexPreference":{"type":"string","enum":["distribute","end"]},"maxDays":{"type":"number"},"padMs":{"type":"number"},"padStyle":{"type":"string","enum":["slot","episode"]},"slots":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId","fillerOrder"],"additionalProperties":false}},"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"],"additionalProperties":false}]},"weight":{"type":"number"},"index":{"type":"number"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"type":{"type":"string","enum":["movie"]}},"required":["cooldownMs","durationSpec","weight","order","direction","type"],"additionalProperties":false},{"type":"object","properties":{"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId","fillerOrder"],"additionalProperties":false}},"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"],"additionalProperties":false}]},"weight":{"type":"number"},"index":{"type":"number"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"type":{"type":"string","enum":["show"]},"showId":{"type":"string"}},"required":["cooldownMs","durationSpec","weight","order","direction","type","showId"],"additionalProperties":false},{"type":"object","properties":{"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"],"additionalProperties":false}]},"weight":{"type":"number"},"index":{"type":"number"},"type":{"type":"string","enum":["flex"]}},"required":["cooldownMs","durationSpec","weight","type"],"additionalProperties":false},{"type":"object","properties":{"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"],"additionalProperties":false}]},"weight":{"type":"number"},"index":{"type":"number"},"type":{"type":"string","enum":["redirect"]},"channelId":{"type":"string"},"channelName":{"type":"string"}},"required":["cooldownMs","durationSpec","weight","type","channelId"],"additionalProperties":false},{"type":"object","properties":{"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId","fillerOrder"],"additionalProperties":false}},"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"],"additionalProperties":false}]},"weight":{"type":"number"},"index":{"type":"number"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"type":{"type":"string","enum":["custom-show"]},"customShowId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["cooldownMs","durationSpec","weight","order","direction","type","customShowId"],"additionalProperties":false},{"type":"object","properties":{"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"],"additionalProperties":false}]},"weight":{"type":"number"},"index":{"type":"number"},"type":{"type":"string","enum":["filler"]},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"order":{"type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]},"durationWeighting":{"type":"string","enum":["linear","log"]},"decayFactor":{"type":"number","minimum":0,"exclusiveMaximum":true,"maximum":1},"recoveryFactor":{"type":"number","minimum":0,"exclusiveMaximum":true,"maximum":1}},"required":["cooldownMs","durationSpec","weight","type","fillerListId","order","durationWeighting","decayFactor","recoveryFactor"],"additionalProperties":false},{"type":"object","properties":{"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId","fillerOrder"],"additionalProperties":false}},"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"],"additionalProperties":false}]},"weight":{"type":"number"},"index":{"type":"number"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"type":{"type":"string","enum":["smart-collection"]},"smartCollectionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["cooldownMs","durationSpec","weight","order","direction","type","smartCollectionId"],"additionalProperties":false}]}},"timeZoneOffset":{"type":"number"},"randomDistribution":{"type":"string","enum":["uniform","weighted","none"]},"periodMs":{"type":"number"},"lockWeights":{"default":false,"type":"boolean"}},"required":["type","flexPreference","maxDays","padMs","padStyle","slots","randomDistribution","lockWeights"],"additionalProperties":false}]},"dynamicContentConfig":{"type":"object","properties":{"contentSources":{"minItems":1,"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["plex"]},"plexServerId":{"type":"string","minLength":1},"plexLibraryKey":{"type":"string","minLength":1},"search":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/PlexFilter"},"sort":{"type":"object","properties":{"field":{"type":"string"},"direction":{"anyOf":[{"type":"string","enum":["asc"]},{"type":"string","enum":["desc"]}]}},"required":["field","direction"],"additionalProperties":false},"limit":{"type":"number","minimum":0}},"additionalProperties":false},"updater":{"anyOf":[{"type":"object","properties":{"_id":{"type":"string"},"type":{"type":"string","enum":["cron"]},"schedule":{"type":"string"}},"required":["_id","type","schedule"],"additionalProperties":false}]},"enabled":{"default":true,"type":"boolean"}},"required":["type","plexServerId","plexLibraryKey","updater","enabled"],"additionalProperties":false}]}},"enabled":{"default":true,"type":"boolean"}},"required":["contentSources","enabled"],"additionalProperties":false}},"required":["totalPrograms","programs","lineup","startTimeOffsets"],"additionalProperties":false}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"],"additionalProperties":false}}}}}},"post":{"tags":["Channels"],"requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["manual"]},"programs":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"]}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"]},{"type":"object","properties":{"type":{"type":"string","enum":["custom"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string"},"customShowId":{"type":"string"},"index":{"type":"number"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"]}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"]}},"required":["type","persisted","duration","id","customShowId","index"]},{"type":"object","properties":{"type":{"type":"string","enum":["redirect"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"channel":{"type":"string"},"channelNumber":{"type":"number"},"channelName":{"type":"string"}},"required":["type","persisted","duration","channel","channelNumber","channelName"]},{"type":"object","properties":{"type":{"type":"string","enum":["flex"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"}},"required":["type","persisted","duration"]},{"type":"object","properties":{"type":{"type":"string","enum":["filler"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"]}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"]},"fillerType":{"type":"string","enum":["pre","post","head","tail","fallback"]}},"required":["type","persisted","duration","id","fillerListId"]}]}},"lineup":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["index"]},"index":{"type":"number"},"duration":{"type":"number","exclusiveMinimum":true,"maximum":31560000000,"minimum":0}},"required":["type","index"]},{"type":"object","properties":{"type":{"type":"string","enum":["persisted"]},"programId":{"type":"string"},"customShowId":{"type":"string"},"duration":{"type":"number","exclusiveMinimum":true,"maximum":31560000000,"minimum":0}},"required":["type","programId","duration"]}]}},"append":{"default":false,"type":"boolean"}},"required":["type","programs","lineup"]},{"type":"object","properties":{"type":{"type":"string","enum":["time"]},"programs":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"]}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"]},{"type":"object","properties":{"type":{"type":"string","enum":["custom"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string"},"customShowId":{"type":"string"},"index":{"type":"number"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"]}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"]}},"required":["type","persisted","duration","id","customShowId","index"]},{"type":"object","properties":{"type":{"type":"string","enum":["redirect"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"channel":{"type":"string"},"channelNumber":{"type":"number"},"channelName":{"type":"string"}},"required":["type","persisted","duration","channel","channelNumber","channelName"]},{"type":"object","properties":{"type":{"type":"string","enum":["flex"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"}},"required":["type","persisted","duration"]},{"type":"object","properties":{"type":{"type":"string","enum":["filler"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"]}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"]},"fillerType":{"type":"string","enum":["pre","post","head","tail","fallback"]}},"required":["type","persisted","duration","id","fillerListId"]}]}},"schedule":{"type":"object","properties":{"type":{"type":"string","enum":["time"]},"flexPreference":{"type":"string","enum":["distribute","end"]},"latenessMs":{"type":"number"},"maxDays":{"type":"number"},"padMs":{"type":"number"},"period":{"type":"string","enum":["day","week"]},"slots":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"startTime":{"type":"number"},"type":{"type":"string","enum":["movie"]},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId"]}}},"required":["startTime","type","order"]},{"type":"object","properties":{"startTime":{"type":"number"},"type":{"type":"string","enum":["show"]},"showId":{"type":"string"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId"]}}},"required":["startTime","type","showId","order"]},{"type":"object","properties":{"startTime":{"type":"number"},"type":{"type":"string","enum":["flex"]}},"required":["startTime","type"]},{"type":"object","properties":{"type":{"type":"string","enum":["redirect"]},"channelId":{"type":"string"},"channelName":{"type":"string"},"startTime":{"type":"number"}},"required":["type","channelId","startTime"]},{"type":"object","properties":{"type":{"type":"string","enum":["filler"]},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"order":{"type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]},"durationWeighting":{"type":"string","enum":["linear","log"]},"decayFactor":{"type":"number","minimum":0,"exclusiveMaximum":true,"maximum":1},"recoveryFactor":{"type":"number","minimum":0,"exclusiveMaximum":true,"maximum":1},"startTime":{"type":"number"}},"required":["type","fillerListId","order","durationWeighting","decayFactor","recoveryFactor","startTime"]},{"type":"object","properties":{"type":{"type":"string","enum":["custom-show"]},"customShowId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId"]}},"startTime":{"type":"number"}},"required":["type","customShowId","order","startTime"]},{"type":"object","properties":{"startTime":{"type":"number"},"type":{"type":"string","enum":["smart-collection"]},"smartCollectionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId"]}}},"required":["startTime","type","smartCollectionId","order"]}]}},"timeZoneOffset":{"type":"number"},"startTomorrow":{"type":"boolean"}},"required":["type","flexPreference","latenessMs","maxDays","padMs","period","slots","timeZoneOffset"]},"seed":{"type":"array","items":{"type":"number"}},"discardCount":{"type":"number"}},"required":["type","programs","schedule"]},{"type":"object","properties":{"type":{"type":"string","enum":["random"]},"programs":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"]}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"]},{"type":"object","properties":{"type":{"type":"string","enum":["custom"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string"},"customShowId":{"type":"string"},"index":{"type":"number"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"]}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"]}},"required":["type","persisted","duration","id","customShowId","index"]},{"type":"object","properties":{"type":{"type":"string","enum":["redirect"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"channel":{"type":"string"},"channelNumber":{"type":"number"},"channelName":{"type":"string"}},"required":["type","persisted","duration","channel","channelNumber","channelName"]},{"type":"object","properties":{"type":{"type":"string","enum":["flex"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"}},"required":["type","persisted","duration"]},{"type":"object","properties":{"type":{"type":"string","enum":["filler"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"]}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"]},"fillerType":{"type":"string","enum":["pre","post","head","tail","fallback"]}},"required":["type","persisted","duration","id","fillerListId"]}]}},"schedule":{"type":"object","properties":{"type":{"type":"string","enum":["random"]},"flexPreference":{"type":"string","enum":["distribute","end"]},"maxDays":{"type":"number"},"padMs":{"type":"number"},"padStyle":{"type":"string","enum":["slot","episode"]},"slots":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId"]}},"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"]},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"]}]},"weight":{"type":"number"},"index":{"type":"number"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"type":{"type":"string","enum":["movie"]}},"required":["cooldownMs","weight","order","type"]},{"type":"object","properties":{"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId"]}},"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"]},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"]}]},"weight":{"type":"number"},"index":{"type":"number"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"type":{"type":"string","enum":["show"]},"showId":{"type":"string"}},"required":["cooldownMs","weight","order","type","showId"]},{"type":"object","properties":{"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"]},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"]}]},"weight":{"type":"number"},"index":{"type":"number"},"type":{"type":"string","enum":["flex"]}},"required":["cooldownMs","weight","type"]},{"type":"object","properties":{"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"]},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"]}]},"weight":{"type":"number"},"index":{"type":"number"},"type":{"type":"string","enum":["redirect"]},"channelId":{"type":"string"},"channelName":{"type":"string"}},"required":["cooldownMs","weight","type","channelId"]},{"type":"object","properties":{"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId"]}},"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"]},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"]}]},"weight":{"type":"number"},"index":{"type":"number"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"type":{"type":"string","enum":["custom-show"]},"customShowId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["cooldownMs","weight","order","type","customShowId"]},{"type":"object","properties":{"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"]},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"]}]},"weight":{"type":"number"},"index":{"type":"number"},"type":{"type":"string","enum":["filler"]},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"order":{"type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]},"durationWeighting":{"type":"string","enum":["linear","log"]},"decayFactor":{"type":"number","minimum":0,"exclusiveMaximum":true,"maximum":1},"recoveryFactor":{"type":"number","minimum":0,"exclusiveMaximum":true,"maximum":1}},"required":["cooldownMs","weight","type","fillerListId","order","durationWeighting","decayFactor","recoveryFactor"]},{"type":"object","properties":{"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId"]}},"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"]},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"]}]},"weight":{"type":"number"},"index":{"type":"number"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"type":{"type":"string","enum":["smart-collection"]},"smartCollectionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["cooldownMs","weight","order","type","smartCollectionId"]}]}},"timeZoneOffset":{"type":"number"},"randomDistribution":{"type":"string","enum":["uniform","weighted","none"]},"periodMs":{"type":"number"},"lockWeights":{"default":false,"type":"boolean"}},"required":["type","flexPreference","maxDays","padMs","padStyle","slots","randomDistribution"]},"seed":{"type":"array","items":{"type":"number"}},"discardCount":{"type":"number"}},"required":["type","programs","schedule"]}],"required":["true"]}}},"required":true},"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"icon":{"type":"object","properties":{"path":{"default":"","type":"string"},"width":{"default":0,"type":"number","minimum":0},"duration":{"default":0,"type":"number"},"position":{"default":"bottom-right","anyOf":[{"type":"string","enum":["top-left"]},{"type":"string","enum":["top-right"]},{"type":"string","enum":["bottom-left"]},{"type":"string","enum":["bottom-right"]}]}},"required":["path","width","duration","position"],"additionalProperties":false},"name":{"type":"string"},"number":{"type":"number"},"totalPrograms":{"type":"number"},"programs":{"type":"object","additionalProperties":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"],"additionalProperties":false}},"lineup":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"}},"required":["type","persisted","duration"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["custom"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string"},"customShowId":{"type":"string"},"index":{"type":"number"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"}},"required":["type","persisted","duration"],"additionalProperties":false}},"required":["type","persisted","duration","id","customShowId","index"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["filler"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"}},"required":["type","persisted","duration"],"additionalProperties":false},"fillerType":{"type":"string","enum":["pre","post","head","tail","fallback"]}},"required":["type","persisted","duration","id","fillerListId"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["redirect"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"channel":{"type":"string"},"channelNumber":{"type":"number"},"channelName":{"type":"string"}},"required":["type","persisted","duration","channel","channelNumber","channelName"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["flex"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"}},"required":["type","persisted","duration"],"additionalProperties":false}]}},"startTimeOffsets":{"type":"array","items":{"type":"number"}},"schedule":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["time"]},"flexPreference":{"type":"string","enum":["distribute","end"]},"latenessMs":{"type":"number"},"maxDays":{"type":"number"},"padMs":{"type":"number"},"period":{"type":"string","enum":["day","week"]},"slots":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"startTime":{"type":"number"},"type":{"type":"string","enum":["movie"]},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId","fillerOrder"],"additionalProperties":false}}},"required":["startTime","type","order","direction"],"additionalProperties":false},{"type":"object","properties":{"startTime":{"type":"number"},"type":{"type":"string","enum":["show"]},"showId":{"type":"string"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId","fillerOrder"],"additionalProperties":false}}},"required":["startTime","type","showId","order","direction"],"additionalProperties":false},{"type":"object","properties":{"startTime":{"type":"number"},"type":{"type":"string","enum":["flex"]}},"required":["startTime","type"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["redirect"]},"channelId":{"type":"string"},"channelName":{"type":"string"},"startTime":{"type":"number"}},"required":["type","channelId","startTime"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["filler"]},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"order":{"type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]},"durationWeighting":{"type":"string","enum":["linear","log"]},"decayFactor":{"type":"number","minimum":0,"exclusiveMaximum":true,"maximum":1},"recoveryFactor":{"type":"number","minimum":0,"exclusiveMaximum":true,"maximum":1},"startTime":{"type":"number"}},"required":["type","fillerListId","order","durationWeighting","decayFactor","recoveryFactor","startTime"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["custom-show"]},"customShowId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId","fillerOrder"],"additionalProperties":false}},"startTime":{"type":"number"}},"required":["type","customShowId","order","direction","startTime"],"additionalProperties":false},{"type":"object","properties":{"startTime":{"type":"number"},"type":{"type":"string","enum":["smart-collection"]},"smartCollectionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId","fillerOrder"],"additionalProperties":false}}},"required":["startTime","type","smartCollectionId","order","direction"],"additionalProperties":false}]}},"timeZoneOffset":{"type":"number"},"startTomorrow":{"type":"boolean"}},"required":["type","flexPreference","latenessMs","maxDays","padMs","period","slots","timeZoneOffset"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["random"]},"flexPreference":{"type":"string","enum":["distribute","end"]},"maxDays":{"type":"number"},"padMs":{"type":"number"},"padStyle":{"type":"string","enum":["slot","episode"]},"slots":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId","fillerOrder"],"additionalProperties":false}},"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"],"additionalProperties":false}]},"weight":{"type":"number"},"index":{"type":"number"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"type":{"type":"string","enum":["movie"]}},"required":["cooldownMs","durationSpec","weight","order","direction","type"],"additionalProperties":false},{"type":"object","properties":{"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId","fillerOrder"],"additionalProperties":false}},"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"],"additionalProperties":false}]},"weight":{"type":"number"},"index":{"type":"number"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"type":{"type":"string","enum":["show"]},"showId":{"type":"string"}},"required":["cooldownMs","durationSpec","weight","order","direction","type","showId"],"additionalProperties":false},{"type":"object","properties":{"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"],"additionalProperties":false}]},"weight":{"type":"number"},"index":{"type":"number"},"type":{"type":"string","enum":["flex"]}},"required":["cooldownMs","durationSpec","weight","type"],"additionalProperties":false},{"type":"object","properties":{"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"],"additionalProperties":false}]},"weight":{"type":"number"},"index":{"type":"number"},"type":{"type":"string","enum":["redirect"]},"channelId":{"type":"string"},"channelName":{"type":"string"}},"required":["cooldownMs","durationSpec","weight","type","channelId"],"additionalProperties":false},{"type":"object","properties":{"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId","fillerOrder"],"additionalProperties":false}},"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"],"additionalProperties":false}]},"weight":{"type":"number"},"index":{"type":"number"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"type":{"type":"string","enum":["custom-show"]},"customShowId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["cooldownMs","durationSpec","weight","order","direction","type","customShowId"],"additionalProperties":false},{"type":"object","properties":{"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"],"additionalProperties":false}]},"weight":{"type":"number"},"index":{"type":"number"},"type":{"type":"string","enum":["filler"]},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"order":{"type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]},"durationWeighting":{"type":"string","enum":["linear","log"]},"decayFactor":{"type":"number","minimum":0,"exclusiveMaximum":true,"maximum":1},"recoveryFactor":{"type":"number","minimum":0,"exclusiveMaximum":true,"maximum":1}},"required":["cooldownMs","durationSpec","weight","type","fillerListId","order","durationWeighting","decayFactor","recoveryFactor"],"additionalProperties":false},{"type":"object","properties":{"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId","fillerOrder"],"additionalProperties":false}},"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"],"additionalProperties":false}]},"weight":{"type":"number"},"index":{"type":"number"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"type":{"type":"string","enum":["smart-collection"]},"smartCollectionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["cooldownMs","durationSpec","weight","order","direction","type","smartCollectionId"],"additionalProperties":false}]}},"timeZoneOffset":{"type":"number"},"randomDistribution":{"type":"string","enum":["uniform","weighted","none"]},"periodMs":{"type":"number"},"lockWeights":{"default":false,"type":"boolean"}},"required":["type","flexPreference","maxDays","padMs","padStyle","slots","randomDistribution","lockWeights"],"additionalProperties":false}]},"dynamicContentConfig":{"type":"object","properties":{"contentSources":{"minItems":1,"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["plex"]},"plexServerId":{"type":"string","minLength":1},"plexLibraryKey":{"type":"string","minLength":1},"search":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/PlexFilter"},"sort":{"type":"object","properties":{"field":{"type":"string"},"direction":{"anyOf":[{"type":"string","enum":["asc"]},{"type":"string","enum":["desc"]}]}},"required":["field","direction"],"additionalProperties":false},"limit":{"type":"number","minimum":0}},"additionalProperties":false},"updater":{"anyOf":[{"type":"object","properties":{"_id":{"type":"string"},"type":{"type":"string","enum":["cron"]},"schedule":{"type":"string"}},"required":["_id","type","schedule"],"additionalProperties":false}]},"enabled":{"default":true,"type":"boolean"}},"required":["type","plexServerId","plexLibraryKey","updater","enabled"],"additionalProperties":false}]}},"enabled":{"default":true,"type":"boolean"}},"required":["contentSources","enabled"],"additionalProperties":false}},"required":["totalPrograms","programs","lineup","startTimeOffsets"],"additionalProperties":false}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"501":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/api/channels/{id}/fallbacks":{"get":{"operationId":"GetChannelFallbacks","tags":["Channels"],"description":"Returns a channel's fallback programs.","parameters":[{"schema":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"in":"query","name":"from","required":false},{"schema":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"in":"query","name":"to","required":false},{"schema":{"default":false,"type":"boolean"},"in":"query","name":"includePrograms","required":false},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"],"additionalProperties":false}}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"],"additionalProperties":false}}}}}}},"/api/channels/all/lineups":{"get":{"tags":["Channels"],"parameters":[{"schema":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"in":"query","name":"from","required":false},{"schema":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"in":"query","name":"to","required":false},{"schema":{"default":false,"type":"boolean"},"in":"query","name":"includePrograms","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"icon":{"type":"object","properties":{"path":{"default":"","type":"string"},"width":{"default":0,"type":"number","minimum":0},"duration":{"default":0,"type":"number"},"position":{"default":"bottom-right","anyOf":[{"type":"string","enum":["top-left"]},{"type":"string","enum":["top-right"]},{"type":"string","enum":["bottom-left"]},{"type":"string","enum":["bottom-right"]}]}},"required":["path","width","duration","position"],"additionalProperties":false},"name":{"type":"string"},"number":{"type":"number"},"id":{"type":"string"},"programs":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"},"start":{"type":"number"},"stop":{"type":"number"},"isPaused":{"default":false,"type":"boolean"},"timeRemaining":{"type":"number"}},"required":["type","persisted","duration","id","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds","start","stop","isPaused"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["custom"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string"},"customShowId":{"type":"string"},"index":{"type":"number"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"],"additionalProperties":false},"start":{"type":"number"},"stop":{"type":"number"},"isPaused":{"default":false,"type":"boolean"},"timeRemaining":{"type":"number"}},"required":["type","persisted","duration","id","customShowId","index","start","stop","isPaused"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["redirect"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"channel":{"type":"string"},"channelNumber":{"type":"number"},"channelName":{"type":"string"},"start":{"type":"number"},"stop":{"type":"number"},"isPaused":{"default":false,"type":"boolean"},"timeRemaining":{"type":"number"}},"required":["type","persisted","duration","channel","channelNumber","channelName","start","stop","isPaused"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["flex"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"start":{"type":"number"},"stop":{"type":"number"},"isPaused":{"default":false,"type":"boolean"},"timeRemaining":{"type":"number"},"title":{"type":"string"}},"required":["type","persisted","duration","start","stop","isPaused","title"],"additionalProperties":false}]}}},"required":["name","number","id","programs"],"additionalProperties":false}}}}},"400":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/api/channels/{id}/lineup":{"get":{"tags":["Channels"],"parameters":[{"schema":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"in":"query","name":"from","required":false},{"schema":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"in":"query","name":"to","required":false},{"schema":{"default":false,"type":"boolean"},"in":"query","name":"includePrograms","required":false},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"icon":{"type":"object","properties":{"path":{"default":"","type":"string"},"width":{"default":0,"type":"number","minimum":0},"duration":{"default":0,"type":"number"},"position":{"default":"bottom-right","anyOf":[{"type":"string","enum":["top-left"]},{"type":"string","enum":["top-right"]},{"type":"string","enum":["bottom-left"]},{"type":"string","enum":["bottom-right"]}]}},"required":["path","width","duration","position"],"additionalProperties":false},"name":{"type":"string"},"number":{"type":"number"},"id":{"type":"string"},"programs":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"},"start":{"type":"number"},"stop":{"type":"number"},"isPaused":{"default":false,"type":"boolean"},"timeRemaining":{"type":"number"}},"required":["type","persisted","duration","id","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds","start","stop","isPaused"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["custom"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string"},"customShowId":{"type":"string"},"index":{"type":"number"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"],"additionalProperties":false},"start":{"type":"number"},"stop":{"type":"number"},"isPaused":{"default":false,"type":"boolean"},"timeRemaining":{"type":"number"}},"required":["type","persisted","duration","id","customShowId","index","start","stop","isPaused"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["redirect"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"channel":{"type":"string"},"channelNumber":{"type":"number"},"channelName":{"type":"string"},"start":{"type":"number"},"stop":{"type":"number"},"isPaused":{"default":false,"type":"boolean"},"timeRemaining":{"type":"number"}},"required":["type","persisted","duration","channel","channelNumber","channelName","start","stop","isPaused"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["flex"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"start":{"type":"number"},"stop":{"type":"number"},"isPaused":{"default":false,"type":"boolean"},"timeRemaining":{"type":"number"},"title":{"type":"string"}},"required":["type","persisted","duration","start","stop","isPaused","title"],"additionalProperties":false}]}}},"required":["name","number","id","programs"],"additionalProperties":false}}}},"400":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"],"additionalProperties":false}}}}}}},"/api/channels/{id}/now_playing":{"get":{"tags":["Channels"],"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"},"start":{"type":"number"},"stop":{"type":"number"},"isPaused":{"default":false,"type":"boolean"},"timeRemaining":{"type":"number"}},"required":["type","persisted","duration","id","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds","start","stop","isPaused"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["custom"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string"},"customShowId":{"type":"string"},"index":{"type":"number"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"],"additionalProperties":false},"start":{"type":"number"},"stop":{"type":"number"},"isPaused":{"default":false,"type":"boolean"},"timeRemaining":{"type":"number"}},"required":["type","persisted","duration","id","customShowId","index","start","stop","isPaused"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["redirect"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"channel":{"type":"string"},"channelNumber":{"type":"number"},"channelName":{"type":"string"},"start":{"type":"number"},"stop":{"type":"number"},"isPaused":{"default":false,"type":"boolean"},"timeRemaining":{"type":"number"}},"required":["type","persisted","duration","channel","channelNumber","channelName","start","stop","isPaused"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["flex"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"start":{"type":"number"},"stop":{"type":"number"},"isPaused":{"default":false,"type":"boolean"},"timeRemaining":{"type":"number"},"title":{"type":"string"}},"required":["type","persisted","duration","start","stop","isPaused","title"],"additionalProperties":false}]}}}},"400":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"],"additionalProperties":false}}}}}}},"/api/channels/{id}/transcode_config":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"threadCount":{"type":"number"},"hardwareAccelerationMode":{"type":"string","enum":["none","cuda","vaapi","qsv","videotoolbox"]},"vaapiDriver":{"type":"string","enum":["system","ihd","i965","radeonsi","nouveau"]},"vaapiDevice":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"resolution":{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},"videoFormat":{"type":"string","enum":["h264","hevc","mpeg2video"]},"videoProfile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"videoPreset":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"videoBitDepth":{"anyOf":[{"anyOf":[{"type":"number","enum":[8]},{"type":"number","enum":[10]}]},{"nullable":true,"enum":[null]}]},"videoBitRate":{"type":"number"},"videoBufferSize":{"type":"number"},"audioChannels":{"type":"number"},"audioFormat":{"type":"string","enum":["aac","ac3","copy","mp3"]},"audioBitRate":{"type":"number"},"audioBufferSize":{"type":"number"},"audioSampleRate":{"type":"number"},"audioVolumePercent":{"default":100,"type":"number"},"normalizeFrameRate":{"type":"boolean"},"deinterlaceVideo":{"type":"boolean"},"disableChannelOverlay":{"type":"boolean"},"errorScreen":{"type":"string","enum":["static","pic","blank","testsrc","text","kill"]},"errorScreenAudio":{"type":"string","enum":["silent","sine","whitenoise"]},"isDefault":{"type":"boolean"},"disableHardwareDecoder":{"default":false,"type":"boolean"},"disableHardwareEncoding":{"default":false,"type":"boolean"},"disableHardwareFilters":{"default":false,"type":"boolean"}},"required":["id","name","threadCount","hardwareAccelerationMode","vaapiDriver","vaapiDevice","resolution","videoFormat","videoProfile","videoPreset","videoBitDepth","videoBitRate","videoBufferSize","audioChannels","audioFormat","audioBitRate","audioBufferSize","audioSampleRate","audioVolumePercent","normalizeFrameRate","deinterlaceVideo","disableChannelOverlay","errorScreen","errorScreenAudio","isDefault","disableHardwareDecoder","disableHardwareEncoding","disableHardwareFilters"],"additionalProperties":false}}}}}}},"/api/channels/{channelId}/schedule-time-slots":{"post":{"tags":["Channels"],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"schedule":{"type":"object","properties":{"type":{"type":"string","enum":["time"]},"flexPreference":{"type":"string","enum":["distribute","end"]},"latenessMs":{"type":"number"},"maxDays":{"type":"number"},"padMs":{"type":"number"},"period":{"type":"string","enum":["day","week"]},"slots":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"startTime":{"type":"number"},"type":{"type":"string","enum":["movie"]},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId"]}}},"required":["startTime","type","order"]},{"type":"object","properties":{"startTime":{"type":"number"},"type":{"type":"string","enum":["show"]},"showId":{"type":"string"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId"]}}},"required":["startTime","type","showId","order"]},{"type":"object","properties":{"startTime":{"type":"number"},"type":{"type":"string","enum":["flex"]}},"required":["startTime","type"]},{"type":"object","properties":{"type":{"type":"string","enum":["redirect"]},"channelId":{"type":"string"},"channelName":{"type":"string"},"startTime":{"type":"number"}},"required":["type","channelId","startTime"]},{"type":"object","properties":{"type":{"type":"string","enum":["filler"]},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"order":{"type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]},"durationWeighting":{"type":"string","enum":["linear","log"]},"decayFactor":{"type":"number","minimum":0,"exclusiveMaximum":true,"maximum":1},"recoveryFactor":{"type":"number","minimum":0,"exclusiveMaximum":true,"maximum":1},"startTime":{"type":"number"}},"required":["type","fillerListId","order","durationWeighting","decayFactor","recoveryFactor","startTime"]},{"type":"object","properties":{"type":{"type":"string","enum":["custom-show"]},"customShowId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId"]}},"startTime":{"type":"number"}},"required":["type","customShowId","order","startTime"]},{"type":"object","properties":{"startTime":{"type":"number"},"type":{"type":"string","enum":["smart-collection"]},"smartCollectionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId"]}}},"required":["startTime","type","smartCollectionId","order"]}]}},"timeZoneOffset":{"type":"number"},"startTomorrow":{"type":"boolean"}},"required":["type","flexPreference","latenessMs","maxDays","padMs","period","slots","timeZoneOffset"]}},"required":["schedule"]}}},"required":true},"parameters":[{"schema":{"type":"string"},"in":"path","name":"channelId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"startTime":{"type":"number","exclusiveMinimum":true,"minimum":0},"lineup":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"}},"required":["type","persisted","duration"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["custom"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string"},"customShowId":{"type":"string"},"index":{"type":"number"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"}},"required":["type","persisted","duration"],"additionalProperties":false}},"required":["type","persisted","duration","id","customShowId","index"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["filler"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"}},"required":["type","persisted","duration"],"additionalProperties":false},"fillerType":{"type":"string","enum":["pre","post","head","tail","fallback"]}},"required":["type","persisted","duration","id","fillerListId"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["redirect"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"channel":{"type":"string"},"channelNumber":{"type":"number"},"channelName":{"type":"string"}},"required":["type","persisted","duration","channel","channelNumber","channelName"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["flex"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"}},"required":["type","persisted","duration"],"additionalProperties":false}]}},"seed":{"type":"array","items":{"type":"number"}},"discardCount":{"type":"number"},"programs":{"type":"object","additionalProperties":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"],"additionalProperties":false}}},"required":["startTime","lineup","seed","discardCount","programs"],"additionalProperties":false}}}}}}},"/api/channels/{channelId}/schedule-slots":{"post":{"tags":["Channels"],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"schedule":{"type":"object","properties":{"type":{"type":"string","enum":["random"]},"flexPreference":{"type":"string","enum":["distribute","end"]},"maxDays":{"type":"number"},"padMs":{"type":"number"},"padStyle":{"type":"string","enum":["slot","episode"]},"slots":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId"]}},"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"]},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"]}]},"weight":{"type":"number"},"index":{"type":"number"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"type":{"type":"string","enum":["movie"]}},"required":["cooldownMs","weight","order","type"]},{"type":"object","properties":{"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId"]}},"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"]},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"]}]},"weight":{"type":"number"},"index":{"type":"number"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"type":{"type":"string","enum":["show"]},"showId":{"type":"string"}},"required":["cooldownMs","weight","order","type","showId"]},{"type":"object","properties":{"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"]},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"]}]},"weight":{"type":"number"},"index":{"type":"number"},"type":{"type":"string","enum":["flex"]}},"required":["cooldownMs","weight","type"]},{"type":"object","properties":{"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"]},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"]}]},"weight":{"type":"number"},"index":{"type":"number"},"type":{"type":"string","enum":["redirect"]},"channelId":{"type":"string"},"channelName":{"type":"string"}},"required":["cooldownMs","weight","type","channelId"]},{"type":"object","properties":{"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId"]}},"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"]},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"]}]},"weight":{"type":"number"},"index":{"type":"number"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"type":{"type":"string","enum":["custom-show"]},"customShowId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["cooldownMs","weight","order","type","customShowId"]},{"type":"object","properties":{"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"]},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"]}]},"weight":{"type":"number"},"index":{"type":"number"},"type":{"type":"string","enum":["filler"]},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"order":{"type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]},"durationWeighting":{"type":"string","enum":["linear","log"]},"decayFactor":{"type":"number","minimum":0,"exclusiveMaximum":true,"maximum":1},"recoveryFactor":{"type":"number","minimum":0,"exclusiveMaximum":true,"maximum":1}},"required":["cooldownMs","weight","type","fillerListId","order","durationWeighting","decayFactor","recoveryFactor"]},{"type":"object","properties":{"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId"]}},"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"]},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"]}]},"weight":{"type":"number"},"index":{"type":"number"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"type":{"type":"string","enum":["smart-collection"]},"smartCollectionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["cooldownMs","weight","order","type","smartCollectionId"]}]}},"timeZoneOffset":{"type":"number"},"randomDistribution":{"type":"string","enum":["uniform","weighted","none"]},"periodMs":{"type":"number"},"lockWeights":{"default":false,"type":"boolean"}},"required":["type","flexPreference","maxDays","padMs","padStyle","slots","randomDistribution"]}},"required":["schedule"]}}},"required":true},"parameters":[{"schema":{"type":"string"},"in":"path","name":"channelId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"startTime":{"type":"number","exclusiveMinimum":true,"minimum":0},"lineup":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"}},"required":["type","persisted","duration"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["custom"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string"},"customShowId":{"type":"string"},"index":{"type":"number"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"}},"required":["type","persisted","duration"],"additionalProperties":false}},"required":["type","persisted","duration","id","customShowId","index"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["filler"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"}},"required":["type","persisted","duration"],"additionalProperties":false},"fillerType":{"type":"string","enum":["pre","post","head","tail","fallback"]}},"required":["type","persisted","duration","id","fillerListId"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["redirect"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"channel":{"type":"string"},"channelNumber":{"type":"number"},"channelName":{"type":"string"}},"required":["type","persisted","duration","channel","channelNumber","channelName"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["flex"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"}},"required":["type","persisted","duration"],"additionalProperties":false}]}},"seed":{"type":"array","items":{"type":"number"}},"discardCount":{"type":"number"},"programs":{"type":"object","additionalProperties":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"],"additionalProperties":false}}},"required":["startTime","lineup","seed","discardCount","programs"],"additionalProperties":false}}}}}}},"/api/channels/{id}/schedule":{"get":{"tags":["Channels","Scheduling"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"schedule":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["time"]},"flexPreference":{"type":"string","enum":["distribute","end"]},"latenessMs":{"type":"number"},"maxDays":{"type":"number"},"padMs":{"type":"number"},"period":{"type":"string","enum":["day","week"]},"slots":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"startTime":{"type":"number"},"type":{"type":"string","enum":["movie"]},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId","fillerOrder"],"additionalProperties":false}}},"required":["startTime","type","order","direction"],"additionalProperties":false},{"type":"object","properties":{"startTime":{"type":"number"},"type":{"type":"string","enum":["show"]},"showId":{"type":"string"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId","fillerOrder"],"additionalProperties":false}},"show":{"anyOf":[{"$ref":"#/components/schemas/Show"},{"nullable":true,"enum":[null]}]},"missingShow":{"description":"A show that existed in the DB at schedule time, but no longer exists.","type":"object","properties":{"title":{"type":"string"}},"additionalProperties":false}},"required":["startTime","type","showId","order","direction","show"],"additionalProperties":false},{"type":"object","properties":{"startTime":{"type":"number"},"type":{"type":"string","enum":["flex"]}},"required":["startTime","type"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["redirect"]},"channelId":{"type":"string"},"channelName":{"type":"string"},"startTime":{"type":"number"},"channel":{"anyOf":[{"type":"object","properties":{"disableFillerOverlay":{"type":"boolean"},"duration":{"type":"number"},"fallback":{"type":"array","items":{"type":"object","properties":{"artistName":{"type":"string"},"albumName":{"type":"string"},"channel":{"type":"string"},"customOrder":{"type":"number"},"customShowId":{"type":"string"},"customShowName":{"type":"string"},"date":{"type":"string"},"duration":{"type":"number"},"episode":{"type":"number"},"episodeIcon":{"type":"string"},"file":{"type":"string"},"id":{"type":"string"},"icon":{"type":"string"},"key":{"type":"string"},"plexFile":{"type":"string"},"rating":{"type":"string"},"externalKey":{"type":"string"},"season":{"type":"number"},"seasonIcon":{"type":"string"},"serverKey":{"type":"string"},"showIcon":{"type":"string"},"showTitle":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"summary":{"type":"string"},"title":{"type":"string"},"type":{"anyOf":[{"type":"string","enum":["movie"]},{"type":"string","enum":["episode"]},{"type":"string","enum":["track"]},{"type":"string","enum":["redirect"]},{"type":"string","enum":["custom"]},{"type":"string","enum":["flex"]}]},"year":{"type":"number"}},"required":["duration","id","sourceType","type"],"additionalProperties":false}},"fillerCollections":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"weight":{"type":"number"},"cooldownSeconds":{"type":"number"}},"required":["id","weight","cooldownSeconds"],"additionalProperties":false}},"fillerRepeatCooldown":{"type":"number"},"groupTitle":{"type":"string"},"guideFlexTitle":{"type":"string"},"guideMinimumDuration":{"type":"number"},"icon":{"type":"object","properties":{"path":{"default":"","type":"string"},"width":{"default":0,"type":"number","minimum":0},"duration":{"default":0,"type":"number"},"position":{"default":"bottom-right","anyOf":[{"type":"string","enum":["top-left"]},{"type":"string","enum":["top-right"]},{"type":"string","enum":["bottom-left"]},{"type":"string","enum":["bottom-right"]}]}},"required":["path","width","duration","position"],"additionalProperties":false},"id":{"type":"string"},"name":{"type":"string"},"number":{"type":"number"},"offline":{"type":"object","properties":{"picture":{"type":"string"},"soundtrack":{"type":"string"},"mode":{"anyOf":[{"type":"string","enum":["pic"]},{"type":"string","enum":["clip"]}]}},"required":["mode"],"additionalProperties":false},"startTime":{"type":"number"},"stealth":{"type":"boolean"},"transcoding":{"type":"object","properties":{"targetResolution":{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},"videoBitrate":{"type":"number"},"videoBufferSize":{"type":"number"}},"additionalProperties":false},"watermark":{"type":"object","properties":{"url":{"type":"string"},"enabled":{"type":"boolean"},"position":{"default":"bottom-right","anyOf":[{"type":"string","enum":["top-left"]},{"type":"string","enum":["top-right"]},{"type":"string","enum":["bottom-left"]},{"type":"string","enum":["bottom-right"]}]},"width":{"type":"number","exclusiveMinimum":true,"minimum":0},"verticalMargin":{"type":"number","minimum":0,"maximum":100},"horizontalMargin":{"type":"number","minimum":0,"maximum":100},"duration":{"default":0,"type":"number","minimum":0},"fixedSize":{"type":"boolean"},"animated":{"type":"boolean"},"opacity":{"default":100,"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fadeConfig":{"type":"array","items":{"type":"object","properties":{"programType":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"periodMins":{"type":"number","minimum":1},"leadingEdge":{"default":true,"type":"boolean"}},"required":["periodMins"],"additionalProperties":false}}},"required":["enabled","position","width","verticalMargin","horizontalMargin","duration","opacity"],"additionalProperties":false},"onDemand":{"type":"object","properties":{"enabled":{"type":"boolean"}},"required":["enabled"],"additionalProperties":false},"programCount":{"type":"number"},"streamMode":{"type":"string","enum":["hls","hls_slower","mpegts","hls_direct"]},"transcodeConfigId":{"type":"string"},"sessions":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["hls","hls_slower","mpegts","hls_direct","hls_concat","hls_slower_concat","mpegts_concat","hls_direct_concat"]},"state":{"type":"string"},"numConnections":{"type":"number","minimum":0},"connections":{"type":"array","items":{"type":"object","properties":{"ip":{"anyOf":[{"type":"string","format":"ipv4","pattern":"^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$"},{"type":"string","format":"ipv6","pattern":"^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$"}]},"userAgent":{"type":"string"},"lastHeartbeat":{"type":"number","minimum":0}},"required":["ip"],"additionalProperties":false}}},"required":["type","state","numConnections","connections"],"additionalProperties":false}},"subtitlesEnabled":{"type":"boolean"},"subtitlePreferences":{"minItems":1,"type":"array","items":{"type":"object","properties":{"langugeCode":{"type":"string"},"priority":{"type":"number","minimum":0},"allowImageBased":{"type":"boolean"},"allowExternal":{"type":"boolean"},"filter":{"default":"any","type":"string","enum":["none","forced","default","any"]}},"required":["langugeCode","priority","allowImageBased","allowExternal","filter"],"additionalProperties":false}}},"required":["disableFillerOverlay","duration","groupTitle","guideMinimumDuration","icon","id","name","number","offline","startTime","stealth","onDemand","programCount","streamMode","transcodeConfigId","subtitlesEnabled"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"isMissing":{"default":false,"type":"boolean"}},"required":["type","channelId","startTime","channel","isMissing"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["custom-show"]},"customShowId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId","fillerOrder"],"additionalProperties":false}},"startTime":{"type":"number"},"customShow":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"contentCount":{"type":"number"}},"required":["id","name","contentCount"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"isMissing":{"default":false,"type":"boolean"}},"required":["type","customShowId","order","direction","startTime","customShow","isMissing"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["filler"]},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"order":{"type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]},"durationWeighting":{"type":"string","enum":["linear","log"]},"decayFactor":{"type":"number","minimum":0,"exclusiveMaximum":true,"maximum":1},"recoveryFactor":{"type":"number","minimum":0,"exclusiveMaximum":true,"maximum":1},"startTime":{"type":"number"},"fillerList":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"contentCount":{"type":"number"}},"required":["id","name","contentCount"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"isMissing":{"default":false,"type":"boolean"}},"required":["type","fillerListId","order","durationWeighting","decayFactor","recoveryFactor","startTime","fillerList","isMissing"],"additionalProperties":false},{"type":"object","properties":{"startTime":{"type":"number"},"type":{"type":"string","enum":["smart-collection"]},"smartCollectionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId","fillerOrder"],"additionalProperties":false}},"smartCollection":{"anyOf":[{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"query":{"type":"string"}},"required":["uuid","name","query"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"isMissing":{"default":false,"type":"boolean"}},"required":["startTime","type","smartCollectionId","order","direction","smartCollection","isMissing"],"additionalProperties":false}]}},"timeZoneOffset":{"type":"number"},"startTomorrow":{"type":"boolean"}},"required":["type","flexPreference","latenessMs","maxDays","padMs","period","slots","timeZoneOffset"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["random"]},"flexPreference":{"type":"string","enum":["distribute","end"]},"maxDays":{"type":"number"},"padMs":{"type":"number"},"padStyle":{"type":"string","enum":["slot","episode"]},"slots":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId","fillerOrder"],"additionalProperties":false}},"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"],"additionalProperties":false}]},"weight":{"type":"number"},"index":{"type":"number"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"type":{"type":"string","enum":["movie"]}},"required":["cooldownMs","durationSpec","weight","order","direction","type"],"additionalProperties":false},{"type":"object","properties":{"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId","fillerOrder"],"additionalProperties":false}},"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"],"additionalProperties":false}]},"weight":{"type":"number"},"index":{"type":"number"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"type":{"type":"string","enum":["show"]},"showId":{"type":"string"},"show":{"anyOf":[{"$ref":"#/components/schemas/Show"},{"nullable":true,"enum":[null]}]},"missingShow":{"description":"A show that existed in the DB at schedule time, but no longer exists.","type":"object","properties":{"title":{"type":"string"}},"additionalProperties":false}},"required":["cooldownMs","durationSpec","weight","order","direction","type","showId","show"],"additionalProperties":false},{"type":"object","properties":{"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"],"additionalProperties":false}]},"weight":{"type":"number"},"index":{"type":"number"},"type":{"type":"string","enum":["flex"]}},"required":["cooldownMs","durationSpec","weight","type"],"additionalProperties":false},{"type":"object","properties":{"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"],"additionalProperties":false}]},"weight":{"type":"number"},"index":{"type":"number"},"type":{"type":"string","enum":["redirect"]},"channelId":{"type":"string"},"channelName":{"type":"string"},"channel":{"anyOf":[{"type":"object","properties":{"disableFillerOverlay":{"type":"boolean"},"duration":{"type":"number"},"fallback":{"type":"array","items":{"type":"object","properties":{"artistName":{"type":"string"},"albumName":{"type":"string"},"channel":{"type":"string"},"customOrder":{"type":"number"},"customShowId":{"type":"string"},"customShowName":{"type":"string"},"date":{"type":"string"},"duration":{"type":"number"},"episode":{"type":"number"},"episodeIcon":{"type":"string"},"file":{"type":"string"},"id":{"type":"string"},"icon":{"type":"string"},"key":{"type":"string"},"plexFile":{"type":"string"},"rating":{"type":"string"},"externalKey":{"type":"string"},"season":{"type":"number"},"seasonIcon":{"type":"string"},"serverKey":{"type":"string"},"showIcon":{"type":"string"},"showTitle":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"summary":{"type":"string"},"title":{"type":"string"},"type":{"anyOf":[{"type":"string","enum":["movie"]},{"type":"string","enum":["episode"]},{"type":"string","enum":["track"]},{"type":"string","enum":["redirect"]},{"type":"string","enum":["custom"]},{"type":"string","enum":["flex"]}]},"year":{"type":"number"}},"required":["duration","id","sourceType","type"],"additionalProperties":false}},"fillerCollections":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"weight":{"type":"number"},"cooldownSeconds":{"type":"number"}},"required":["id","weight","cooldownSeconds"],"additionalProperties":false}},"fillerRepeatCooldown":{"type":"number"},"groupTitle":{"type":"string"},"guideFlexTitle":{"type":"string"},"guideMinimumDuration":{"type":"number"},"icon":{"type":"object","properties":{"path":{"default":"","type":"string"},"width":{"default":0,"type":"number","minimum":0},"duration":{"default":0,"type":"number"},"position":{"default":"bottom-right","anyOf":[{"type":"string","enum":["top-left"]},{"type":"string","enum":["top-right"]},{"type":"string","enum":["bottom-left"]},{"type":"string","enum":["bottom-right"]}]}},"required":["path","width","duration","position"],"additionalProperties":false},"id":{"type":"string"},"name":{"type":"string"},"number":{"type":"number"},"offline":{"type":"object","properties":{"picture":{"type":"string"},"soundtrack":{"type":"string"},"mode":{"anyOf":[{"type":"string","enum":["pic"]},{"type":"string","enum":["clip"]}]}},"required":["mode"],"additionalProperties":false},"startTime":{"type":"number"},"stealth":{"type":"boolean"},"transcoding":{"type":"object","properties":{"targetResolution":{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},"videoBitrate":{"type":"number"},"videoBufferSize":{"type":"number"}},"additionalProperties":false},"watermark":{"type":"object","properties":{"url":{"type":"string"},"enabled":{"type":"boolean"},"position":{"default":"bottom-right","anyOf":[{"type":"string","enum":["top-left"]},{"type":"string","enum":["top-right"]},{"type":"string","enum":["bottom-left"]},{"type":"string","enum":["bottom-right"]}]},"width":{"type":"number","exclusiveMinimum":true,"minimum":0},"verticalMargin":{"type":"number","minimum":0,"maximum":100},"horizontalMargin":{"type":"number","minimum":0,"maximum":100},"duration":{"default":0,"type":"number","minimum":0},"fixedSize":{"type":"boolean"},"animated":{"type":"boolean"},"opacity":{"default":100,"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fadeConfig":{"type":"array","items":{"type":"object","properties":{"programType":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"periodMins":{"type":"number","minimum":1},"leadingEdge":{"default":true,"type":"boolean"}},"required":["periodMins"],"additionalProperties":false}}},"required":["enabled","position","width","verticalMargin","horizontalMargin","duration","opacity"],"additionalProperties":false},"onDemand":{"type":"object","properties":{"enabled":{"type":"boolean"}},"required":["enabled"],"additionalProperties":false},"programCount":{"type":"number"},"streamMode":{"type":"string","enum":["hls","hls_slower","mpegts","hls_direct"]},"transcodeConfigId":{"type":"string"},"sessions":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["hls","hls_slower","mpegts","hls_direct","hls_concat","hls_slower_concat","mpegts_concat","hls_direct_concat"]},"state":{"type":"string"},"numConnections":{"type":"number","minimum":0},"connections":{"type":"array","items":{"type":"object","properties":{"ip":{"anyOf":[{"type":"string","format":"ipv4","pattern":"^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$"},{"type":"string","format":"ipv6","pattern":"^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$"}]},"userAgent":{"type":"string"},"lastHeartbeat":{"type":"number","minimum":0}},"required":["ip"],"additionalProperties":false}}},"required":["type","state","numConnections","connections"],"additionalProperties":false}},"subtitlesEnabled":{"type":"boolean"},"subtitlePreferences":{"minItems":1,"type":"array","items":{"type":"object","properties":{"langugeCode":{"type":"string"},"priority":{"type":"number","minimum":0},"allowImageBased":{"type":"boolean"},"allowExternal":{"type":"boolean"},"filter":{"default":"any","type":"string","enum":["none","forced","default","any"]}},"required":["langugeCode","priority","allowImageBased","allowExternal","filter"],"additionalProperties":false}}},"required":["disableFillerOverlay","duration","groupTitle","guideMinimumDuration","icon","id","name","number","offline","startTime","stealth","onDemand","programCount","streamMode","transcodeConfigId","subtitlesEnabled"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"isMissing":{"default":false,"type":"boolean"}},"required":["cooldownMs","durationSpec","weight","type","channelId","channel","isMissing"],"additionalProperties":false},{"type":"object","properties":{"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId","fillerOrder"],"additionalProperties":false}},"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"],"additionalProperties":false}]},"weight":{"type":"number"},"index":{"type":"number"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"type":{"type":"string","enum":["custom-show"]},"customShowId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"customShow":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"contentCount":{"type":"number"}},"required":["id","name","contentCount"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"isMissing":{"default":false,"type":"boolean"}},"required":["cooldownMs","durationSpec","weight","order","direction","type","customShowId","customShow","isMissing"],"additionalProperties":false},{"type":"object","properties":{"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"],"additionalProperties":false}]},"weight":{"type":"number"},"index":{"type":"number"},"type":{"type":"string","enum":["filler"]},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"order":{"type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]},"durationWeighting":{"type":"string","enum":["linear","log"]},"decayFactor":{"type":"number","minimum":0,"exclusiveMaximum":true,"maximum":1},"recoveryFactor":{"type":"number","minimum":0,"exclusiveMaximum":true,"maximum":1},"fillerList":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"contentCount":{"type":"number"}},"required":["id","name","contentCount"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"isMissing":{"default":false,"type":"boolean"}},"required":["cooldownMs","durationSpec","weight","type","fillerListId","order","durationWeighting","decayFactor","recoveryFactor","fillerList","isMissing"],"additionalProperties":false},{"type":"object","properties":{"filler":{"type":"array","items":{"type":"object","properties":{"types":{"minItems":1,"type":"array","items":{"type":"string","enum":["head","pre","post","tail","fallback"]}},"fillerListId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fillerOrder":{"default":"shuffle_prefer_short","type":"string","enum":["shuffle_prefer_short","shuffle_prefer_long","uniform"]}},"required":["types","fillerListId","fillerOrder"],"additionalProperties":false}},"cooldownMs":{"type":"number"},"periodMs":{"type":"number"},"durationSpec":{"default":{"type":"dynamic","programCount":1},"anyOf":[{"type":"object","properties":{"durationMs":{"type":"number"},"type":{"type":"string","enum":["fixed"]}},"required":["durationMs","type"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["dynamic"]},"programCount":{"type":"number","minimum":1}},"required":["type","programCount"],"additionalProperties":false}]},"weight":{"type":"number"},"index":{"type":"number"},"order":{"type":"string","enum":["next","shuffle","ordered_shuffle","alphanumeric","chronological"]},"direction":{"default":"asc","type":"string","enum":["asc","desc"]},"type":{"type":"string","enum":["smart-collection"]},"smartCollectionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["cooldownMs","durationSpec","weight","order","direction","type","smartCollectionId"],"additionalProperties":false}]}},"timeZoneOffset":{"type":"number"},"randomDistribution":{"type":"string","enum":["uniform","weighted","none"]},"periodMs":{"type":"number"},"lockWeights":{"default":false,"type":"boolean"}},"required":["type","flexPreference","maxDays","padMs","padStyle","slots","randomDistribution","lockWeights"],"additionalProperties":false}]}},"additionalProperties":false}}}}}}},"/api/custom-shows":{"get":{"tags":["Custom Shows"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"contentCount":{"type":"number"},"programs":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["custom"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string"},"customShowId":{"type":"string"},"index":{"type":"number"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"],"additionalProperties":false}},"required":["type","persisted","duration","id","customShowId","index"],"additionalProperties":false}},"totalDuration":{"type":"number","minimum":0}},"required":["id","name","contentCount","totalDuration"],"additionalProperties":false}}}}}}},"post":{"operationId":"createCustomShow","tags":["Custom Shows"],"description":"Creates a new Custom Show","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"programs":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"]}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"]},{"type":"object","properties":{"type":{"type":"string","enum":["custom"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string"},"customShowId":{"type":"string"},"index":{"type":"number"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"]}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"]}},"required":["type","persisted","duration","id","customShowId","index"]}]}}},"required":["name","programs"]}}},"required":true},"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"],"additionalProperties":false}}}}}}},"/api/custom-shows/{id}":{"get":{"tags":["Custom Shows"],"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"contentCount":{"type":"number"},"programs":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["custom"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string"},"customShowId":{"type":"string"},"index":{"type":"number"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"],"additionalProperties":false}},"required":["type","persisted","duration","id","customShowId","index"],"additionalProperties":false}},"totalDuration":{"type":"number","minimum":0}},"required":["id","name","contentCount","totalDuration"],"additionalProperties":false}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}},"put":{"tags":["Custom Shows"],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"programs":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"]}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"]},{"type":"object","properties":{"type":{"type":"string","enum":["custom"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string"},"customShowId":{"type":"string"},"index":{"type":"number"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"]}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"]}},"required":["type","persisted","duration","id","customShowId","index"]}]}}}}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"contentCount":{"type":"number"},"programs":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["custom"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string"},"customShowId":{"type":"string"},"index":{"type":"number"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"],"additionalProperties":false}},"required":["type","persisted","duration","id","customShowId","index"],"additionalProperties":false}},"totalDuration":{"type":"number","minimum":0}},"required":["id","name","contentCount","totalDuration"],"additionalProperties":false}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}},"delete":{"operationId":"deleteCustomShow","tags":["Custom Shows"],"description":"Delets a custom show with the given ID","parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"],"additionalProperties":false}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/api/custom-shows/{id}/programs":{"get":{"tags":["Custom Shows"],"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["custom"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string"},"customShowId":{"type":"string"},"index":{"type":"number"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"],"additionalProperties":false}},"required":["type","persisted","duration","id","customShowId","index"],"additionalProperties":false}}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/api/filler-lists":{"get":{"tags":["Filler Lists"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"contentCount":{"type":"number"},"programs":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["custom"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string"},"customShowId":{"type":"string"},"index":{"type":"number"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"],"additionalProperties":false}},"required":["type","persisted","duration","id","customShowId","index"],"additionalProperties":false}]}}},"required":["id","name","contentCount"],"additionalProperties":false}}}}}}},"post":{"tags":["Filler Lists"],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"programs":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"]}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"]},{"type":"object","properties":{"type":{"type":"string","enum":["custom"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string"},"customShowId":{"type":"string"},"index":{"type":"number"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"]}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"]}},"required":["type","persisted","duration","id","customShowId","index"]}]}}},"required":["name","programs"]}}},"required":true},"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"],"additionalProperties":false}}}}}}},"/api/filler-lists/{id}":{"get":{"tags":["Filler Lists"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"contentCount":{"type":"number"},"programs":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["custom"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string"},"customShowId":{"type":"string"},"index":{"type":"number"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"],"additionalProperties":false}},"required":["type","persisted","duration","id","customShowId","index"],"additionalProperties":false}]}}},"required":["id","name","contentCount"],"additionalProperties":false}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}},"delete":{"tags":["Filler Lists"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}},"put":{"tags":["Filler Lists"],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"programs":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"]}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"]},{"type":"object","properties":{"type":{"type":"string","enum":["custom"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string"},"customShowId":{"type":"string"},"index":{"type":"number"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"]}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"summary":{"type":"string"}},"required":["externalIds"]}}},"required":["externalIds","type"]}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"]},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"]}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"]}},"required":["type","persisted","duration","id","customShowId","index"]}]}}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"contentCount":{"type":"number"},"programs":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["custom"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string"},"customShowId":{"type":"string"},"index":{"type":"number"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"],"additionalProperties":false}},"required":["type","persisted","duration","id","customShowId","index"],"additionalProperties":false}]}}},"required":["id","name","contentCount"],"additionalProperties":false}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/api/filler-lists/{id}/programs":{"get":{"tags":["Filler Lists"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["custom"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string"},"customShowId":{"type":"string"},"index":{"type":"number"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"],"additionalProperties":false}},"required":["type","persisted","duration","id","customShowId","index"],"additionalProperties":false}]}}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/api/programs/search":{"post":{"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"query":{"type":"object","properties":{"query":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"restrictSearchTo":{"type":"array","items":{"type":"string"}},"filter":{"anyOf":[{"$ref":"#/components/schemas/SearchFilterInput"},{"nullable":true,"enum":[null]}]},"sort":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"field":{"type":"string","enum":["title","sortTitle","duration","originalReleaseDate","originalReleaseYear","index"]},"direction":{"type":"string","enum":["asc","desc"]}},"required":["field","direction"]}},{"nullable":true,"enum":[null]}]}}},"restrictSeachTo":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"page":{"type":"number"},"limit":{"type":"number"}},"required":["query"]}}},"required":true},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"results":{"type":"array","items":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["movie"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"description":"Epoch timestamp","anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"],"additionalProperties":false}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime","chapterType"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"],"additionalProperties":false},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"state":{"type":"string","enum":["ok","missing"]},"summary":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"plot":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"tagline":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"rating":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state","summary","plot","tagline","rating"],"additionalProperties":false},{"$ref":"#/components/schemas/Episode"},{"$ref":"#/components/schemas/MusicTrack"},{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["other_video"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"description":"Epoch timestamp","anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"],"additionalProperties":false}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime","chapterType"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"],"additionalProperties":false},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"state":{"type":"string","enum":["ok","missing"]}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state"],"additionalProperties":false},{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["music_video"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"description":"Epoch timestamp","anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"],"additionalProperties":false}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime","chapterType"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"],"additionalProperties":false},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"state":{"type":"string","enum":["ok","missing"]}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state"],"additionalProperties":false}]},{"anyOf":[{"$ref":"#/components/schemas/Show"},{"$ref":"#/components/schemas/Season"},{"$ref":"#/components/schemas/MusicArtist"},{"$ref":"#/components/schemas/MusicAlbum"}]}]},{"anyOf":[{"type":"object","properties":{"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"childCount":{"type":"number"},"externalId":{"type":"string"},"childType":{"type":"string","enum":["movie","episode","track","music_video","other_video","season","show","album","artist"]},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"type":{"type":"string","enum":["folder"]}},"required":["sourceType","uuid","title","externalId","mediaSourceId","libraryId","type"],"additionalProperties":false},{"type":"object","properties":{"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"childCount":{"type":"number"},"externalId":{"type":"string"},"childType":{"type":"string","enum":["movie","episode","track","music_video","other_video","season","show","album","artist"]},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"type":{"type":"string","enum":["collection"]}},"required":["sourceType","uuid","title","externalId","mediaSourceId","libraryId","type"],"additionalProperties":false},{"type":"object","properties":{"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"childCount":{"type":"number"},"externalId":{"type":"string"},"childType":{"type":"string","enum":["movie","episode","track","music_video","other_video","season","show","album","artist"]},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"type":{"type":"string","enum":["playlist"]}},"required":["sourceType","uuid","title","externalId","mediaSourceId","libraryId","type"],"additionalProperties":false}]}]}},"page":{"type":"number"},"totalPages":{"type":"number"},"totalHits":{"type":"number"},"facetDistribution":{"type":"object","additionalProperties":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"number"}}}},"required":["results","page","totalPages","totalHits"],"additionalProperties":false}}}}}}},"/api/programs/{id}/descendants":{"get":{"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"],"additionalProperties":false}}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/api/programs/facets/{facetName}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"query","name":"facetQuery","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"mediaSourceId","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"libraryId","required":false},{"schema":{"type":"string"},"in":"path","name":"facetName","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"facetValues":{"type":"object","additionalProperties":{"type":"number"}}},"required":["facetValues"],"additionalProperties":false}}}}}},"post":{"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/SearchFilterInput"}}}}}},"parameters":[{"schema":{"type":"string"},"in":"query","name":"facetQuery","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"libraryId","required":false},{"schema":{"type":"string"},"in":"path","name":"facetName","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"facetValues":{"type":"object","additionalProperties":{"type":"number"}}},"required":["facetValues"],"additionalProperties":false}}}}}}},"/api/programs/{id}":{"get":{"tags":["Programs"],"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["movie"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"description":"Epoch timestamp","anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"],"additionalProperties":false}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime","chapterType"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"],"additionalProperties":false},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"state":{"type":"string","enum":["ok","missing"]},"summary":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"plot":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"tagline":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"rating":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state","summary","plot","tagline","rating"],"additionalProperties":false},{"$ref":"#/components/schemas/Episode"},{"$ref":"#/components/schemas/MusicTrack"},{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["other_video"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"description":"Epoch timestamp","anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"],"additionalProperties":false}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime","chapterType"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"],"additionalProperties":false},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"state":{"type":"string","enum":["ok","missing"]}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state"],"additionalProperties":false},{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["music_video"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"description":"Epoch timestamp","anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"],"additionalProperties":false}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime","chapterType"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"],"additionalProperties":false},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"state":{"type":"string","enum":["ok","missing"]}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state"],"additionalProperties":false}]}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/api/program_groupings/{id}":{"get":{"tags":["Programs"],"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/Show"},{"$ref":"#/components/schemas/Season"},{"$ref":"#/components/schemas/MusicArtist"},{"$ref":"#/components/schemas/MusicAlbum"}]}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/api/programs/{id}/artwork/{artworkType}":{"get":{"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true},{"schema":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"in":"path","name":"artworkType","required":true}],"responses":{"200":{"description":"Default Response","content":{"image/jpeg":{"schema":{}},"image/png":{"schema":{}}}},"404":{"description":"Default Response","content":{"image/jpeg":{"schema":{}},"image/png":{"schema":{}}}}}}},"/api/programs/{id}/stream_details":{"get":{"tags":["Programs"],"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/api/programs/{id}/children":{"get":{"tags":["Programs"],"parameters":[{"schema":{"default":-1,"type":"number","minimum":-1},"in":"query","name":"limit","required":false},{"schema":{"default":0,"type":"number","minimum":0},"in":"query","name":"offset","required":false},{"schema":{"type":"string"},"in":"query","name":"channelId","required":false},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"number"},"result":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["season"]},"programs":{"type":"array","items":{"$ref":"#/components/schemas/Season"}}},"required":["type","programs"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["album"]},"programs":{"type":"array","items":{"$ref":"#/components/schemas/MusicAlbum"}}},"required":["type","programs"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["episode"]},"programs":{"type":"array","items":{"$ref":"#/components/schemas/Episode"}}},"required":["type","programs"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["track"]},"programs":{"type":"array","items":{"$ref":"#/components/schemas/MusicTrack"}}},"required":["type","programs"],"additionalProperties":false}]},"size":{"type":"number"},"offset":{"type":"number"}},"required":["total","result","size"],"additionalProperties":false}}}},"400":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/api/programs/{id}/thumb":{"get":{"tags":["Programs"],"parameters":[{"schema":{"type":"number"},"in":"query","name":"width","required":false},{"schema":{"type":"number"},"in":"query","name":"height","required":false},{"schema":{"default":true,"type":"boolean"},"in":"query","name":"upscale","required":false},{"schema":{"default":"proxy","type":"string","enum":["proxy","redirect"]},"in":"query","name":"method","required":true},{"schema":{"anyOf":[{"type":"boolean"},{"type":"string","enum":["true"]},{"type":"string","enum":["false"]},{"type":"number"}]},"in":"query","name":"useShowPoster","required":false},{"schema":{"default":"program","type":"string","enum":["program","grouping"]},"in":"query","name":"type","required":true},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/api/programs/{id}/external-link":{"get":{"tags":["Programs"],"parameters":[{"schema":{"default":true,"type":"boolean"},"in":"query","name":"forward","required":false},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string"}},"required":["url"],"additionalProperties":false}}}},"302":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"405":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/api/programming/{externalId}":{"get":{"operationId":"getProgramByExternalId","tags":["Programs"],"parameters":[{"schema":{"type":"string"},"in":"path","name":"externalId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"],"additionalProperties":false}}}},"400":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"],"additionalProperties":false}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/api/programming/batch/lookup":{"post":{"operationId":"batchGetProgramsByExternalIds","tags":["Programs"],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"externalIds":{"type":"array","items":{"type":"string"}}},"required":["externalIds"]}}},"required":true},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"],"additionalProperties":false}}}}}}}},"/api/programming/shows/{id}":{"get":{"tags":["Programs"],"parameters":[{"schema":{"anyOf":[{"type":"boolean"},{"type":"string","enum":["true"]},{"type":"string","enum":["false"]},{"type":"number"}]},"in":"query","name":"includeEpisodes","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/api/programming/seasons/{id}":{"get":{"tags":["Programs"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/api/programming/shows/{id}/seasons":{"get":{"tags":["Programs"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/api/movies/{id}/scan":{"post":{"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"202":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"400":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"type":"string"}]}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/api/shows/{id}/scan":{"post":{"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"202":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"400":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"type":"string"}]}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/api/debug/jellyfin/libraries":{"get":{"tags":["Debug"],"parameters":[{"schema":{"type":"string"},"in":"query","name":"userId","required":false},{"schema":{"type":"string","format":"uri"},"in":"query","name":"uri","required":true},{"schema":{"type":"string"},"in":"query","name":"apiKey","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/api/debug/jellyfin/library/items":{"get":{"tags":["Debug"],"parameters":[{"schema":{"type":"string","format":"uri"},"in":"query","name":"uri","required":true},{"schema":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"in":"query","name":"parentId","required":false},{"schema":{"type":"number","minimum":0},"in":"query","name":"offset","required":false},{"schema":{"type":"number","exclusiveMinimum":true,"minimum":0},"in":"query","name":"limit","required":false},{"schema":{"type":"string"},"in":"query","name":"apiKey","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/api/debug/jellyfin/match_program/{id}":{"get":{"tags":["Debug"],"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/api/debug/jellyfin/{libraryId}/enumerate":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"libraryId","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/api/debug/streams/offline":{"get":{"tags":["Debug"],"parameters":[{"schema":{"default":30000,"type":"number"},"in":"query","name":"duration","required":false}],"responses":{"200":{"description":"Default Response"}}}},"/api/debug/streams/error":{"get":{"tags":["Debug"],"parameters":[{"schema":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"number"}]},"in":"query","name":"channelId","required":false}],"responses":{"200":{"description":"Default Response"}}}},"/api/debug/streams/random":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/api/debug/streams/programs/{id}":{"get":{"tags":["Debug"],"parameters":[{"schema":{"anyOf":[{"type":"string","enum":["random"]},{"type":"number"}]},"in":"query","name":"start","required":false},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/api/debug/ffmpeg/probe":{"get":{"tags":["Debug"],"parameters":[{"schema":{"type":"string"},"in":"query","name":"path","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/api/debug/ffmpeg/capabilities":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/api/debug/plex/stream_details":{"get":{"tags":["Debug"],"parameters":[{"schema":{"type":"string"},"in":"query","name":"key","required":true},{"schema":{"type":"string"},"in":"query","name":"mediaSource","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/api/debug/helpers/playing_at":{"get":{"tags":["Debug"],"parameters":[{"schema":{"anyOf":[{"type":"number"},{"type":"string"}]},"in":"query","name":"channelId","required":true},{"schema":{"type":"number"},"in":"query","name":"ts","required":false}],"responses":{"200":{"description":"Default Response"}}}},"/api/debug/helpers/create_guide":{"get":{"tags":["Debug"],"parameters":[{"schema":{"type":"string"},"in":"query","name":"channelId","required":true},{"schema":{"type":"boolean"},"in":"query","name":"live","required":true},{"schema":{"type":"number"},"in":"query","name":"startTime","required":false},{"schema":{"type":"number"},"in":"query","name":"endTime","required":false}],"responses":{"200":{"description":"Default Response"}}}},"/api/debug/helpers/channels/{id}/build_guide":{"get":{"tags":["Debug"],"parameters":[{"schema":{"anyOf":[{"type":"number"}]},"in":"query","name":"from","required":true},{"schema":{"anyOf":[{"type":"number"}]},"in":"query","name":"to","required":true},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/api/debug/helpers/build_guide":{"get":{"tags":["Channels"],"parameters":[{"schema":{},"in":"query","name":"from","required":false},{"schema":{},"in":"query","name":"to","required":false},{"schema":{"default":false,"type":"boolean"},"in":"query","name":"includePrograms","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"icon":{"type":"object","properties":{"path":{"default":"","type":"string"},"width":{"default":0,"type":"number","minimum":0},"duration":{"default":0,"type":"number"},"position":{"default":"bottom-right","anyOf":[{"type":"string","enum":["top-left"]},{"type":"string","enum":["top-right"]},{"type":"string","enum":["bottom-left"]},{"type":"string","enum":["bottom-right"]}]}},"required":["path","width","duration","position"],"additionalProperties":false},"name":{"type":"string"},"number":{"type":"number"},"id":{"type":"string"},"programs":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"},"start":{"type":"number"},"stop":{"type":"number"},"isPaused":{"default":false,"type":"boolean"},"timeRemaining":{"type":"number"}},"required":["type","persisted","duration","id","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds","start","stop","isPaused"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["custom"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string"},"customShowId":{"type":"string"},"index":{"type":"number"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"],"additionalProperties":false},"start":{"type":"number"},"stop":{"type":"number"},"isPaused":{"default":false,"type":"boolean"},"timeRemaining":{"type":"number"}},"required":["type","persisted","duration","id","customShowId","index","start","stop","isPaused"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["redirect"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"channel":{"type":"string"},"channelNumber":{"type":"number"},"channelName":{"type":"string"},"start":{"type":"number"},"stop":{"type":"number"},"isPaused":{"default":false,"type":"boolean"},"timeRemaining":{"type":"number"}},"required":["type","persisted","duration","channel","channelNumber","channelName","start","stop","isPaused"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["flex"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"start":{"type":"number"},"stop":{"type":"number"},"isPaused":{"default":false,"type":"boolean"},"timeRemaining":{"type":"number"},"title":{"type":"string"}},"required":["type","persisted","duration","start","stop","isPaused","title"],"additionalProperties":false}]}}},"required":["name","number","id","programs"],"additionalProperties":false}}}}}}}},"/api/debug/helpers/random_filler":{"get":{"tags":["Debug"],"parameters":[{"schema":{"type":"string"},"in":"query","name":"channelId","required":true},{"schema":{"type":"boolean"},"in":"query","name":"live","required":true},{"schema":{"type":"number"},"in":"query","name":"startTime","required":false},{"schema":{"type":"number"},"in":"query","name":"endTime","required":false},{"schema":{"type":"number"},"in":"query","name":"maxDuration","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/api/debug/db/backup":{"get":{"tags":["Debug"],"responses":{"200":{"description":"Default Response"}}}},"/api/debug/plex/{programId}/update_external_ids":{"post":{"tags":["Debug"],"parameters":[{"schema":{"type":"string"},"in":"path","name":"programId","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/api/debug/helpers/promote_lineup":{"get":{"tags":["Debug"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"channelId","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/api/debug/channels/reload_all_lineups":{"get":{"tags":["Debug"],"responses":{"200":{"description":"Default Response"}}}},"/api/debug/subprocess/status":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/api/debug/subprocess/restart":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/api/debug/media_sources/{mediaSourceId}/scan":{"get":{"parameters":[{"schema":{"type":"string"},"in":"query","name":"pathFilter","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"mediaSourceId","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/api/debug/media_sources/{mediaSourceId}/libraries/{libraryId}/scan":{"get":{"parameters":[{"schema":{"type":"string"},"in":"query","name":"pathFilter","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"mediaSourceId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"libraryId","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/api/media-sources":{"get":{"tags":["Media Source"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"uri":{"type":"string"},"accessToken":{"type":"string"},"userId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"username":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"libraries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"mediaType":{"type":"string","enum":["movies","shows","music_videos","other_videos","tracks"]},"lastScannedAt":{"type":"number"},"externalKey":{"type":"string"},"type":{"type":"string","enum":["plex","jellyfin","emby","local"]},"enabled":{"type":"boolean"},"isLocked":{"type":"boolean"}},"required":["id","name","mediaType","externalKey","type","enabled","isLocked"],"additionalProperties":false}},"pathReplacements":{"type":"array","items":{"type":"object","properties":{"serverPath":{"type":"string"},"localPath":{"type":"string"}},"required":["serverPath","localPath"],"additionalProperties":false}},"type":{"type":"string","enum":["plex"]},"sendGuideUpdates":{"type":"boolean"},"index":{"type":"number"},"clientIdentifier":{"type":"string"}},"required":["id","name","uri","accessToken","userId","username","libraries","pathReplacements","type","sendGuideUpdates","index"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"uri":{"type":"string"},"accessToken":{"type":"string"},"userId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"username":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"libraries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"mediaType":{"type":"string","enum":["movies","shows","music_videos","other_videos","tracks"]},"lastScannedAt":{"type":"number"},"externalKey":{"type":"string"},"type":{"type":"string","enum":["plex","jellyfin","emby","local"]},"enabled":{"type":"boolean"},"isLocked":{"type":"boolean"}},"required":["id","name","mediaType","externalKey","type","enabled","isLocked"],"additionalProperties":false}},"pathReplacements":{"type":"array","items":{"type":"object","properties":{"serverPath":{"type":"string"},"localPath":{"type":"string"}},"required":["serverPath","localPath"],"additionalProperties":false}},"type":{"type":"string","enum":["jellyfin"]}},"required":["id","name","uri","accessToken","userId","username","libraries","pathReplacements","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"uri":{"type":"string"},"accessToken":{"type":"string"},"userId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"username":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"libraries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"mediaType":{"type":"string","enum":["movies","shows","music_videos","other_videos","tracks"]},"lastScannedAt":{"type":"number"},"externalKey":{"type":"string"},"type":{"type":"string","enum":["plex","jellyfin","emby","local"]},"enabled":{"type":"boolean"},"isLocked":{"type":"boolean"}},"required":["id","name","mediaType","externalKey","type","enabled","isLocked"],"additionalProperties":false}},"pathReplacements":{"type":"array","items":{"type":"object","properties":{"serverPath":{"type":"string"},"localPath":{"type":"string"}},"required":["serverPath","localPath"],"additionalProperties":false}},"type":{"type":"string","enum":["emby"]}},"required":["id","name","uri","accessToken","userId","username","libraries","pathReplacements","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"libraries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"mediaType":{"type":"string","enum":["movies","shows","music_videos","other_videos","tracks"]},"lastScannedAt":{"type":"number"},"externalKey":{"type":"string"},"type":{"type":"string","enum":["plex","jellyfin","emby","local"]},"enabled":{"type":"boolean"},"isLocked":{"type":"boolean"}},"required":["id","name","mediaType","externalKey","type","enabled","isLocked"],"additionalProperties":false}},"pathReplacements":{"type":"array","items":{"type":"object","properties":{"serverPath":{"type":"string"},"localPath":{"type":"string"}},"required":["serverPath","localPath"],"additionalProperties":false}},"type":{"type":"string","enum":["local"]},"mediaType":{"type":"string","enum":["movies","shows","music_videos","other_videos","tracks"]},"paths":{"minItems":1,"type":"array","items":{"type":"string","minLength":1}}},"required":["id","name","libraries","pathReplacements","type","mediaType","paths"],"additionalProperties":false}]}}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}},"post":{"tags":["Media Source"],"requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"type":"object","properties":{"name":{"type":"string"},"uri":{"type":"string"},"accessToken":{"type":"string"},"userId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"username":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"pathReplacements":{"type":"array","items":{"type":"object","properties":{"serverPath":{"type":"string"},"localPath":{"type":"string"}},"required":["serverPath","localPath"]}},"type":{"type":"string","enum":["plex"]},"sendGuideUpdates":{"type":"boolean"},"index":{"type":"number"},"clientIdentifier":{"type":"string"}},"required":["name","uri","accessToken","userId","username","pathReplacements","type"]},{"type":"object","properties":{"name":{"type":"string"},"uri":{"type":"string"},"accessToken":{"type":"string"},"userId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"username":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"pathReplacements":{"type":"array","items":{"type":"object","properties":{"serverPath":{"type":"string"},"localPath":{"type":"string"}},"required":["serverPath","localPath"]}},"type":{"type":"string","enum":["jellyfin"]}},"required":["name","uri","accessToken","userId","username","pathReplacements","type"]},{"type":"object","properties":{"name":{"type":"string"},"uri":{"type":"string"},"accessToken":{"type":"string"},"userId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"username":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"pathReplacements":{"type":"array","items":{"type":"object","properties":{"serverPath":{"type":"string"},"localPath":{"type":"string"}},"required":["serverPath","localPath"]}},"type":{"type":"string","enum":["emby"]}},"required":["name","uri","accessToken","userId","username","pathReplacements","type"]},{"type":"object","properties":{"name":{"type":"string"},"pathReplacements":{"type":"array","items":{"type":"object","properties":{"serverPath":{"type":"string"},"localPath":{"type":"string"}},"required":["serverPath","localPath"]}},"type":{"type":"string","enum":["local"]},"mediaType":{"type":"string","enum":["movies","shows","music_videos","other_videos","tracks"]},"paths":{"minItems":1,"type":"array","items":{"type":"string","minLength":1}}},"required":["name","pathReplacements","type","mediaType","paths"]}],"required":["true"]}}},"required":true},"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"],"additionalProperties":false}}}},"400":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/api/media-sources/{mediaSourceId}":{"get":{"tags":["Media Source"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"mediaSourceId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"uri":{"type":"string"},"accessToken":{"type":"string"},"userId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"username":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"libraries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"mediaType":{"type":"string","enum":["movies","shows","music_videos","other_videos","tracks"]},"lastScannedAt":{"type":"number"},"externalKey":{"type":"string"},"type":{"type":"string","enum":["plex","jellyfin","emby","local"]},"enabled":{"type":"boolean"},"isLocked":{"type":"boolean"}},"required":["id","name","mediaType","externalKey","type","enabled","isLocked"],"additionalProperties":false}},"pathReplacements":{"type":"array","items":{"type":"object","properties":{"serverPath":{"type":"string"},"localPath":{"type":"string"}},"required":["serverPath","localPath"],"additionalProperties":false}},"type":{"type":"string","enum":["plex"]},"sendGuideUpdates":{"type":"boolean"},"index":{"type":"number"},"clientIdentifier":{"type":"string"}},"required":["id","name","uri","accessToken","userId","username","libraries","pathReplacements","type","sendGuideUpdates","index"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"uri":{"type":"string"},"accessToken":{"type":"string"},"userId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"username":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"libraries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"mediaType":{"type":"string","enum":["movies","shows","music_videos","other_videos","tracks"]},"lastScannedAt":{"type":"number"},"externalKey":{"type":"string"},"type":{"type":"string","enum":["plex","jellyfin","emby","local"]},"enabled":{"type":"boolean"},"isLocked":{"type":"boolean"}},"required":["id","name","mediaType","externalKey","type","enabled","isLocked"],"additionalProperties":false}},"pathReplacements":{"type":"array","items":{"type":"object","properties":{"serverPath":{"type":"string"},"localPath":{"type":"string"}},"required":["serverPath","localPath"],"additionalProperties":false}},"type":{"type":"string","enum":["jellyfin"]}},"required":["id","name","uri","accessToken","userId","username","libraries","pathReplacements","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"uri":{"type":"string"},"accessToken":{"type":"string"},"userId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"username":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"libraries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"mediaType":{"type":"string","enum":["movies","shows","music_videos","other_videos","tracks"]},"lastScannedAt":{"type":"number"},"externalKey":{"type":"string"},"type":{"type":"string","enum":["plex","jellyfin","emby","local"]},"enabled":{"type":"boolean"},"isLocked":{"type":"boolean"}},"required":["id","name","mediaType","externalKey","type","enabled","isLocked"],"additionalProperties":false}},"pathReplacements":{"type":"array","items":{"type":"object","properties":{"serverPath":{"type":"string"},"localPath":{"type":"string"}},"required":["serverPath","localPath"],"additionalProperties":false}},"type":{"type":"string","enum":["emby"]}},"required":["id","name","uri","accessToken","userId","username","libraries","pathReplacements","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"libraries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"mediaType":{"type":"string","enum":["movies","shows","music_videos","other_videos","tracks"]},"lastScannedAt":{"type":"number"},"externalKey":{"type":"string"},"type":{"type":"string","enum":["plex","jellyfin","emby","local"]},"enabled":{"type":"boolean"},"isLocked":{"type":"boolean"}},"required":["id","name","mediaType","externalKey","type","enabled","isLocked"],"additionalProperties":false}},"pathReplacements":{"type":"array","items":{"type":"object","properties":{"serverPath":{"type":"string"},"localPath":{"type":"string"}},"required":["serverPath","localPath"],"additionalProperties":false}},"type":{"type":"string","enum":["local"]},"mediaType":{"type":"string","enum":["movies","shows","music_videos","other_videos","tracks"]},"paths":{"minItems":1,"type":"array","items":{"type":"string","minLength":1}}},"required":["id","name","libraries","pathReplacements","type","mediaType","paths"],"additionalProperties":false}]}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/api/media-sources/{id}/libraries":{"get":{"tags":["Media Source"],"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"mediaType":{"type":"string","enum":["movies","shows","music_videos","other_videos","tracks"]},"lastScannedAt":{"type":"number"},"externalKey":{"type":"string"},"type":{"type":"string","enum":["plex","jellyfin","emby","local"]},"enabled":{"type":"boolean"},"isLocked":{"type":"boolean"},"mediaSource":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"uri":{"type":"string"},"accessToken":{"type":"string"},"userId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"username":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"pathReplacements":{"type":"array","items":{"type":"object","properties":{"serverPath":{"type":"string"},"localPath":{"type":"string"}},"required":["serverPath","localPath"],"additionalProperties":false}},"type":{"type":"string","enum":["plex"]},"sendGuideUpdates":{"type":"boolean"},"index":{"type":"number"},"clientIdentifier":{"type":"string"}},"required":["id","name","uri","accessToken","userId","username","pathReplacements","type","sendGuideUpdates","index"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"uri":{"type":"string"},"accessToken":{"type":"string"},"userId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"username":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"pathReplacements":{"type":"array","items":{"type":"object","properties":{"serverPath":{"type":"string"},"localPath":{"type":"string"}},"required":["serverPath","localPath"],"additionalProperties":false}},"type":{"type":"string","enum":["jellyfin"]}},"required":["id","name","uri","accessToken","userId","username","pathReplacements","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"uri":{"type":"string"},"accessToken":{"type":"string"},"userId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"username":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"pathReplacements":{"type":"array","items":{"type":"object","properties":{"serverPath":{"type":"string"},"localPath":{"type":"string"}},"required":["serverPath","localPath"],"additionalProperties":false}},"type":{"type":"string","enum":["emby"]}},"required":["id","name","uri","accessToken","userId","username","pathReplacements","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"pathReplacements":{"type":"array","items":{"type":"object","properties":{"serverPath":{"type":"string"},"localPath":{"type":"string"}},"required":["serverPath","localPath"],"additionalProperties":false}},"type":{"type":"string","enum":["local"]},"mediaType":{"type":"string","enum":["movies","shows","music_videos","other_videos","tracks"]}},"required":["id","name","pathReplacements","type","mediaType"],"additionalProperties":false}]}},"required":["id","name","mediaType","externalKey","type","enabled","isLocked"],"additionalProperties":false}}}}},"400":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/api/media-sources/{id}/libraries/{libraryId}":{"put":{"tags":["Media Source"],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"enabled":{"type":"boolean"}},"required":["enabled"]}}},"required":true},"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true},{"schema":{"type":"string"},"in":"path","name":"libraryId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"mediaType":{"type":"string","enum":["movies","shows","music_videos","other_videos","tracks"]},"lastScannedAt":{"type":"number"},"externalKey":{"type":"string"},"type":{"type":"string","enum":["plex","jellyfin","emby","local"]},"enabled":{"type":"boolean"},"isLocked":{"type":"boolean"},"mediaSource":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"uri":{"type":"string"},"accessToken":{"type":"string"},"userId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"username":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"pathReplacements":{"type":"array","items":{"type":"object","properties":{"serverPath":{"type":"string"},"localPath":{"type":"string"}},"required":["serverPath","localPath"],"additionalProperties":false}},"type":{"type":"string","enum":["plex"]},"sendGuideUpdates":{"type":"boolean"},"index":{"type":"number"},"clientIdentifier":{"type":"string"}},"required":["id","name","uri","accessToken","userId","username","pathReplacements","type","sendGuideUpdates","index"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"uri":{"type":"string"},"accessToken":{"type":"string"},"userId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"username":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"pathReplacements":{"type":"array","items":{"type":"object","properties":{"serverPath":{"type":"string"},"localPath":{"type":"string"}},"required":["serverPath","localPath"],"additionalProperties":false}},"type":{"type":"string","enum":["jellyfin"]}},"required":["id","name","uri","accessToken","userId","username","pathReplacements","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"uri":{"type":"string"},"accessToken":{"type":"string"},"userId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"username":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"pathReplacements":{"type":"array","items":{"type":"object","properties":{"serverPath":{"type":"string"},"localPath":{"type":"string"}},"required":["serverPath","localPath"],"additionalProperties":false}},"type":{"type":"string","enum":["emby"]}},"required":["id","name","uri","accessToken","userId","username","pathReplacements","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"pathReplacements":{"type":"array","items":{"type":"object","properties":{"serverPath":{"type":"string"},"localPath":{"type":"string"}},"required":["serverPath","localPath"],"additionalProperties":false}},"type":{"type":"string","enum":["local"]},"mediaType":{"type":"string","enum":["movies","shows","music_videos","other_videos","tracks"]}},"required":["id","name","pathReplacements","type","mediaType"],"additionalProperties":false}]}},"required":["id","name","mediaType","externalKey","type","enabled","isLocked"],"additionalProperties":false}}}},"400":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/api/media-libraries/{libraryId}":{"get":{"tags":["Media Library"],"parameters":[{"schema":{"type":"string"},"in":"path","name":"libraryId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"mediaType":{"type":"string","enum":["movies","shows","music_videos","other_videos","tracks"]},"lastScannedAt":{"type":"number"},"externalKey":{"type":"string"},"type":{"type":"string","enum":["plex","jellyfin","emby","local"]},"enabled":{"type":"boolean"},"isLocked":{"type":"boolean"},"mediaSource":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"uri":{"type":"string"},"accessToken":{"type":"string"},"userId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"username":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"libraries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"mediaType":{"type":"string","enum":["movies","shows","music_videos","other_videos","tracks"]},"lastScannedAt":{"type":"number"},"externalKey":{"type":"string"},"type":{"type":"string","enum":["plex","jellyfin","emby","local"]},"enabled":{"type":"boolean"},"isLocked":{"type":"boolean"}},"required":["id","name","mediaType","externalKey","type","enabled","isLocked"],"additionalProperties":false}},"pathReplacements":{"type":"array","items":{"type":"object","properties":{"serverPath":{"type":"string"},"localPath":{"type":"string"}},"required":["serverPath","localPath"],"additionalProperties":false}},"type":{"type":"string","enum":["plex"]},"sendGuideUpdates":{"type":"boolean"},"index":{"type":"number"},"clientIdentifier":{"type":"string"}},"required":["id","name","uri","accessToken","userId","username","libraries","pathReplacements","type","sendGuideUpdates","index"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"uri":{"type":"string"},"accessToken":{"type":"string"},"userId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"username":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"libraries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"mediaType":{"type":"string","enum":["movies","shows","music_videos","other_videos","tracks"]},"lastScannedAt":{"type":"number"},"externalKey":{"type":"string"},"type":{"type":"string","enum":["plex","jellyfin","emby","local"]},"enabled":{"type":"boolean"},"isLocked":{"type":"boolean"}},"required":["id","name","mediaType","externalKey","type","enabled","isLocked"],"additionalProperties":false}},"pathReplacements":{"type":"array","items":{"type":"object","properties":{"serverPath":{"type":"string"},"localPath":{"type":"string"}},"required":["serverPath","localPath"],"additionalProperties":false}},"type":{"type":"string","enum":["jellyfin"]}},"required":["id","name","uri","accessToken","userId","username","libraries","pathReplacements","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"uri":{"type":"string"},"accessToken":{"type":"string"},"userId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"username":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"libraries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"mediaType":{"type":"string","enum":["movies","shows","music_videos","other_videos","tracks"]},"lastScannedAt":{"type":"number"},"externalKey":{"type":"string"},"type":{"type":"string","enum":["plex","jellyfin","emby","local"]},"enabled":{"type":"boolean"},"isLocked":{"type":"boolean"}},"required":["id","name","mediaType","externalKey","type","enabled","isLocked"],"additionalProperties":false}},"pathReplacements":{"type":"array","items":{"type":"object","properties":{"serverPath":{"type":"string"},"localPath":{"type":"string"}},"required":["serverPath","localPath"],"additionalProperties":false}},"type":{"type":"string","enum":["emby"]}},"required":["id","name","uri","accessToken","userId","username","libraries","pathReplacements","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"libraries":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"mediaType":{"type":"string","enum":["movies","shows","music_videos","other_videos","tracks"]},"lastScannedAt":{"type":"number"},"externalKey":{"type":"string"},"type":{"type":"string","enum":["plex","jellyfin","emby","local"]},"enabled":{"type":"boolean"},"isLocked":{"type":"boolean"}},"required":["id","name","mediaType","externalKey","type","enabled","isLocked"],"additionalProperties":false}},"pathReplacements":{"type":"array","items":{"type":"object","properties":{"serverPath":{"type":"string"},"localPath":{"type":"string"}},"required":["serverPath","localPath"],"additionalProperties":false}},"type":{"type":"string","enum":["local"]},"mediaType":{"type":"string","enum":["movies","shows","music_videos","other_videos","tracks"]},"paths":{"minItems":1,"type":"array","items":{"type":"string","minLength":1}}},"required":["id","name","libraries","pathReplacements","type","mediaType","paths"],"additionalProperties":false}]}},"required":["id","name","mediaType","externalKey","type","enabled","isLocked","mediaSource"],"additionalProperties":false}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/api/media-libraries/{libraryId}/programs":{"get":{"tags":["Media Library"],"parameters":[{"schema":{"type":"string"},"in":"path","name":"libraryId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"],"additionalProperties":false}}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/api/media-sources/{mediaSourceId}/{libraryId}/status":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"mediaSourceId","required":true},{"schema":{"type":"string"},"in":"path","name":"libraryId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"type":"object","properties":{"state":{"type":"string","enum":["in_progress"]},"startedAt":{"type":"number"},"percentComplete":{"type":"number","minimum":0,"maximum":100}},"required":["state","startedAt","percentComplete"],"additionalProperties":false},{"type":"object","properties":{"state":{"type":"string","enum":["not_scanning"]}},"required":["state"],"additionalProperties":false},{"type":"object","properties":{"state":{"type":"string","enum":["queued"]}},"required":["state"],"additionalProperties":false}]}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/api/media-sources/{id}/libraries/refresh":{"post":{"tags":["Media Source"],"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"501":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/api/media-sources/{id}/scan":{"post":{"tags":["Media Source"],"parameters":[{"schema":{"anyOf":[{"type":"boolean"},{"type":"string","enum":["true"]},{"type":"string","enum":["false"]},{"type":"number"}]},"in":"query","name":"forceScan","required":false},{"schema":{"type":"string"},"in":"path","name":"id","required":true},{"schema":{"type":"string"},"in":"path","name":"libraryId","required":true}],"responses":{"202":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"501":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/api/media-sources/{id}/libraries/{libraryId}/scan":{"post":{"tags":["Media Source"],"parameters":[{"schema":{"anyOf":[{"type":"boolean"},{"type":"string","enum":["true"]},{"type":"string","enum":["false"]},{"type":"number"}]},"in":"query","name":"forceScan","required":false},{"schema":{"type":"string"},"in":"path","name":"id","required":true},{"schema":{"type":"string"},"in":"path","name":"libraryId","required":true}],"responses":{"202":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"501":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/api/media-sources/{id}/status":{"get":{"tags":["Media Source"],"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"healthy":{"type":"boolean"}},"required":["healthy"],"additionalProperties":false}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/api/media-sources/foreignstatus":{"post":{"tags":["Media Source"],"requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"type":"object","properties":{"name":{"type":"string"},"accessToken":{"type":"string"},"uri":{"type":"string"},"type":{"type":"string","enum":["plex","jellyfin","emby"]},"username":{"type":"string"}},"required":["accessToken","uri","type"]},{"type":"object","properties":{"type":{"type":"string","enum":["local"]},"paths":{"minItems":1,"type":"array","items":{"type":"string"}}},"required":["type","paths"]}],"required":["true"]}}},"required":true},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"type":"object","properties":{"healthy":{"type":"boolean","enum":[true]}},"required":["healthy"],"additionalProperties":false},{"type":"object","properties":{"healthy":{"type":"boolean","enum":[false]},"status":{"type":"string","enum":["unreachable","auth","timeout","bad_response","unknown"]}},"required":["healthy","status"],"additionalProperties":false}]}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/api/media-sources/{id}":{"delete":{"tags":["Media Source"],"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}},"put":{"tags":["Media Source"],"requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"uri":{"type":"string"},"accessToken":{"type":"string"},"userId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"username":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"pathReplacements":{"type":"array","items":{"type":"object","properties":{"serverPath":{"type":"string"},"localPath":{"type":"string"}},"required":["serverPath","localPath"]}},"type":{"type":"string","enum":["plex"]},"sendGuideUpdates":{"type":"boolean"},"index":{"type":"number"},"clientIdentifier":{"type":"string"}},"required":["id","name","uri","accessToken","userId","username","pathReplacements","type","index"]},{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"uri":{"type":"string"},"accessToken":{"type":"string"},"userId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"username":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"pathReplacements":{"type":"array","items":{"type":"object","properties":{"serverPath":{"type":"string"},"localPath":{"type":"string"}},"required":["serverPath","localPath"]}},"type":{"type":"string","enum":["jellyfin"]}},"required":["id","name","uri","accessToken","userId","username","pathReplacements","type"]},{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"uri":{"type":"string"},"accessToken":{"type":"string"},"userId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"username":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"pathReplacements":{"type":"array","items":{"type":"object","properties":{"serverPath":{"type":"string"},"localPath":{"type":"string"}},"required":["serverPath","localPath"]}},"type":{"type":"string","enum":["emby"]}},"required":["id","name","uri","accessToken","userId","username","pathReplacements","type"]},{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"pathReplacements":{"type":"array","items":{"type":"object","properties":{"serverPath":{"type":"string"},"localPath":{"type":"string"}},"required":["serverPath","localPath"]}},"type":{"type":"string","enum":["local"]},"mediaType":{"type":"string","enum":["movies","shows","music_videos","other_videos","tracks"]},"paths":{"minItems":1,"type":"array","items":{"type":"string","minLength":1}}},"required":["id","name","pathReplacements","type","mediaType","paths"]}],"required":["true"]}}},"required":true},"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/api/ffmpeg-settings":{"get":{"tags":["Settings"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"configVersion":{"default":5,"type":"number"},"ffmpegExecutablePath":{"default":"/usr/bin/ffmpeg","type":"string"},"ffprobeExecutablePath":{"default":"/usr/bin/ffprobe","type":"string"},"enableLogging":{"default":false,"type":"boolean"},"enableFileLogging":{"default":false,"type":"boolean"},"logLevel":{"default":"warning","type":"string","enum":["panic","fatal","error","warning","info","verbose","debug","trace"]},"languagePreferences":{"default":{"preferences":[{"iso6391":"en","iso6392":"eng","displayName":"English"}]},"type":"object","properties":{"preferences":{"minItems":1,"type":"array","items":{"type":"object","properties":{"iso6391":{"type":"string","minLength":2,"maxLength":2},"iso6392":{"type":"string","minLength":3,"maxLength":3},"displayName":{"type":"string"}},"required":["iso6391","iso6392","displayName"],"additionalProperties":false}}},"required":["preferences"],"additionalProperties":false},"transcodeDirectory":{"default":"","type":"string"},"scalingAlgorithm":{"default":"bicubic","type":"string","enum":["bicubic","fast_bilinear","lanczos","spline"]},"deinterlaceFilter":{"default":"none","type":"string","enum":["none","bwdif=0","bwdif=1","w3fdif","yadif=0","yadif=1"]},"hlsDirectOutputFormat":{"default":"mpegts","type":"string","enum":["mkv","mpegts","mp4"]},"enableSubtitleExtraction":{"default":false,"type":"boolean"}},"required":["configVersion","ffmpegExecutablePath","ffprobeExecutablePath","enableLogging","enableFileLogging","logLevel","languagePreferences","scalingAlgorithm","deinterlaceFilter","hlsDirectOutputFormat","enableSubtitleExtraction"],"additionalProperties":false}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string","enum":["error"]}}}}}},"put":{"tags":["Settings"],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"configVersion":{"default":5,"type":"number"},"ffmpegExecutablePath":{"default":"/usr/bin/ffmpeg","type":"string"},"ffprobeExecutablePath":{"default":"/usr/bin/ffprobe","type":"string"},"enableLogging":{"default":false,"type":"boolean"},"enableFileLogging":{"default":false,"type":"boolean"},"logLevel":{"default":"warning","type":"string","enum":["panic","fatal","error","warning","info","verbose","debug","trace"]},"languagePreferences":{"default":{"preferences":[{"iso6391":"en","iso6392":"eng","displayName":"English"}]},"type":"object","properties":{"preferences":{"minItems":1,"type":"array","items":{"type":"object","properties":{"iso6391":{"type":"string","minLength":2,"maxLength":2},"iso6392":{"type":"string","minLength":3,"maxLength":3},"displayName":{"type":"string"}},"required":["iso6391","iso6392","displayName"]}}},"required":["preferences"]},"transcodeDirectory":{"default":"","type":"string"},"scalingAlgorithm":{"default":"bicubic","type":"string","enum":["bicubic","fast_bilinear","lanczos","spline"]},"deinterlaceFilter":{"default":"none","type":"string","enum":["none","bwdif=0","bwdif=1","w3fdif","yadif=0","yadif=1"]},"hlsDirectOutputFormat":{"default":"mpegts","type":"string","enum":["mkv","mpegts","mp4"]},"enableSubtitleExtraction":{"default":false,"type":"boolean"}}}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"configVersion":{"default":5,"type":"number"},"ffmpegExecutablePath":{"default":"/usr/bin/ffmpeg","type":"string"},"ffprobeExecutablePath":{"default":"/usr/bin/ffprobe","type":"string"},"enableLogging":{"default":false,"type":"boolean"},"enableFileLogging":{"default":false,"type":"boolean"},"logLevel":{"default":"warning","type":"string","enum":["panic","fatal","error","warning","info","verbose","debug","trace"]},"languagePreferences":{"default":{"preferences":[{"iso6391":"en","iso6392":"eng","displayName":"English"}]},"type":"object","properties":{"preferences":{"minItems":1,"type":"array","items":{"type":"object","properties":{"iso6391":{"type":"string","minLength":2,"maxLength":2},"iso6392":{"type":"string","minLength":3,"maxLength":3},"displayName":{"type":"string"}},"required":["iso6391","iso6392","displayName"],"additionalProperties":false}}},"required":["preferences"],"additionalProperties":false},"transcodeDirectory":{"default":"","type":"string"},"scalingAlgorithm":{"default":"bicubic","type":"string","enum":["bicubic","fast_bilinear","lanczos","spline"]},"deinterlaceFilter":{"default":"none","type":"string","enum":["none","bwdif=0","bwdif=1","w3fdif","yadif=0","yadif=1"]},"hlsDirectOutputFormat":{"default":"mpegts","type":"string","enum":["mkv","mpegts","mp4"]},"enableSubtitleExtraction":{"default":false,"type":"boolean"}},"required":["configVersion","ffmpegExecutablePath","ffprobeExecutablePath","enableLogging","enableFileLogging","logLevel","languagePreferences","scalingAlgorithm","deinterlaceFilter","hlsDirectOutputFormat","enableSubtitleExtraction"],"additionalProperties":false}}}},"400":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}},"post":{"tags":["Settings"],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"ffmpegPath":{"type":"string"}},"required":["ffmpegPath"]}}},"required":true},"responses":{"200":{"description":"Default Response"}}}},"/api/transcode_configs":{"get":{"tags":["Settings"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"threadCount":{"type":"number"},"hardwareAccelerationMode":{"type":"string","enum":["none","cuda","vaapi","qsv","videotoolbox"]},"vaapiDriver":{"type":"string","enum":["system","ihd","i965","radeonsi","nouveau"]},"vaapiDevice":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"resolution":{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},"videoFormat":{"type":"string","enum":["h264","hevc","mpeg2video"]},"videoProfile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"videoPreset":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"videoBitDepth":{"anyOf":[{"anyOf":[{"type":"number","enum":[8]},{"type":"number","enum":[10]}]},{"nullable":true,"enum":[null]}]},"videoBitRate":{"type":"number"},"videoBufferSize":{"type":"number"},"audioChannels":{"type":"number"},"audioFormat":{"type":"string","enum":["aac","ac3","copy","mp3"]},"audioBitRate":{"type":"number"},"audioBufferSize":{"type":"number"},"audioSampleRate":{"type":"number"},"audioVolumePercent":{"default":100,"type":"number"},"normalizeFrameRate":{"type":"boolean"},"deinterlaceVideo":{"type":"boolean"},"disableChannelOverlay":{"type":"boolean"},"errorScreen":{"type":"string","enum":["static","pic","blank","testsrc","text","kill"]},"errorScreenAudio":{"type":"string","enum":["silent","sine","whitenoise"]},"isDefault":{"type":"boolean"},"disableHardwareDecoder":{"default":false,"type":"boolean"},"disableHardwareEncoding":{"default":false,"type":"boolean"},"disableHardwareFilters":{"default":false,"type":"boolean"}},"required":["id","name","threadCount","hardwareAccelerationMode","vaapiDriver","vaapiDevice","resolution","videoFormat","videoProfile","videoPreset","videoBitDepth","videoBitRate","videoBufferSize","audioChannels","audioFormat","audioBitRate","audioBufferSize","audioSampleRate","audioVolumePercent","normalizeFrameRate","deinterlaceVideo","disableChannelOverlay","errorScreen","errorScreenAudio","isDefault","disableHardwareDecoder","disableHardwareEncoding","disableHardwareFilters"],"additionalProperties":false}}}}}}},"post":{"tags":["Settings"],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"threadCount":{"type":"number"},"hardwareAccelerationMode":{"type":"string","enum":["none","cuda","vaapi","qsv","videotoolbox"]},"vaapiDriver":{"type":"string","enum":["system","ihd","i965","radeonsi","nouveau"]},"vaapiDevice":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"resolution":{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"]},"videoFormat":{"type":"string","enum":["h264","hevc","mpeg2video"]},"videoProfile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"videoPreset":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"videoBitDepth":{"anyOf":[{"anyOf":[{"type":"number","enum":[8]},{"type":"number","enum":[10]}]},{"nullable":true,"enum":[null]}]},"videoBitRate":{"type":"number"},"videoBufferSize":{"type":"number"},"audioChannels":{"type":"number"},"audioFormat":{"type":"string","enum":["aac","ac3","copy","mp3"]},"audioBitRate":{"type":"number"},"audioBufferSize":{"type":"number"},"audioSampleRate":{"type":"number"},"audioVolumePercent":{"default":100,"type":"number"},"normalizeFrameRate":{"type":"boolean"},"deinterlaceVideo":{"type":"boolean"},"disableChannelOverlay":{"type":"boolean"},"errorScreen":{"type":"string","enum":["static","pic","blank","testsrc","text","kill"]},"errorScreenAudio":{"type":"string","enum":["silent","sine","whitenoise"]},"isDefault":{"type":"boolean"},"disableHardwareDecoder":{"default":false,"type":"boolean"},"disableHardwareEncoding":{"default":false,"type":"boolean"},"disableHardwareFilters":{"default":false,"type":"boolean"}},"required":["name","threadCount","hardwareAccelerationMode","vaapiDriver","vaapiDevice","resolution","videoFormat","videoProfile","videoPreset","videoBitDepth","videoBitRate","videoBufferSize","audioChannels","audioFormat","audioBitRate","audioBufferSize","audioSampleRate","normalizeFrameRate","deinterlaceVideo","disableChannelOverlay","errorScreen","errorScreenAudio","isDefault"]}}},"required":true},"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"threadCount":{"type":"number"},"hardwareAccelerationMode":{"type":"string","enum":["none","cuda","vaapi","qsv","videotoolbox"]},"vaapiDriver":{"type":"string","enum":["system","ihd","i965","radeonsi","nouveau"]},"vaapiDevice":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"resolution":{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},"videoFormat":{"type":"string","enum":["h264","hevc","mpeg2video"]},"videoProfile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"videoPreset":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"videoBitDepth":{"anyOf":[{"anyOf":[{"type":"number","enum":[8]},{"type":"number","enum":[10]}]},{"nullable":true,"enum":[null]}]},"videoBitRate":{"type":"number"},"videoBufferSize":{"type":"number"},"audioChannels":{"type":"number"},"audioFormat":{"type":"string","enum":["aac","ac3","copy","mp3"]},"audioBitRate":{"type":"number"},"audioBufferSize":{"type":"number"},"audioSampleRate":{"type":"number"},"audioVolumePercent":{"default":100,"type":"number"},"normalizeFrameRate":{"type":"boolean"},"deinterlaceVideo":{"type":"boolean"},"disableChannelOverlay":{"type":"boolean"},"errorScreen":{"type":"string","enum":["static","pic","blank","testsrc","text","kill"]},"errorScreenAudio":{"type":"string","enum":["silent","sine","whitenoise"]},"isDefault":{"type":"boolean"},"disableHardwareDecoder":{"default":false,"type":"boolean"},"disableHardwareEncoding":{"default":false,"type":"boolean"},"disableHardwareFilters":{"default":false,"type":"boolean"}},"required":["id","name","threadCount","hardwareAccelerationMode","vaapiDriver","vaapiDevice","resolution","videoFormat","videoProfile","videoPreset","videoBitDepth","videoBitRate","videoBufferSize","audioChannels","audioFormat","audioBitRate","audioBufferSize","audioSampleRate","audioVolumePercent","normalizeFrameRate","deinterlaceVideo","disableChannelOverlay","errorScreen","errorScreenAudio","isDefault","disableHardwareDecoder","disableHardwareEncoding","disableHardwareFilters"],"additionalProperties":false}}}}}}},"/api/transcode_configs/{id}":{"get":{"tags":["Settings"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"threadCount":{"type":"number"},"hardwareAccelerationMode":{"type":"string","enum":["none","cuda","vaapi","qsv","videotoolbox"]},"vaapiDriver":{"type":"string","enum":["system","ihd","i965","radeonsi","nouveau"]},"vaapiDevice":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"resolution":{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},"videoFormat":{"type":"string","enum":["h264","hevc","mpeg2video"]},"videoProfile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"videoPreset":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"videoBitDepth":{"anyOf":[{"anyOf":[{"type":"number","enum":[8]},{"type":"number","enum":[10]}]},{"nullable":true,"enum":[null]}]},"videoBitRate":{"type":"number"},"videoBufferSize":{"type":"number"},"audioChannels":{"type":"number"},"audioFormat":{"type":"string","enum":["aac","ac3","copy","mp3"]},"audioBitRate":{"type":"number"},"audioBufferSize":{"type":"number"},"audioSampleRate":{"type":"number"},"audioVolumePercent":{"default":100,"type":"number"},"normalizeFrameRate":{"type":"boolean"},"deinterlaceVideo":{"type":"boolean"},"disableChannelOverlay":{"type":"boolean"},"errorScreen":{"type":"string","enum":["static","pic","blank","testsrc","text","kill"]},"errorScreenAudio":{"type":"string","enum":["silent","sine","whitenoise"]},"isDefault":{"type":"boolean"},"disableHardwareDecoder":{"default":false,"type":"boolean"},"disableHardwareEncoding":{"default":false,"type":"boolean"},"disableHardwareFilters":{"default":false,"type":"boolean"}},"required":["id","name","threadCount","hardwareAccelerationMode","vaapiDriver","vaapiDevice","resolution","videoFormat","videoProfile","videoPreset","videoBitDepth","videoBitRate","videoBufferSize","audioChannels","audioFormat","audioBitRate","audioBufferSize","audioSampleRate","audioVolumePercent","normalizeFrameRate","deinterlaceVideo","disableChannelOverlay","errorScreen","errorScreenAudio","isDefault","disableHardwareDecoder","disableHardwareEncoding","disableHardwareFilters"],"additionalProperties":false}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}},"put":{"tags":["Settings"],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"threadCount":{"type":"number"},"hardwareAccelerationMode":{"type":"string","enum":["none","cuda","vaapi","qsv","videotoolbox"]},"vaapiDriver":{"type":"string","enum":["system","ihd","i965","radeonsi","nouveau"]},"vaapiDevice":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"resolution":{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"]},"videoFormat":{"type":"string","enum":["h264","hevc","mpeg2video"]},"videoProfile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"videoPreset":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"videoBitDepth":{"anyOf":[{"anyOf":[{"type":"number","enum":[8]},{"type":"number","enum":[10]}]},{"nullable":true,"enum":[null]}]},"videoBitRate":{"type":"number"},"videoBufferSize":{"type":"number"},"audioChannels":{"type":"number"},"audioFormat":{"type":"string","enum":["aac","ac3","copy","mp3"]},"audioBitRate":{"type":"number"},"audioBufferSize":{"type":"number"},"audioSampleRate":{"type":"number"},"audioVolumePercent":{"default":100,"type":"number"},"normalizeFrameRate":{"type":"boolean"},"deinterlaceVideo":{"type":"boolean"},"disableChannelOverlay":{"type":"boolean"},"errorScreen":{"type":"string","enum":["static","pic","blank","testsrc","text","kill"]},"errorScreenAudio":{"type":"string","enum":["silent","sine","whitenoise"]},"isDefault":{"type":"boolean"},"disableHardwareDecoder":{"default":false,"type":"boolean"},"disableHardwareEncoding":{"default":false,"type":"boolean"},"disableHardwareFilters":{"default":false,"type":"boolean"}},"required":["id","name","threadCount","hardwareAccelerationMode","vaapiDriver","vaapiDevice","resolution","videoFormat","videoProfile","videoPreset","videoBitDepth","videoBitRate","videoBufferSize","audioChannels","audioFormat","audioBitRate","audioBufferSize","audioSampleRate","normalizeFrameRate","deinterlaceVideo","disableChannelOverlay","errorScreen","errorScreenAudio","isDefault"]}}},"required":true},"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"threadCount":{"type":"number"},"hardwareAccelerationMode":{"type":"string","enum":["none","cuda","vaapi","qsv","videotoolbox"]},"vaapiDriver":{"type":"string","enum":["system","ihd","i965","radeonsi","nouveau"]},"vaapiDevice":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"resolution":{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},"videoFormat":{"type":"string","enum":["h264","hevc","mpeg2video"]},"videoProfile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"videoPreset":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"videoBitDepth":{"anyOf":[{"anyOf":[{"type":"number","enum":[8]},{"type":"number","enum":[10]}]},{"nullable":true,"enum":[null]}]},"videoBitRate":{"type":"number"},"videoBufferSize":{"type":"number"},"audioChannels":{"type":"number"},"audioFormat":{"type":"string","enum":["aac","ac3","copy","mp3"]},"audioBitRate":{"type":"number"},"audioBufferSize":{"type":"number"},"audioSampleRate":{"type":"number"},"audioVolumePercent":{"default":100,"type":"number"},"normalizeFrameRate":{"type":"boolean"},"deinterlaceVideo":{"type":"boolean"},"disableChannelOverlay":{"type":"boolean"},"errorScreen":{"type":"string","enum":["static","pic","blank","testsrc","text","kill"]},"errorScreenAudio":{"type":"string","enum":["silent","sine","whitenoise"]},"isDefault":{"type":"boolean"},"disableHardwareDecoder":{"default":false,"type":"boolean"},"disableHardwareEncoding":{"default":false,"type":"boolean"},"disableHardwareFilters":{"default":false,"type":"boolean"}},"required":["id","name","threadCount","hardwareAccelerationMode","vaapiDriver","vaapiDevice","resolution","videoFormat","videoProfile","videoPreset","videoBitDepth","videoBitRate","videoBufferSize","audioChannels","audioFormat","audioBitRate","audioBufferSize","audioSampleRate","audioVolumePercent","normalizeFrameRate","deinterlaceVideo","disableChannelOverlay","errorScreen","errorScreenAudio","isDefault","disableHardwareDecoder","disableHardwareEncoding","disableHardwareFilters"],"additionalProperties":false}}}}}},"delete":{"tags":["Settings"],"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/api/transcode_configs/{id}/copy":{"post":{"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"threadCount":{"type":"number"},"hardwareAccelerationMode":{"type":"string","enum":["none","cuda","vaapi","qsv","videotoolbox"]},"vaapiDriver":{"type":"string","enum":["system","ihd","i965","radeonsi","nouveau"]},"vaapiDevice":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"resolution":{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},"videoFormat":{"type":"string","enum":["h264","hevc","mpeg2video"]},"videoProfile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"videoPreset":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"videoBitDepth":{"anyOf":[{"anyOf":[{"type":"number","enum":[8]},{"type":"number","enum":[10]}]},{"nullable":true,"enum":[null]}]},"videoBitRate":{"type":"number"},"videoBufferSize":{"type":"number"},"audioChannels":{"type":"number"},"audioFormat":{"type":"string","enum":["aac","ac3","copy","mp3"]},"audioBitRate":{"type":"number"},"audioBufferSize":{"type":"number"},"audioSampleRate":{"type":"number"},"audioVolumePercent":{"default":100,"type":"number"},"normalizeFrameRate":{"type":"boolean"},"deinterlaceVideo":{"type":"boolean"},"disableChannelOverlay":{"type":"boolean"},"errorScreen":{"type":"string","enum":["static","pic","blank","testsrc","text","kill"]},"errorScreenAudio":{"type":"string","enum":["silent","sine","whitenoise"]},"isDefault":{"type":"boolean"},"disableHardwareDecoder":{"default":false,"type":"boolean"},"disableHardwareEncoding":{"default":false,"type":"boolean"},"disableHardwareFilters":{"default":false,"type":"boolean"}},"required":["id","name","threadCount","hardwareAccelerationMode","vaapiDriver","vaapiDevice","resolution","videoFormat","videoProfile","videoPreset","videoBitDepth","videoBitRate","videoBufferSize","audioChannels","audioFormat","audioBitRate","audioBufferSize","audioSampleRate","audioVolumePercent","normalizeFrameRate","deinterlaceVideo","disableChannelOverlay","errorScreen","errorScreenAudio","isDefault","disableHardwareDecoder","disableHardwareEncoding","disableHardwareFilters"],"additionalProperties":false}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/api/plex-settings":{"get":{"tags":["Settings"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"streamPath":{"default":"network","type":"string","enum":["network","direct"]},"updatePlayStatus":{"default":false,"type":"boolean"},"pathReplace":{"default":"","type":"string"},"pathReplaceWith":{"default":"","type":"string"}},"required":["streamPath","updatePlayStatus","pathReplace","pathReplaceWith"],"additionalProperties":false}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}},"put":{"tags":["Settings"],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"streamPath":{"default":"network","type":"string","enum":["network","direct"]},"updatePlayStatus":{"default":false,"type":"boolean"},"pathReplace":{"default":"","type":"string"},"pathReplaceWith":{"default":"","type":"string"}}}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"streamPath":{"default":"network","type":"string","enum":["network","direct"]},"updatePlayStatus":{"default":false,"type":"boolean"},"pathReplace":{"default":"","type":"string"},"pathReplaceWith":{"default":"","type":"string"}},"required":["streamPath","updatePlayStatus","pathReplace","pathReplaceWith"],"additionalProperties":false}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}},"post":{"tags":["Settings"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"streamPath":{"default":"network","type":"string","enum":["network","direct"]},"updatePlayStatus":{"default":false,"type":"boolean"},"pathReplace":{"default":"","type":"string"},"pathReplaceWith":{"default":"","type":"string"}},"required":["streamPath","updatePlayStatus","pathReplace","pathReplaceWith"],"additionalProperties":false}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/api/xmltv-settings":{"get":{"tags":["Settings"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"programmingHours":{"default":12,"type":"number"},"refreshHours":{"default":4,"type":"number"},"outputPath":{"default":"","type":"string"},"enableImageCache":{"default":false,"type":"boolean"},"useShowPoster":{"default":false,"type":"boolean"}},"required":["programmingHours","refreshHours","outputPath","enableImageCache","useShowPoster"],"additionalProperties":false}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}},"put":{"tags":["Settings"],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"programmingHours":{"default":12,"type":"number"},"refreshHours":{"default":4,"type":"number"},"outputPath":{"default":"","type":"string"},"enableImageCache":{"default":false,"type":"boolean"},"useShowPoster":{"default":false,"type":"boolean"}}}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"programmingHours":{"default":12,"type":"number"},"refreshHours":{"default":4,"type":"number"},"outputPath":{"default":"","type":"string"},"enableImageCache":{"default":false,"type":"boolean"},"useShowPoster":{"default":false,"type":"boolean"}},"required":["programmingHours","refreshHours","outputPath","enableImageCache","useShowPoster"],"additionalProperties":false}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"],"additionalProperties":false}}}}}},"post":{"tags":["Settings"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"programmingHours":{"default":12,"type":"number"},"refreshHours":{"default":4,"type":"number"},"outputPath":{"default":"","type":"string"},"enableImageCache":{"default":false,"type":"boolean"},"useShowPoster":{"default":false,"type":"boolean"}},"required":["programmingHours","refreshHours","outputPath","enableImageCache","useShowPoster"],"additionalProperties":false}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/api/hdhr-settings":{"get":{"tags":["Settings"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"autoDiscoveryEnabled":{"default":true,"type":"boolean"},"tunerCount":{"default":2,"type":"number"}},"required":["autoDiscoveryEnabled","tunerCount"],"additionalProperties":false}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"],"additionalProperties":false}}}}}},"put":{"tags":["Settings"],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"autoDiscoveryEnabled":{"default":true,"type":"boolean"},"tunerCount":{"default":2,"type":"number"}}}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"autoDiscoveryEnabled":{"default":true,"type":"boolean"},"tunerCount":{"default":2,"type":"number"}},"required":["autoDiscoveryEnabled","tunerCount"],"additionalProperties":false}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"],"additionalProperties":false}}}}}},"post":{"tags":["Settings"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"autoDiscoveryEnabled":{"default":true,"type":"boolean"},"tunerCount":{"default":2,"type":"number"}},"required":["autoDiscoveryEnabled","tunerCount"],"additionalProperties":false}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"],"additionalProperties":false}}}}}}},"/api/system/health":{"get":{"tags":["System"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["healthy"]}},"required":["type"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["info","warning","error"]},"context":{"type":"string"}},"required":["type","context"],"additionalProperties":false}]}}}}}}}},"/api/system/settings":{"get":{"tags":["System","Settings"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"backup":{"type":"object","properties":{"configurations":{"type":"array","items":{"type":"object","properties":{"enabled":{"default":true,"type":"boolean"},"schedule":{"default":{"type":"every","increment":1,"unit":"day","offsetMs":14400000},"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["cron"]},"cron":{"type":"string"}},"required":["type","cron"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["every"]},"increment":{"type":"number","exclusiveMinimum":true,"minimum":0},"unit":{"anyOf":[{"type":"string","enum":["second"]},{"type":"string","enum":["minute"]},{"type":"string","enum":["hour"]},{"type":"string","enum":["day"]},{"type":"string","enum":["week"]}]},"offsetMs":{"default":0,"type":"number","minimum":0,"maximum":86399999}},"required":["type","increment","unit","offsetMs"],"additionalProperties":false}]},"outputs":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["file"]},"outputPath":{"type":"string"},"archiveFormat":{"default":"tar","anyOf":[{"type":"string","enum":["zip"]},{"type":"string","enum":["tar"]}]},"gzip":{"type":"boolean"},"tempDir":{"type":"string"},"maxBackups":{"default":3,"type":"number","exclusiveMinimum":true,"minimum":0}},"required":["type","outputPath","archiveFormat","maxBackups"],"additionalProperties":false}]}}},"required":["enabled","schedule","outputs"],"additionalProperties":false}}},"required":["configurations"],"additionalProperties":false},"logging":{"type":"object","properties":{"logLevel":{"anyOf":[{"type":"string","enum":["silent"]},{"type":"string","enum":["fatal"]},{"type":"string","enum":["error"]},{"type":"string","enum":["warn"]},{"type":"string","enum":["info"]},{"type":"string","enum":["http"]},{"type":"string","enum":["debug"]},{"type":"string","enum":["http_out"]},{"type":"string","enum":["trace"]}]},"logsDirectory":{"type":"string"},"useEnvVarLevel":{"default":true,"type":"boolean"},"environmentLogLevel":{"anyOf":[{"type":"string","enum":["silent"]},{"type":"string","enum":["fatal"]},{"type":"string","enum":["error"]},{"type":"string","enum":["warn"]},{"type":"string","enum":["info"]},{"type":"string","enum":["http"]},{"type":"string","enum":["debug"]},{"type":"string","enum":["http_out"]},{"type":"string","enum":["trace"]}]}},"required":["logLevel","logsDirectory","useEnvVarLevel"],"additionalProperties":false},"cache":{"type":"object","properties":{"enablePlexRequestCache":{"default":false,"type":"boolean"}},"required":["enablePlexRequestCache"],"additionalProperties":false},"server":{"default":{"port":8000,"searchSettings":{"snapshotIntervalHours":4}},"type":"object","properties":{"port":{"default":8000,"type":"number","minimum":1,"maximum":65535},"searchSettings":{"type":"object","properties":{"maxIndexingMemory":{"type":"number"},"snapshotIntervalHours":{"default":4,"type":"number"}},"required":["snapshotIntervalHours"],"additionalProperties":false}},"required":["port","searchSettings"],"additionalProperties":false},"dataDirectory":{"type":"string"},"searchServerAddress":{"type":"string","format":"uri"}},"required":["backup","logging","server","dataDirectory","searchServerAddress"],"additionalProperties":false}}}}}},"put":{"tags":["System","Settings"],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"logging":{"type":"object","properties":{"logLevel":{"anyOf":[{"type":"string","enum":["silent"]},{"type":"string","enum":["fatal"]},{"type":"string","enum":["error"]},{"type":"string","enum":["warn"]},{"type":"string","enum":["info"]},{"type":"string","enum":["http"]},{"type":"string","enum":["debug"]},{"type":"string","enum":["http_out"]},{"type":"string","enum":["trace"]}]},"useEnvVarLevel":{"default":true,"type":"boolean"}}},"backup":{"type":"object","properties":{"configurations":{"type":"array","items":{"type":"object","properties":{"enabled":{"default":true,"type":"boolean"},"schedule":{"default":{"type":"every","increment":1,"unit":"day","offsetMs":14400000},"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["cron"]},"cron":{"type":"string"}},"required":["type","cron"]},{"type":"object","properties":{"type":{"type":"string","enum":["every"]},"increment":{"type":"number","exclusiveMinimum":true,"minimum":0},"unit":{"anyOf":[{"type":"string","enum":["second"]},{"type":"string","enum":["minute"]},{"type":"string","enum":["hour"]},{"type":"string","enum":["day"]},{"type":"string","enum":["week"]}]},"offsetMs":{"default":0,"type":"number","minimum":0,"maximum":86399999}},"required":["type","increment","unit"]}]},"outputs":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["file"]},"outputPath":{"type":"string"},"archiveFormat":{"default":"tar","anyOf":[{"type":"string","enum":["zip"]},{"type":"string","enum":["tar"]}]},"gzip":{"type":"boolean"},"tempDir":{"type":"string"},"maxBackups":{"default":3,"type":"number","exclusiveMinimum":true,"minimum":0}},"required":["type","outputPath"]}]}}},"required":["outputs"]}}},"required":["configurations"]},"cache":{"type":"object","properties":{"enablePlexRequestCache":{"default":false,"type":"boolean"}}},"server":{"type":"object","properties":{"port":{"default":8000,"type":"number","minimum":1,"maximum":65535},"searchSettings":{"type":"object","properties":{"maxIndexingMemory":{"type":"number"},"snapshotIntervalHours":{"default":4,"type":"number"}}}},"required":["searchSettings"]}}}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"backup":{"type":"object","properties":{"configurations":{"type":"array","items":{"type":"object","properties":{"enabled":{"default":true,"type":"boolean"},"schedule":{"default":{"type":"every","increment":1,"unit":"day","offsetMs":14400000},"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["cron"]},"cron":{"type":"string"}},"required":["type","cron"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["every"]},"increment":{"type":"number","exclusiveMinimum":true,"minimum":0},"unit":{"anyOf":[{"type":"string","enum":["second"]},{"type":"string","enum":["minute"]},{"type":"string","enum":["hour"]},{"type":"string","enum":["day"]},{"type":"string","enum":["week"]}]},"offsetMs":{"default":0,"type":"number","minimum":0,"maximum":86399999}},"required":["type","increment","unit","offsetMs"],"additionalProperties":false}]},"outputs":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["file"]},"outputPath":{"type":"string"},"archiveFormat":{"default":"tar","anyOf":[{"type":"string","enum":["zip"]},{"type":"string","enum":["tar"]}]},"gzip":{"type":"boolean"},"tempDir":{"type":"string"},"maxBackups":{"default":3,"type":"number","exclusiveMinimum":true,"minimum":0}},"required":["type","outputPath","archiveFormat","maxBackups"],"additionalProperties":false}]}}},"required":["enabled","schedule","outputs"],"additionalProperties":false}}},"required":["configurations"],"additionalProperties":false},"logging":{"type":"object","properties":{"logLevel":{"anyOf":[{"type":"string","enum":["silent"]},{"type":"string","enum":["fatal"]},{"type":"string","enum":["error"]},{"type":"string","enum":["warn"]},{"type":"string","enum":["info"]},{"type":"string","enum":["http"]},{"type":"string","enum":["debug"]},{"type":"string","enum":["http_out"]},{"type":"string","enum":["trace"]}]},"logsDirectory":{"type":"string"},"useEnvVarLevel":{"default":true,"type":"boolean"},"environmentLogLevel":{"anyOf":[{"type":"string","enum":["silent"]},{"type":"string","enum":["fatal"]},{"type":"string","enum":["error"]},{"type":"string","enum":["warn"]},{"type":"string","enum":["info"]},{"type":"string","enum":["http"]},{"type":"string","enum":["debug"]},{"type":"string","enum":["http_out"]},{"type":"string","enum":["trace"]}]}},"required":["logLevel","logsDirectory","useEnvVarLevel"],"additionalProperties":false},"cache":{"type":"object","properties":{"enablePlexRequestCache":{"default":false,"type":"boolean"}},"required":["enablePlexRequestCache"],"additionalProperties":false},"server":{"default":{"port":8000,"searchSettings":{"snapshotIntervalHours":4}},"type":"object","properties":{"port":{"default":8000,"type":"number","minimum":1,"maximum":65535},"searchSettings":{"type":"object","properties":{"maxIndexingMemory":{"type":"number"},"snapshotIntervalHours":{"default":4,"type":"number"}},"required":["snapshotIntervalHours"],"additionalProperties":false}},"required":["port","searchSettings"],"additionalProperties":false},"dataDirectory":{"type":"string"},"searchServerAddress":{"type":"string","format":"uri"}},"required":["backup","logging","server","dataDirectory","searchServerAddress"],"additionalProperties":false}}}}}}},"/api/system/state":{"get":{"tags":["System"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"isDocker":{"type":"boolean"},"isPodman":{"type":"boolean"},"isInContainer":{"type":"boolean"}},"required":["isDocker","isPodman","isInContainer"],"additionalProperties":false}}}}}}},"/api/system/migration-state":{"get":{"tags":["System"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"legacyMigration":{"description":"Whether a legacy migration was performed","default":false,"type":"boolean"},"isFreshSettings":{"default":true,"type":"boolean"},"hasMigratedTo1_0":{"default":false,"type":"boolean"}},"required":["legacyMigration","hasMigratedTo1_0"],"additionalProperties":false}}}}}}},"/api/system/fixers/{fixerId}/run":{"post":{"tags":["System"],"parameters":[{"schema":{"type":"string"},"in":"path","name":"fixerId","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/api/system/settings/backup":{"put":{"tags":["System","Settings"],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"configurations":{"type":"array","items":{"type":"object","properties":{"enabled":{"default":true,"type":"boolean"},"schedule":{"default":{"type":"every","increment":1,"unit":"day","offsetMs":14400000},"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["cron"]},"cron":{"type":"string"}},"required":["type","cron"]},{"type":"object","properties":{"type":{"type":"string","enum":["every"]},"increment":{"type":"number","exclusiveMinimum":true,"minimum":0},"unit":{"anyOf":[{"type":"string","enum":["second"]},{"type":"string","enum":["minute"]},{"type":"string","enum":["hour"]},{"type":"string","enum":["day"]},{"type":"string","enum":["week"]}]},"offsetMs":{"default":0,"type":"number","minimum":0,"maximum":86399999}},"required":["type","increment","unit"]}]},"outputs":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["file"]},"outputPath":{"type":"string"},"archiveFormat":{"default":"tar","anyOf":[{"type":"string","enum":["zip"]},{"type":"string","enum":["tar"]}]},"gzip":{"type":"boolean"},"tempDir":{"type":"string"},"maxBackups":{"default":3,"type":"number","exclusiveMinimum":true,"minimum":0}},"required":["type","outputPath"]}]}}},"required":["outputs"]}}},"required":["configurations"]}}},"required":true},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"configurations":{"type":"array","items":{"type":"object","properties":{"enabled":{"default":true,"type":"boolean"},"schedule":{"default":{"type":"every","increment":1,"unit":"day","offsetMs":14400000},"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["cron"]},"cron":{"type":"string"}},"required":["type","cron"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["every"]},"increment":{"type":"number","exclusiveMinimum":true,"minimum":0},"unit":{"anyOf":[{"type":"string","enum":["second"]},{"type":"string","enum":["minute"]},{"type":"string","enum":["hour"]},{"type":"string","enum":["day"]},{"type":"string","enum":["week"]}]},"offsetMs":{"default":0,"type":"number","minimum":0,"maximum":86399999}},"required":["type","increment","unit","offsetMs"],"additionalProperties":false}]},"outputs":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["file"]},"outputPath":{"type":"string"},"archiveFormat":{"default":"tar","anyOf":[{"type":"string","enum":["zip"]},{"type":"string","enum":["tar"]}]},"gzip":{"type":"boolean"},"tempDir":{"type":"string"},"maxBackups":{"default":3,"type":"number","exclusiveMinimum":true,"minimum":0}},"required":["type","outputPath","archiveFormat","maxBackups"],"additionalProperties":false}]}}},"required":["enabled","schedule","outputs"],"additionalProperties":false}}},"required":["configurations"],"additionalProperties":false}}}}}}},"/api/system/debug/nvidia":{"get":{"tags":["System"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/api/system/debug/vaapi":{"get":{"tags":["System"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/api/system/debug/logs/stream":{"get":{"parameters":[{"schema":{"default":false,"type":"string"},"in":"query","name":"pretty","required":false}],"responses":{"200":{"description":"Default Response"}}}},"/api/system/debug/logs":{"get":{"tags":["System","Logs"],"parameters":[{"schema":{"anyOf":[{"type":"boolean"},{"type":"string","enum":["true"]},{"type":"string","enum":["false"]},{"type":"number"}]},"in":"query","name":"download","required":false},{"schema":{"type":"number","exclusiveMinimum":true,"minimum":0},"in":"query","name":"lineLimit","required":false},{"schema":{"default":false,"type":"string"},"in":"query","name":"pretty","required":false}],"responses":{"200":{"description":"Default Response"}}}},"/api/system/debug/env":{"get":{"tags":["System"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}}}}},"/api/guide/status":{"get":{"tags":["Guide"],"responses":{"200":{"description":"Default Response"}}}},"/api/guide/debug":{"get":{"tags":["Debug"],"responses":{"200":{"description":"Default Response"}}}},"/api/guide/channels":{"get":{"tags":["Guide"],"parameters":[{"schema":{},"in":"query","name":"dateFrom","required":true},{"schema":{},"in":"query","name":"dateTo","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"object","properties":{"icon":{"type":"object","properties":{"path":{"default":"","type":"string"},"width":{"default":0,"type":"number","minimum":0},"duration":{"default":0,"type":"number"},"position":{"default":"bottom-right","anyOf":[{"type":"string","enum":["top-left"]},{"type":"string","enum":["top-right"]},{"type":"string","enum":["bottom-left"]},{"type":"string","enum":["bottom-right"]}]}},"required":["path","width","duration","position"],"additionalProperties":false},"name":{"type":"string"},"number":{"type":"number"},"id":{"type":"string"},"programs":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"},"start":{"type":"number"},"stop":{"type":"number"},"isPaused":{"default":false,"type":"boolean"},"timeRemaining":{"type":"number"}},"required":["type","persisted","duration","id","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds","start","stop","isPaused"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["custom"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"id":{"type":"string"},"customShowId":{"type":"string"},"index":{"type":"number"},"program":{"type":"object","properties":{"type":{"type":"string","enum":["content"]},"persisted":{"type":"boolean"},"duration":{"type":"number","minimum":0},"icon":{"type":"string"},"id":{"type":"string"},"subtype":{"type":"string","enum":["movie","episode","track","music_video","other_video"]},"summary":{"type":"string"},"date":{"type":"string"},"year":{"type":"number","minimum":0},"rating":{"type":"string"},"serverFileKey":{"type":"string"},"serverFilePath":{"type":"string"},"title":{"type":"string"},"showId":{"type":"string"},"seasonId":{"type":"string"},"seasonNumber":{"type":"number"},"episodeNumber":{"type":"number"},"albumId":{"type":"string"},"artistId":{"type":"string"},"index":{"type":"number","minimum":0},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["season"]}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["album"]}},"required":["externalIds","type"],"additionalProperties":false}]},"grandparent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["show"]},"seasons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"},"type":{"type":"string","enum":["artist"]},"albums":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"index":{"type":"number","minimum":0},"guids":{"type":"array","items":{"type":"string"}},"year":{"type":"number","minimum":0},"externalKey":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"summary":{"type":"string"}},"required":["externalIds"],"additionalProperties":false}}},"required":["externalIds","type"],"additionalProperties":false}]},"externalSourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalSourceName":{"type":"string"},"externalSourceId":{"type":"string"},"libraryId":{"type":"string"},"externalKey":{"type":"string"},"uniqueId":{"type":"string"},"externalIds":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["single"]},"source":{"anyOf":[{"type":"string","enum":["plex-guid"]},{"type":"string","enum":["imdb"]},{"type":"string","enum":["tmdb"]},{"type":"string","enum":["tvdb"]}]},"id":{"type":"string"}},"required":["type","source","id"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["multi"]},"source":{"type":"string","enum":["plex","jellyfin","emby"]},"sourceId":{"type":"string"},"id":{"type":"string"}},"required":["type","source","sourceId","id"],"additionalProperties":false}]}},"canonicalId":{"type":"string"}},"required":["type","persisted","duration","subtype","title","externalSourceType","externalSourceName","externalSourceId","externalKey","uniqueId","externalIds"],"additionalProperties":false},"start":{"type":"number"},"stop":{"type":"number"},"isPaused":{"default":false,"type":"boolean"},"timeRemaining":{"type":"number"}},"required":["type","persisted","duration","id","customShowId","index","start","stop","isPaused"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["redirect"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"channel":{"type":"string"},"channelNumber":{"type":"number"},"channelName":{"type":"string"},"start":{"type":"number"},"stop":{"type":"number"},"isPaused":{"default":false,"type":"boolean"},"timeRemaining":{"type":"number"}},"required":["type","persisted","duration","channel","channelNumber","channelName","start","stop","isPaused"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["flex"]},"persisted":{"type":"boolean"},"duration":{"type":"number"},"icon":{"type":"string"},"start":{"type":"number"},"stop":{"type":"number"},"isPaused":{"default":false,"type":"boolean"},"timeRemaining":{"type":"number"},"title":{"type":"string"}},"required":["type","persisted","duration","start","stop","isPaused","title"],"additionalProperties":false}]}}},"required":["name","number","id","programs"],"additionalProperties":false}}}}},"400":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/api/guide/channels/{id}":{"get":{"tags":["Guide"],"parameters":[{"schema":{"type":"string"},"in":"query","name":"dateFrom","required":true},{"schema":{"type":"string"},"in":"query","name":"dateTo","required":true},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/api/plex/{mediaSourceId}/search":{"get":{"parameters":[{"schema":{"type":"string"},"in":"query","name":"key","required":true},{"schema":{"type":"string"},"in":"query","name":"searchParam","required":false},{"schema":{"type":"number"},"in":"query","name":"offset","required":false},{"schema":{"type":"number"},"in":"query","name":"limit","required":false},{"schema":{"type":"string"},"in":"query","name":"parentType","required":false},{"schema":{"type":"string"},"in":"path","name":"mediaSourceId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"number"},"result":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["movie"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"description":"Epoch timestamp","anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"],"additionalProperties":false}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime","chapterType"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"],"additionalProperties":false},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"state":{"type":"string","enum":["ok","missing"]},"summary":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"plot":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"tagline":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"rating":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state","summary","plot","tagline","rating"],"additionalProperties":false},{"$ref":"#/components/schemas/Episode"},{"$ref":"#/components/schemas/Season"},{"$ref":"#/components/schemas/Show"},{"$ref":"#/components/schemas/MusicTrack"},{"$ref":"#/components/schemas/MusicAlbum"},{"$ref":"#/components/schemas/MusicArtist"},{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["music_video"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"description":"Epoch timestamp","anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"],"additionalProperties":false}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime","chapterType"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"],"additionalProperties":false},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"state":{"type":"string","enum":["ok","missing"]}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state"],"additionalProperties":false},{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["other_video"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"description":"Epoch timestamp","anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"],"additionalProperties":false}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime","chapterType"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"],"additionalProperties":false},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"state":{"type":"string","enum":["ok","missing"]}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state"],"additionalProperties":false}]}},"size":{"type":"number"},"offset":{"type":"number"}},"required":["total","result","size"],"additionalProperties":false}}}},"400":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/api/plex/{mediaSourceId}/libraries":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"mediaSourceId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"childCount":{"type":"number"},"externalId":{"type":"string"},"childType":{"type":"string","enum":["movie","episode","track","music_video","other_video","season","show","album","artist"]},"type":{"type":"string","enum":["library"]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"libraryId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["sourceType","uuid","title","externalId","type","locations"],"additionalProperties":false}}}}}}}},"/api/plex/{mediaSourceId}/libraries/{libraryId}/collections":{"get":{"parameters":[{"schema":{"type":"number","minimum":0},"in":"query","name":"offset","required":false},{"schema":{"type":"number","minimum":0},"in":"query","name":"limit","required":false},{"schema":{"type":"string"},"in":"path","name":"mediaSourceId","required":true},{"schema":{"type":"string"},"in":"path","name":"libraryId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"number"},"result":{"type":"array","items":{"type":"object","properties":{"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"childCount":{"type":"number"},"externalId":{"type":"string"},"childType":{"type":"string","enum":["movie","episode","track","music_video","other_video","season","show","album","artist"]},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"type":{"type":"string","enum":["collection"]}},"required":["sourceType","uuid","title","externalId","mediaSourceId","libraryId","type"],"additionalProperties":false}},"size":{"type":"number"},"offset":{"type":"number"}},"required":["total","result","size"],"additionalProperties":false}}}}}}},"/api/plex/{mediaSourceId}/libraries/{libraryId}/playlists":{"get":{"parameters":[{"schema":{"type":"number","minimum":0},"in":"query","name":"offset","required":false},{"schema":{"type":"number","minimum":0},"in":"query","name":"limit","required":false},{"schema":{"type":"string"},"in":"path","name":"mediaSourceId","required":true},{"schema":{"type":"string"},"in":"path","name":"libraryId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"number"},"result":{"type":"array","items":{"type":"object","properties":{"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"childCount":{"type":"number"},"externalId":{"type":"string"},"childType":{"type":"string","enum":["movie","episode","track","music_video","other_video","season","show","album","artist"]},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"type":{"type":"string","enum":["playlist"]}},"required":["sourceType","uuid","title","externalId","mediaSourceId","libraryId","type"],"additionalProperties":false}},"size":{"type":"number"},"offset":{"type":"number"}},"required":["total","result","size"],"additionalProperties":false}}}}}}},"/api/plex/{mediaSourceId}/playlists":{"get":{"parameters":[{"schema":{"type":"number","minimum":0},"in":"query","name":"offset","required":false},{"schema":{"type":"number","minimum":0},"in":"query","name":"limit","required":false},{"schema":{"type":"string"},"in":"path","name":"mediaSourceId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"number"},"result":{"type":"array","items":{"type":"object","properties":{"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"childCount":{"type":"number"},"externalId":{"type":"string"},"childType":{"type":"string","enum":["movie","episode","track","music_video","other_video","season","show","album","artist"]},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"type":{"type":"string","enum":["playlist"]}},"required":["sourceType","uuid","title","externalId","mediaSourceId","libraryId","type"],"additionalProperties":false}},"size":{"type":"number"},"offset":{"type":"number"}},"required":["total","result","size"],"additionalProperties":false}}}}}}},"/api/plex/{mediaSourceId}/filters":{"get":{"parameters":[{"schema":{"type":"string"},"in":"query","name":"key","required":true},{"schema":{"type":"string"},"in":"path","name":"mediaSourceId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"Meta":{"type":"object","properties":{"Type":{"type":"array","items":{"type":"object","properties":{"key":{"type":"string"},"type":{"type":"string","enum":["movie","show","artist","photo","track","episode","season","album","folder"]},"title":{"type":"string"},"active":{"type":"boolean"},"Filter":{"type":"array","items":{"type":"object","properties":{"filter":{"type":"string"},"filterType":{"type":"string"},"key":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"},"advanced":{"type":"boolean"}},"required":["filter","filterType","key","title","type"],"additionalProperties":false}},"Sort":{"type":"array","items":{"type":"object","properties":{"active":{"type":"boolean"},"activeDirection":{"type":"string"},"default":{"type":"string"},"defaultDirection":{"type":"string"},"descKey":{"type":"string"},"firstCharacterKey":{"type":"string"},"key":{"type":"string"},"title":{"type":"string"}},"required":["defaultDirection","descKey","key","title"],"additionalProperties":false}},"Field":{"type":"array","items":{"type":"object","properties":{"key":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"}},"required":["key","title","type"],"additionalProperties":false}}},"required":["key","type","title","active"],"additionalProperties":false}},"FieldType":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"Operator":{"type":"array","items":{"type":"object","properties":{"key":{"type":"string"},"title":{"type":"string"}},"required":["key","title"],"additionalProperties":false}}},"required":["type","Operator"],"additionalProperties":false}}},"required":["Type","FieldType"],"additionalProperties":false}},"required":["Meta"],"additionalProperties":false}}}}}}},"/api/plex/{mediaSourceId}/tags":{"get":{"parameters":[{"schema":{"type":"string"},"in":"query","name":"libraryKey","required":true},{"schema":{"type":"string"},"in":"query","name":"itemKey","required":true},{"schema":{"type":"string"},"in":"path","name":"mediaSourceId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"size":{"type":"number"},"Directory":{"type":"array","items":{"type":"object","properties":{"fastKey":{"type":"string"},"thumb":{"type":"string"},"key":{"type":"string"},"title":{"type":"string"}},"required":["key","title"],"additionalProperties":false}}},"required":["size","Directory"],"additionalProperties":false}}}}}}},"/api/plex/{mediaSourceId}/items/{itemId}/children":{"get":{"parameters":[{"schema":{"type":"string","enum":["item","collection","playlist"]},"in":"query","name":"parentType","required":true},{"schema":{"type":"string"},"in":"path","name":"mediaSourceId","required":true},{"schema":{"type":"string"},"in":"path","name":"itemId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["movie"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"description":"Epoch timestamp","anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"],"additionalProperties":false}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime","chapterType"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"],"additionalProperties":false},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"state":{"type":"string","enum":["ok","missing"]},"summary":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"plot":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"tagline":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"rating":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state","summary","plot","tagline","rating"],"additionalProperties":false},{"$ref":"#/components/schemas/Episode"},{"$ref":"#/components/schemas/MusicTrack"},{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["other_video"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"description":"Epoch timestamp","anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"],"additionalProperties":false}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime","chapterType"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"],"additionalProperties":false},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"state":{"type":"string","enum":["ok","missing"]}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state"],"additionalProperties":false},{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["music_video"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"description":"Epoch timestamp","anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"],"additionalProperties":false}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime","chapterType"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"],"additionalProperties":false},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"state":{"type":"string","enum":["ok","missing"]}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state"],"additionalProperties":false}]},{"anyOf":[{"$ref":"#/components/schemas/Show"},{"$ref":"#/components/schemas/Season"},{"$ref":"#/components/schemas/MusicArtist"},{"$ref":"#/components/schemas/MusicAlbum"}]}]},{"anyOf":[{"type":"object","properties":{"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"childCount":{"type":"number"},"externalId":{"type":"string"},"childType":{"type":"string","enum":["movie","episode","track","music_video","other_video","season","show","album","artist"]},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"type":{"type":"string","enum":["folder"]}},"required":["sourceType","uuid","title","externalId","mediaSourceId","libraryId","type"],"additionalProperties":false},{"type":"object","properties":{"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"childCount":{"type":"number"},"externalId":{"type":"string"},"childType":{"type":"string","enum":["movie","episode","track","music_video","other_video","season","show","album","artist"]},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"type":{"type":"string","enum":["collection"]}},"required":["sourceType","uuid","title","externalId","mediaSourceId","libraryId","type"],"additionalProperties":false},{"type":"object","properties":{"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"childCount":{"type":"number"},"externalId":{"type":"string"},"childType":{"type":"string","enum":["movie","episode","track","music_video","other_video","season","show","album","artist"]},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"type":{"type":"string","enum":["playlist"]}},"required":["sourceType","uuid","title","externalId","mediaSourceId","libraryId","type"],"additionalProperties":false}]}]}}}}}}}},"/api/jellyfin/login":{"post":{"operationId":"jellyfinLogin","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","format":"uri"},"username":{"type":"string","minLength":1},"password":{"type":"string","minLength":1}},"required":["url","username","password"]}}},"required":true},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"accessToken":{"type":"string"},"userId":{"type":"string"}},"additionalProperties":false}}}}}}},"/api/jellyfin/{mediaSourceId}/user_libraries":{"get":{"operationId":"getJellyfinLibraries","parameters":[{"schema":{"type":"string"},"in":"path","name":"mediaSourceId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"childCount":{"type":"number"},"externalId":{"type":"string"},"childType":{"type":"string","enum":["movie","episode","track","music_video","other_video","season","show","album","artist"]},"type":{"type":"string","enum":["library"]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"libraryId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["sourceType","uuid","title","externalId","type","locations"],"additionalProperties":false}}}}}}}},"/api/jellyfin/{mediaSourceId}/libraries/{libraryId}/genres":{"get":{"operationId":"getJellyfinLibraryGenres","parameters":[{"schema":{"type":"string"},"in":"query","name":"includeItemTypes","required":false},{"schema":{"type":"string"},"in":"path","name":"mediaSourceId","required":true},{"schema":{"type":"string"},"in":"path","name":"libraryId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"Items":{"type":"array","items":{"type":"object","properties":{"Name":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"OriginalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"ServerId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Id":{"type":"string"},"Etag":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"SourceType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"PlaylistItemId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"DateCreated":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},{"nullable":true,"enum":[null]}]},"DateLastMediaAdded":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},{"nullable":true,"enum":[null]}]},"ExtraType":{"anyOf":[{"type":"string","enum":["Unknown","Clip","Trailer","BehindTheScenes","DeletedScene","Interview","Scene","Sample","ThemeSong","ThemeVideo","Featurette","Short"]},{"nullable":true,"enum":[null]}]},"AirsBeforeSeasonNumber":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"AirsAfterSeasonNumber":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"AirsBeforeEpisodeNumber":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"CanDelete":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"CanDownload":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"HasLyrics":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"HasSubtitles":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"PreferredMetadataLanguage":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"PreferredMetadataCountryCode":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Container":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"SortName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"ForcedSortName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Video3DFormat":{"anyOf":[{"type":"string","enum":["HalfSideBySide","FullSideBySide","FullTopAndBottom","HalfTopAndBottom","MVC"]},{"nullable":true,"enum":[null]}]},"PremiereDate":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},{"nullable":true,"enum":[null]}]},"ExternalUrls":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"Name":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Url":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"MediaSources":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"Protocol":{"type":"string","enum":["File","Http","Rtmp","Rtsp","Udp","Rtp","Ftp"]},"Id":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"EncoderPath":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"EncoderProtocol":{"anyOf":[{"type":"string","enum":["File","Http","Rtmp","Rtsp","Udp","Rtp","Ftp"]},{"nullable":true,"enum":[null]}]},"Type":{"type":"string","enum":["Default","Grouping","Placeholder"]},"Container":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Size":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"Name":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"IsRemote":{"type":"boolean"},"ETag":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"RunTimeTicks":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"ReadAtNativeFramerate":{"type":"boolean"},"IgnoreDts":{"type":"boolean"},"IgnoreIndex":{"type":"boolean"},"GenPtsInput":{"type":"boolean"},"SupportsTranscoding":{"type":"boolean"},"SupportsDirectStream":{"type":"boolean"},"SupportsDirectPlay":{"type":"boolean"},"IsInfiniteStream":{"type":"boolean"},"RequiresOpening":{"type":"boolean"},"OpenToken":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"RequiresClosing":{"type":"boolean"},"LiveStreamId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"BufferMs":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"RequiresLooping":{"type":"boolean"},"SupportsProbing":{"type":"boolean"},"VideoType":{"anyOf":[{"type":"string","enum":["VideoFile","Iso","Dvd","BluRay"]},{"nullable":true,"enum":[null]}]},"IsoType":{"anyOf":[{"type":"string","enum":["Dvd","BluRay"]},{"nullable":true,"enum":[null]}]},"Video3DFormat":{"anyOf":[{"type":"string","enum":["HalfSideBySide","FullSideBySide","FullTopAndBottom","HalfTopAndBottom","MVC"]},{"nullable":true,"enum":[null]}]},"MediaStreams":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"Codec":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"CodecTag":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Language":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"ColorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"ColorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"ColorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"ColorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"DvVersionMajor":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"DvVersionMinor":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"DvProfile":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"DvLevel":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"RpuPresentFlag":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"ElPresentFlag":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"BlPresentFlag":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"DvBlSignalCompatibilityId":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"Comment":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"TimeBase":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"CodecTimeBase":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"VideoRange":{"type":"string","enum":["Unknown","SDR","HDR"]},"VideoRangeType":{"default":"Unknown","type":"string","enum":["Unknown","SDR","HDR10","HLG","DOVI","DOVIWithHDR10","DOVIWithHLG","DOVIWithSDR","HDR10Plus"]},"VideoDoViTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"LocalizedUndefined":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"LocalizedDefault":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"LocalizedForced":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"LocalizedExternal":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"LocalizedHearingImpaired":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"DisplayTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"NalLengthSize":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"IsInterlaced":{"type":"boolean"},"IsAVC":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"ChannelLayout":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"BitRate":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"BitDepth":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"RefFrames":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"PacketLength":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"Channels":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"SampleRate":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"IsDefault":{"type":"boolean"},"IsForced":{"type":"boolean"},"IsHearingImpaired":{"type":"boolean"},"Height":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"Width":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"AverageFrameRate":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"RealFrameRate":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"Profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Type":{"type":"string","enum":["Audio","Video","Subtitle","EmbeddedImage","Data","Lyric"]},"AspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Index":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"Score":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"IsExternal":{"type":"boolean"},"DeliveryMethod":{"anyOf":[{"type":"string","enum":["Encode","Embed","External","Hls","Drop"]},{"nullable":true,"enum":[null]}]},"DeliveryUrl":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"IsExternalUrl":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"IsTextSubtitleStream":{"type":"boolean"},"SupportsExternalStream":{"type":"boolean"},"Path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"PixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Level":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"IsAnamorphic":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"MediaAttachments":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"Codec":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"CodecTag":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Comment":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Index":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"FileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"MimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"DeliveryUrl":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"Formats":{"anyOf":[{"type":"array","items":{"type":"string"}},{"nullable":true,"enum":[null]}]},"Bitrate":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"RequiredHttpHeaders":{"anyOf":[{"type":"object","additionalProperties":{"type":"string"}},{"nullable":true,"enum":[null]}]},"TranscodingUrl":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"TranscodingContainer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"AnalyzeDurationMs":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"DefaultAudioStreamIndex":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"DefaultSubtitleStreamIndex":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]}},"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"CriticRating":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"ProductionLocations":{"anyOf":[{"type":"array","items":{"type":"string"}},{"nullable":true,"enum":[null]}]},"Path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"EnableMediaSourceDisplay":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"OfficialRating":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"CustomRating":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"ChannelId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"ChannelName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Overview":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Taglines":{"anyOf":[{"type":"array","items":{"type":"string"}},{"nullable":true,"enum":[null]}]},"Genres":{"anyOf":[{"type":"array","items":{"type":"string"}},{"nullable":true,"enum":[null]}]},"CommunityRating":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"CumulativeRunTimeTicks":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"RunTimeTicks":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"AspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"ProductionYear":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"IsPlaceHolder":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"Number":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"ChannelNumber":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"IndexNumber":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"IndexNumberEnd":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"ParentIndexNumber":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"ProviderIds":{"anyOf":[{"type":"object","additionalProperties":{"type":"string"}},{"nullable":true,"enum":[null]}]},"IsHD":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"IsFolder":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"ParentId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Type":{"type":"string","enum":["AggregateFolder","Audio","AudioBook","BasePluginFolder","Book","BoxSet","Channel","ChannelFolderItem","CollectionFolder","Episode","Folder","Genre","ManualPlaylistsFolder","Movie","LiveTvChannel","LiveTvProgram","MusicAlbum","MusicArtist","MusicGenre","MusicVideo","Person","Photo","PhotoAlbum","Playlist","PlaylistsFolder","Program","Recording","Season","Series","Studio","Trailer","TvChannel","TvProgram","UserRootFolder","UserView","Video","Year"]},"People":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"Name":{"type":"string"},"Id":{"type":"string"},"Role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Type":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"PrimaryImageTag":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"ImageBlurHashes":{"anyOf":[{"type":"object","properties":{"Backdrop":{"anyOf":[{"type":"object","additionalProperties":{"type":"string"}},{"nullable":true,"enum":[null]}]},"Primary":{"anyOf":[{"type":"object","additionalProperties":{"type":"string"}},{"nullable":true,"enum":[null]}]},"Logo":{"anyOf":[{"type":"object","additionalProperties":{"type":"string"}},{"nullable":true,"enum":[null]}]},"Thumb":{"anyOf":[{"type":"object","additionalProperties":{"type":"string"}},{"nullable":true,"enum":[null]}]}},"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["Name","Id"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"Studios":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"Name":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Id":{"type":"string"}},"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"GenreItems":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"Name":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Id":{"type":"string"}},"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"ParentLogoItemId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"ParentBackdropItemId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"ParentBackdropImageTags":{"anyOf":[{"type":"array","items":{"type":"string"}},{"nullable":true,"enum":[null]}]},"LocalTrailerCount":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"RecursiveItemCount":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"ChildCount":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"SeriesName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"SeriesId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"SeasonId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"SpecialFeatureCount":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"DisplayPreferencesId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Status":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"AirTime":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Tags":{"anyOf":[{"type":"array","items":{"type":"string"}},{"nullable":true,"enum":[null]}]},"PrimaryImageAspectRatio":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"Artists":{"anyOf":[{"type":"array","items":{"type":"string"}},{"nullable":true,"enum":[null]}]},"ArtistItems":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"Name":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Id":{"type":"string"}},"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"Album":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"CollectionType":{"anyOf":[{"type":"string","enum":["unknown","movies","tvshows","music","musicvideos","trailers","homevideos","boxsets","books","photos","livetv","playlists","folders"]},{"nullable":true,"enum":[null]}]},"DisplayOrder":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"AlbumId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"AlbumPrimaryImageTag":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"SeriesPrimaryImageTag":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"AlbumArtist":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"AlbumArtists":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"Name":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Id":{"type":"string"}},"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"SeasonName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"MediaStreams":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"Codec":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"CodecTag":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Language":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"ColorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"ColorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"ColorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"ColorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"DvVersionMajor":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"DvVersionMinor":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"DvProfile":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"DvLevel":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"RpuPresentFlag":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"ElPresentFlag":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"BlPresentFlag":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"DvBlSignalCompatibilityId":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"Comment":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"TimeBase":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"CodecTimeBase":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"VideoRange":{"type":"string","enum":["Unknown","SDR","HDR"]},"VideoRangeType":{"default":"Unknown","type":"string","enum":["Unknown","SDR","HDR10","HLG","DOVI","DOVIWithHDR10","DOVIWithHLG","DOVIWithSDR","HDR10Plus"]},"VideoDoViTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"LocalizedUndefined":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"LocalizedDefault":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"LocalizedForced":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"LocalizedExternal":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"LocalizedHearingImpaired":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"DisplayTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"NalLengthSize":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"IsInterlaced":{"type":"boolean"},"IsAVC":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"ChannelLayout":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"BitRate":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"BitDepth":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"RefFrames":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"PacketLength":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"Channels":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"SampleRate":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"IsDefault":{"type":"boolean"},"IsForced":{"type":"boolean"},"IsHearingImpaired":{"type":"boolean"},"Height":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"Width":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"AverageFrameRate":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"RealFrameRate":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"Profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Type":{"type":"string","enum":["Audio","Video","Subtitle","EmbeddedImage","Data","Lyric"]},"AspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Index":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"Score":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"IsExternal":{"type":"boolean"},"DeliveryMethod":{"anyOf":[{"type":"string","enum":["Encode","Embed","External","Hls","Drop"]},{"nullable":true,"enum":[null]}]},"DeliveryUrl":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"IsExternalUrl":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"IsTextSubtitleStream":{"type":"boolean"},"SupportsExternalStream":{"type":"boolean"},"Path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"PixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Level":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"IsAnamorphic":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"VideoType":{"anyOf":[{"type":"string","enum":["VideoFile","Iso","Dvd","BluRay"]},{"nullable":true,"enum":[null]}]},"PartCount":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"MediaSourceCount":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"ImageTags":{"anyOf":[{"type":"object","additionalProperties":{"type":"string"}},{"nullable":true,"enum":[null]}]},"BackdropImageTags":{"anyOf":[{"type":"array","items":{"type":"string"}},{"nullable":true,"enum":[null]}]},"ScreenshotImageTags":{"anyOf":[{"type":"array","items":{"type":"string"}},{"nullable":true,"enum":[null]}]},"ParentLogoImageTag":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"ParentArtItemId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"ParentArtImageTag":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"SeriesThumbImageTag":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"ImageBlurHashes":{"anyOf":[{"type":"object","properties":{"Primary":{"type":"object","additionalProperties":{"type":"string"}},"Art":{"type":"object","additionalProperties":{"type":"string"}},"Backdrop":{"type":"object","additionalProperties":{"type":"string"}},"Banner":{"type":"object","additionalProperties":{"type":"string"}},"Logo":{"type":"object","additionalProperties":{"type":"string"}},"Thumb":{"type":"object","additionalProperties":{"type":"string"}},"Disc":{"type":"object","additionalProperties":{"type":"string"}},"Box":{"type":"object","additionalProperties":{"type":"string"}},"Screenshot":{"type":"object","additionalProperties":{"type":"string"}},"Menu":{"type":"object","additionalProperties":{"type":"string"}},"Chapter":{"type":"object","additionalProperties":{"type":"string"}},"BoxRear":{"type":"object","additionalProperties":{"type":"string"}},"Profile":{"type":"object","additionalProperties":{"type":"string"}}},"additionalProperties":false},{"nullable":true,"enum":[null]}]},"SeriesStudio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"ParentThumbItemId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"ParentThumbImageTag":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"ParentPrimaryImageItemId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"ParentPrimaryImageTag":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"StartPositionTicks":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"Name":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"ImagePath":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"ImageDateModified":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"ImageTag":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"IsoType":{"anyOf":[{"type":"string","enum":["Dvd","BluRay"]},{"nullable":true,"enum":[null]}]},"MediaType":{"type":"string","enum":["Unknown","Video","Audio","Photo","Book"]},"EndDate":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},{"nullable":true,"enum":[null]}]},"TrailerCount":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"MovieCount":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"SeriesCount":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"ProgramCount":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"EpisodeCount":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"SongCount":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"AlbumCount":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"ArtistCount":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"MusicVideoCount":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"LockData":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"Width":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"Height":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"CameraMake":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"CameraModel":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"Software":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"ExposureTime":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"FocalLength":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"Aperture":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"ShutterSpeed":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"Latitude":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"Longitude":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"Altitude":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"IsoSpeedRating":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"nullable":true,"enum":[null]}]},"SeriesTimerId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"ProgramId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"ChannelPrimaryImageTag":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"StartDate":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},{"nullable":true,"enum":[null]}]},"CompletionPercentage":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"IsRepeat":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"EpisodeTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"IsMovie":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"IsSports":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"IsSeries":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"IsLive":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"IsNews":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"IsKids":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"IsPremiere":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"TimerId":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"NormalizationGain":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]}},"required":["Id","Type","MediaType"],"additionalProperties":false}},"TotalRecordCount":{"type":"number"},"StartIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]}},"required":["Items","TotalRecordCount"],"additionalProperties":false}}}}}}},"/api/jellyfin/{mediaSourceId}/libraries/{libraryId}/items":{"get":{"operationId":"getJellyfinLibraryItems","parameters":[{"schema":{"type":"string"},"in":"query","name":"parentId","required":false},{"schema":{"type":"number","minimum":0},"in":"query","name":"offset","required":false},{"schema":{"type":"number","exclusiveMinimum":true,"minimum":0},"in":"query","name":"limit","required":false},{"schema":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string","enum":["AggregateFolder","Audio","AudioBook","BasePluginFolder","Book","BoxSet","Channel","ChannelFolderItem","CollectionFolder","Episode","Folder","Genre","ManualPlaylistsFolder","Movie","LiveTvChannel","LiveTvProgram","MusicAlbum","MusicArtist","MusicGenre","MusicVideo","Person","Photo","PhotoAlbum","Playlist","PlaylistsFolder","Program","Recording","Season","Series","Studio","Trailer","TvChannel","TvProgram","UserRootFolder","UserView","Video","Year"]}}]},"in":"query","name":"itemTypes","required":false},{"schema":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string","enum":["AirTime","CanDelete","CanDownload","ChannelInfo","Chapters","Trickplay","ChildCount","CumulativeRunTimeTicks","CustomRating","DateCreated","DateLastMediaAdded","DisplayPreferencesId","Etag","ExternalUrls","Genres","HomePageUrl","ItemCounts","MediaSourceCount","MediaSources","OriginalTitle","OfficialRating","Overview","ParentId","Path","People","PlayAccess","ProductionLocations","ProviderIds","PrimaryImageAspectRatio","RecursiveItemCount","Settings","ScreenshotImageTags","SeriesPrimaryImage","SeriesStudio","SortName","SpecialEpisodeNumbers","Studios","Taglines","Tags","RemoteTrailers","MediaStreams","SeasonUserData","ServiceName","ThemeSongIds","ThemeVideoIds","ExternalEtag","PresentationUniqueKey","InheritedParentalRatingValue","ExternalSeriesId","SeriesPresentationUniqueKey","DateLastRefreshed","DateLastSaved","RefreshState","ChannelImage","EnableMediaSourceDisplay","Width","Height","ExtraIds","LocalTrailerCount","IsHD","SpecialFeatureCount"]}}]},"in":"query","name":"extraFields","required":false},{"schema":{"type":"string"},"in":"query","name":"genres","required":false},{"schema":{"type":"string","minLength":1},"in":"query","name":"nameStartsWithOrGreater","required":false},{"schema":{"type":"string","minLength":1},"in":"query","name":"nameStartsWith","required":false},{"schema":{"type":"string","minLength":1},"in":"query","name":"nameLessThan","required":false},{"schema":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string","enum":["Default","AiredEpisodeOrder","Album","AlbumArtist","Artist","DateCreated","OfficialRating","DatePlayed","PremiereDate","StartDate","SortName","Name","Random","Runtime","CommunityRating","ProductionYear","PlayCount","CriticRating","IsFolder","IsUnplayed","IsPlayed","SeriesSortName","VideoBitRate","AirTime","Studio","IsFavoriteOrLiked","DateLastContentAdded","SeriesDatePlayed","ParentIndexNumber","IndexNumber","SimilarityScore","SearchScore"]}}]},"in":"query","name":"sortBy","required":false},{"schema":{"anyOf":[{"type":"boolean"},{"type":"string","enum":["true"]},{"type":"string","enum":["false"]},{"type":"number"}]},"in":"query","name":"recursive","required":false},{"schema":{"type":"string"},"in":"path","name":"mediaSourceId","required":true},{"schema":{"type":"string"},"in":"path","name":"libraryId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"number"},"result":{"type":"array","items":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["movie"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"description":"Epoch timestamp","anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"],"additionalProperties":false}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime","chapterType"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"],"additionalProperties":false},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"state":{"type":"string","enum":["ok","missing"]},"summary":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"plot":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"tagline":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"rating":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state","summary","plot","tagline","rating"],"additionalProperties":false},{"$ref":"#/components/schemas/Episode"},{"$ref":"#/components/schemas/MusicTrack"},{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["other_video"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"description":"Epoch timestamp","anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"],"additionalProperties":false}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime","chapterType"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"],"additionalProperties":false},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"state":{"type":"string","enum":["ok","missing"]}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state"],"additionalProperties":false},{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["music_video"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"description":"Epoch timestamp","anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"],"additionalProperties":false}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime","chapterType"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"],"additionalProperties":false},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"state":{"type":"string","enum":["ok","missing"]}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state"],"additionalProperties":false}]},{"anyOf":[{"$ref":"#/components/schemas/Show"},{"$ref":"#/components/schemas/Season"},{"$ref":"#/components/schemas/MusicArtist"},{"$ref":"#/components/schemas/MusicAlbum"}]}]},{"anyOf":[{"type":"object","properties":{"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"childCount":{"type":"number"},"externalId":{"type":"string"},"childType":{"type":"string","enum":["movie","episode","track","music_video","other_video","season","show","album","artist"]},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"type":{"type":"string","enum":["folder"]}},"required":["sourceType","uuid","title","externalId","mediaSourceId","libraryId","type"],"additionalProperties":false},{"type":"object","properties":{"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"childCount":{"type":"number"},"externalId":{"type":"string"},"childType":{"type":"string","enum":["movie","episode","track","music_video","other_video","season","show","album","artist"]},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"type":{"type":"string","enum":["collection"]}},"required":["sourceType","uuid","title","externalId","mediaSourceId","libraryId","type"],"additionalProperties":false},{"type":"object","properties":{"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"childCount":{"type":"number"},"externalId":{"type":"string"},"childType":{"type":"string","enum":["movie","episode","track","music_video","other_video","season","show","album","artist"]},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"type":{"type":"string","enum":["playlist"]}},"required":["sourceType","uuid","title","externalId","mediaSourceId","libraryId","type"],"additionalProperties":false}]}]}},"size":{"type":"number"},"offset":{"type":"number"}},"required":["total","result","size"],"additionalProperties":false}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/api/sessions":{"get":{"tags":["Sessions"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["hls","hls_slower","mpegts","hls_direct","hls_concat","hls_slower_concat","mpegts_concat","hls_direct_concat"]},"state":{"type":"string"},"numConnections":{"type":"number","minimum":0},"connections":{"type":"array","items":{"type":"object","properties":{"ip":{"anyOf":[{"type":"string","format":"ipv4","pattern":"^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$"},{"type":"string","format":"ipv6","pattern":"^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$"}]},"userAgent":{"type":"string"},"lastHeartbeat":{"type":"number","minimum":0}},"required":["ip"],"additionalProperties":false}}},"required":["type","state","numConnections","connections"],"additionalProperties":false}}}}}}}}},"/api/channels/{id}/sessions":{"get":{"tags":["Sessions"],"parameters":[{"schema":{"anyOf":[{"type":"number"},{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}]},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["hls","hls_slower","mpegts","hls_direct","hls_concat","hls_slower_concat","mpegts_concat","hls_direct_concat"]},"state":{"type":"string"},"numConnections":{"type":"number","minimum":0},"connections":{"type":"array","items":{"type":"object","properties":{"ip":{"anyOf":[{"type":"string","format":"ipv4","pattern":"^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$"},{"type":"string","format":"ipv6","pattern":"^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$"}]},"userAgent":{"type":"string"},"lastHeartbeat":{"type":"number","minimum":0}},"required":["ip"],"additionalProperties":false}}},"required":["type","state","numConnections","connections"],"additionalProperties":false}}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}},"delete":{"tags":["Sessions"],"parameters":[{"schema":{"anyOf":[{"type":"number"},{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}]},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","enum":["hls","hls_slower","mpegts","hls_direct","hls_concat","hls_slower_concat","mpegts_concat","hls_direct_concat"]},"state":{"type":"string"},"numConnections":{"type":"number","minimum":0},"connections":{"type":"array","items":{"type":"object","properties":{"ip":{"anyOf":[{"type":"string","format":"ipv4","pattern":"^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$"},{"type":"string","format":"ipv6","pattern":"^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$"}]},"userAgent":{"type":"string"},"lastHeartbeat":{"type":"number","minimum":0}},"required":["ip"],"additionalProperties":false}}},"required":["type","state","numConnections","connections"],"additionalProperties":false}}}},"201":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/api/emby/login":{"post":{"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","format":"uri"},"username":{"type":"string","minLength":1},"password":{"type":"string","minLength":1}},"required":["url","username","password"]}}},"required":true},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"accessToken":{"type":"string"},"userId":{"type":"string"}},"additionalProperties":false}}}}}}},"/api/emby/{mediaSourceId}/user_libraries":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"mediaSourceId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"childCount":{"type":"number"},"externalId":{"type":"string"},"childType":{"type":"string","enum":["movie","episode","track","music_video","other_video","season","show","album","artist"]},"type":{"type":"string","enum":["library"]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"libraryId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["sourceType","uuid","title","externalId","type","locations"],"additionalProperties":false}}}}}}}},"/api/emby/{mediaSourceId}/libraries/{libraryId}/items":{"get":{"parameters":[{"schema":{"type":"number","minimum":0},"in":"query","name":"offset","required":false},{"schema":{"type":"number","exclusiveMinimum":true,"minimum":0},"in":"query","name":"limit","required":false},{"schema":{"type":"string"},"in":"query","name":"parentId","required":false},{"schema":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string","enum":["AggregateFolder","Audio","AudioBook","BasePluginFolder","Book","BoxSet","Channel","ChannelFolderItem","CollectionFolder","Episode","Folder","Genre","ManualPlaylistsFolder","Movie","LiveTvChannel","LiveTvProgram","MusicAlbum","MusicArtist","MusicGenre","MusicVideo","Person","Photo","PhotoAlbum","Playlist","PlaylistsFolder","Program","Recording","Season","Series","Studio","Trailer","TvChannel","TvProgram","UserRootFolder","UserView","Video","Year"]}}]},"in":"query","name":"itemTypes","required":false},{"schema":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string","enum":["Budget","Chapters","ChildCount","DateCreated","Genres","HomePageUrl","IndexOptions","MediaStreams","Overview","ParentId","Path","People","ProviderIds","PrimaryImageAspectRatio","Revenue","SortName","Studios","Taglines","Etag","Tags","ProductionYear","PremiereDate","MediaSources","OfficialRating"]}}]},"in":"query","name":"extraFields","required":false},{"schema":{"type":"string"},"in":"query","name":"genres","required":false},{"schema":{"type":"string","minLength":1},"in":"query","name":"nameStartsWithOrGreater","required":false},{"schema":{"type":"string","minLength":1},"in":"query","name":"nameStartsWith","required":false},{"schema":{"type":"string","minLength":1},"in":"query","name":"nameLessThan","required":false},{"schema":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string","enum":["Album","AlbumArtist","Artist","Budget","CommunityRating","CriticRating","DateCreated","DatePlayed","PlayCount","PremiereDate","ProductionYear","SortName","Random","Revenue","Runtime","IsFolder"]}}]},"in":"query","name":"sortBy","required":false},{"schema":{"anyOf":[{"type":"boolean"},{"type":"string","enum":["true"]},{"type":"string","enum":["false"]},{"type":"number"}]},"in":"query","name":"recursive","required":false},{"schema":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string","enum":["Artist","AlbumArtist"]}}]},"in":"query","name":"artistType","required":false},{"schema":{"type":"string"},"in":"path","name":"mediaSourceId","required":true},{"schema":{"type":"string"},"in":"path","name":"libraryId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"number"},"result":{"type":"array","items":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["movie"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"description":"Epoch timestamp","anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"],"additionalProperties":false}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime","chapterType"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"],"additionalProperties":false},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"state":{"type":"string","enum":["ok","missing"]},"summary":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"plot":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"tagline":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"rating":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state","summary","plot","tagline","rating"],"additionalProperties":false},{"$ref":"#/components/schemas/Episode"},{"$ref":"#/components/schemas/MusicTrack"},{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["other_video"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"description":"Epoch timestamp","anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"],"additionalProperties":false}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime","chapterType"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"],"additionalProperties":false},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"state":{"type":"string","enum":["ok","missing"]}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state"],"additionalProperties":false},{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["music_video"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"description":"Epoch timestamp","anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"],"additionalProperties":false}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime","chapterType"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"],"additionalProperties":false},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"state":{"type":"string","enum":["ok","missing"]}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state"],"additionalProperties":false}]},{"anyOf":[{"$ref":"#/components/schemas/Show"},{"$ref":"#/components/schemas/Season"},{"$ref":"#/components/schemas/MusicArtist"},{"$ref":"#/components/schemas/MusicAlbum"}]}]},{"anyOf":[{"type":"object","properties":{"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"childCount":{"type":"number"},"externalId":{"type":"string"},"childType":{"type":"string","enum":["movie","episode","track","music_video","other_video","season","show","album","artist"]},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"type":{"type":"string","enum":["folder"]}},"required":["sourceType","uuid","title","externalId","mediaSourceId","libraryId","type"],"additionalProperties":false},{"type":"object","properties":{"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"childCount":{"type":"number"},"externalId":{"type":"string"},"childType":{"type":"string","enum":["movie","episode","track","music_video","other_video","season","show","album","artist"]},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"type":{"type":"string","enum":["collection"]}},"required":["sourceType","uuid","title","externalId","mediaSourceId","libraryId","type"],"additionalProperties":false},{"type":"object","properties":{"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"childCount":{"type":"number"},"externalId":{"type":"string"},"childType":{"type":"string","enum":["movie","episode","track","music_video","other_video","season","show","album","artist"]},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"type":{"type":"string","enum":["playlist"]}},"required":["sourceType","uuid","title","externalId","mediaSourceId","libraryId","type"],"additionalProperties":false}]}]}},"size":{"type":"number"},"offset":{"type":"number"}},"required":["total","result","size"],"additionalProperties":false}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/api/settings/media-source":{"get":{"tags":["Settings"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"rescanIntervalHours":{"default":6,"type":"number","minimum":0}},"required":["rescanIntervalHours"],"additionalProperties":false}}}}}},"put":{"tags":["Settings"],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"rescanIntervalHours":{"default":6,"type":"number","minimum":0}}}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"rescanIntervalHours":{"default":6,"type":"number","minimum":0}},"required":["rescanIntervalHours"],"additionalProperties":false}}}}}}},"/api/trash":{"get":{"parameters":[{"schema":{"type":"array","items":{"anyOf":[{"type":"string","enum":["movie"]},{"type":"string","enum":["episode"]},{"type":"string","enum":["track"]},{"type":"string","enum":["redirect"]},{"type":"string","enum":["custom"]},{"type":"string","enum":["flex"]}]}},"in":"query","name":"itemTypes","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"results":{"type":"array","items":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["movie"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"description":"Epoch timestamp","anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"],"additionalProperties":false}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime","chapterType"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"],"additionalProperties":false},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"state":{"type":"string","enum":["ok","missing"]},"summary":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"plot":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"tagline":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"rating":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state","summary","plot","tagline","rating"],"additionalProperties":false},{"$ref":"#/components/schemas/Episode"},{"$ref":"#/components/schemas/MusicTrack"},{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["other_video"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"description":"Epoch timestamp","anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"],"additionalProperties":false}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime","chapterType"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"],"additionalProperties":false},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"state":{"type":"string","enum":["ok","missing"]}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state"],"additionalProperties":false},{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"canonicalId":{"type":"string"},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalId":{"description":"Unique identifier for this item in the external media source","type":"string"},"type":{"type":"string","enum":["music_video"]},"identifiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"sourceId":{"type":"string"},"type":{"type":"string","enum":["plex","plex-guid","imdb","tmdb","tvdb","jellyfin","emby"]}},"required":["id","type"],"additionalProperties":false}},"title":{"type":"string"},"sortTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"originalTitle":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"year":{"anyOf":[{"type":"number","exclusiveMinimum":true,"minimum":0},{"nullable":true,"enum":[null]}]},"releaseDate":{"description":"Epoch timestamp","anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"releaseDateString":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mediaItem":{"type":"object","properties":{"streams":{"type":"array","items":{"type":"object","properties":{"index":{"type":"number"},"codec":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamType":{"type":"string","enum":["video","audio","subtitles","attachment","external_subtitles"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"hasAttachedPicture":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"fileName":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"mimeType":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"nullable":true,"enum":[null]}]},"pixelFormat":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"bitDepth":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"colorRange":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorSpace":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorTransfer":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"colorPrimaries":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"channels":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"languageCodeISO6392":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"selected":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]}},"required":["index","codec","streamType"],"additionalProperties":false}},"duration":{"type":"number","minimum":0},"sampleAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"displayAspectRatio":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"frameRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"nullable":true,"enum":[null]}]},"resolution":{"anyOf":[{"type":"object","properties":{"widthPx":{"type":"number"},"heightPx":{"type":"number"}},"required":["widthPx","heightPx"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"locations":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["local"]}},"required":["path","type"],"additionalProperties":false},{"type":"object","properties":{"path":{"type":"string"},"type":{"type":"string","enum":["remote"]},"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"externalKey":{"type":"string"}},"required":["path","type","sourceType","externalKey"],"additionalProperties":false}]}},"chapters":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"index":{"type":"number","minimum":0},"startTime":{"type":"number","minimum":0},"endTime":{"type":"number","minimum":0},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"chapterType":{"default":"chapter","type":"string","enum":["chapter","intro","outro"]}},"required":["index","startTime","endTime","chapterType"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"scanKind":{"anyOf":[{"type":"string","enum":["unknown","progressive","interlaced"]},{"nullable":true,"enum":[null]}]}},"required":["streams","duration","locations"],"additionalProperties":false},"actors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"writers":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"directors":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"genres":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"studios":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]}},"required":["name"],"additionalProperties":false}},"duration":{"type":"number"},"externalSubtitles":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"subtitleType":{"type":"string","enum":["embedded","sidecar"]},"title":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"streamIndex":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"codec":{"type":"string"},"default":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"forced":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"sdh":{"anyOf":[{"type":"boolean"},{"nullable":true,"enum":[null]}]},"language":{"type":"string"},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["subtitleType","codec","language"],"additionalProperties":false}},{"nullable":true,"enum":[null]}]},"artwork":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"path":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]}},"required":["type"],"additionalProperties":false}},"state":{"type":"string","enum":["ok","missing"]}},"required":["uuid","canonicalId","sourceType","externalId","type","identifiers","title","sortTitle","tags","mediaSourceId","libraryId","originalTitle","year","releaseDate","releaseDateString","duration","artwork","state"],"additionalProperties":false}]},{"anyOf":[{"$ref":"#/components/schemas/Show"},{"$ref":"#/components/schemas/Season"},{"$ref":"#/components/schemas/MusicArtist"},{"$ref":"#/components/schemas/MusicAlbum"}]}]},{"anyOf":[{"type":"object","properties":{"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"childCount":{"type":"number"},"externalId":{"type":"string"},"childType":{"type":"string","enum":["movie","episode","track","music_video","other_video","season","show","album","artist"]},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"type":{"type":"string","enum":["folder"]}},"required":["sourceType","uuid","title","externalId","mediaSourceId","libraryId","type"],"additionalProperties":false},{"type":"object","properties":{"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"childCount":{"type":"number"},"externalId":{"type":"string"},"childType":{"type":"string","enum":["movie","episode","track","music_video","other_video","season","show","album","artist"]},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"type":{"type":"string","enum":["collection"]}},"required":["sourceType","uuid","title","externalId","mediaSourceId","libraryId","type"],"additionalProperties":false},{"type":"object","properties":{"sourceType":{"type":"string","enum":["plex","jellyfin","emby","local"]},"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"childCount":{"type":"number"},"externalId":{"type":"string"},"childType":{"type":"string","enum":["movie","episode","track","music_video","other_video","season","show","album","artist"]},"mediaSourceId":{"type":"string"},"libraryId":{"type":"string"},"type":{"type":"string","enum":["playlist"]}},"required":["sourceType","uuid","title","externalId","mediaSourceId","libraryId","type"],"additionalProperties":false}]}]}},"page":{"type":"number"},"totalPages":{"type":"number"},"totalHits":{"type":"number"},"facetDistribution":{"type":"object","additionalProperties":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"number"}}}},"required":["results","page","totalPages","totalHits"],"additionalProperties":false}}}}}},"delete":{"responses":{"200":{"description":"Default Response"}}}},"/api/smart_collections":{"get":{"tags":["Smart Collections"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"query":{"type":"string"}},"required":["uuid","name","query"],"additionalProperties":false}}}}}}},"post":{"tags":["Smart Collections"],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"query":{"type":"string"}},"required":["name","query"]}}},"required":true},"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"query":{"type":"string"}},"required":["uuid","name","query"],"additionalProperties":false}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/api/smart_collections/{id}":{"get":{"tags":["Smart Collections"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"query":{"type":"string"}},"required":["uuid","name","query"],"additionalProperties":false}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}},"delete":{"tags":["Smart Collections"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"204":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}},"put":{"tags":["Smart Collections"],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"query":{"type":"string"}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"query":{"type":"string"}},"required":["uuid","name","query"],"additionalProperties":false}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/api/credits/{id}":{"get":{"parameters":[{"schema":{"type":"string","enum":["cast","director","writer","producer"]},"in":"query","name":"type","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"order":{"anyOf":[{"type":"number"},{"nullable":true,"enum":[null]}]},"role":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"type":{"type":"string","enum":["actor"]}},"required":["name","type"],"additionalProperties":false},{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"type":{"type":"string","enum":["writer"]}},"required":["name","type"],"additionalProperties":false},{"type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"externalInfo":{"anyOf":[{"type":"object","properties":{"source":{"type":"string","enum":["plex","jellyfin","emby","local"]},"id":{"type":"string"}},"required":["source","id"],"additionalProperties":false},{"nullable":true,"enum":[null]}]},"thumb":{"anyOf":[{"type":"string"},{"nullable":true,"enum":[null]}]},"type":{"type":"string","enum":["director"]}},"required":["name","type"],"additionalProperties":false}]}}}},"400":{"description":"Default Response","content":{"application/json":{"schema":{}}}},"404":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/api/credits/{id}/artwork/{artworkType}":{"get":{"parameters":[{"schema":{"type":"string","enum":["cast","director","writer","producer"]},"in":"query","name":"type","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true},{"schema":{"type":"string","enum":["poster","thumbnail","logo","fanart","watermark","banner","landscape"]},"in":"path","name":"artworkType","required":true}],"responses":{"200":{"description":"Default Response","content":{"image/jpeg":{"schema":{}},"image/png":{"schema":{}}}},"404":{"description":"Default Response","content":{"image/jpeg":{"schema":{}},"image/png":{"schema":{}}}}}}},"/api/version":{"get":{"tags":["System"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"tunarr":{"type":"string"},"ffmpeg":{"type":"string"},"nodejs":{"type":"string"}},"required":["tunarr","ffmpeg","nodejs"],"additionalProperties":false}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/api/ffmpeg-info":{"get":{"tags":["System"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"audioEncoders":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"ffmpegName":{"type":"string"}},"required":["name","ffmpegName"],"additionalProperties":false}},"videoEncoders":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"ffmpegName":{"type":"string"}},"required":["name","ffmpegName"],"additionalProperties":false}},"hardwareAccelerationTypes":{"type":"array","items":{"type":"string"}}},"required":["audioEncoders","videoEncoders","hardwareAccelerationTypes"],"additionalProperties":false}}}}}}},"/api/upload/image":{"post":{"requestBody":{"content":{"multipart/form-data":{"schema":{}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"fileUrl":{"type":"string"}},"required":["name","fileUrl"],"additionalProperties":false}}}},"400":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/api/xmltv-last-refresh":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/api/xmltv.xml":{"head":{"tags":["Streaming"],"responses":{"200":{"description":"Default Response"}}},"get":{"tags":["Streaming"],"responses":{"200":{"description":"Default Response"}}}},"/api/xmltv/refresh":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/api/channels.m3u":{"head":{"tags":["Streaming"],"parameters":[{"schema":{"anyOf":[{"type":"boolean"},{"type":"string","enum":["true"]},{"type":"string","enum":["false"]},{"type":"number"}]},"in":"query","name":"forceHttps","required":false},{"schema":{"type":"string"},"in":"query","name":"hostOverride","required":false}],"responses":{"200":{"description":"Default Response"}}},"get":{"tags":["Streaming"],"parameters":[{"schema":{"anyOf":[{"type":"boolean"},{"type":"string","enum":["true"]},{"type":"string","enum":["false"]},{"type":"number"}]},"in":"query","name":"forceHttps","required":false},{"schema":{"type":"string"},"in":"query","name":"hostOverride","required":false}],"responses":{"200":{"description":"Default Response"}}},"delete":{"tags":["Streaming"],"description":"Clears the channels m3u cache","responses":{"204":{"description":"Default Response","content":{"application/json":{"schema":{}}}}}}},"/ffmpeg/playlist":{"get":{"tags":["Streaming"],"description":"Return a playlist in ffconcat file format for the given channel","parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"channel","required":true},{"schema":{"anyOf":[{"type":"boolean"},{"type":"string","enum":["true"]},{"type":"string","enum":["false"]},{"type":"number"}]},"in":"query","name":"audioOnly","required":false},{"schema":{"type":"string","enum":["hls","hls_slower","mpegts","hls_direct"]},"in":"query","name":"mode","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"token","required":false}],"responses":{"200":{"description":"Default Response"}}}},"/stream/channels/{id}":{"get":{"tags":["Streaming"],"parameters":[{"schema":{"type":"string","enum":["hls","hls_slower","mpegts","hls_direct"]},"in":"query","name":"streamMode","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"token","required":false},{"schema":{"anyOf":[{"type":"boolean"},{"type":"string","enum":["true"]},{"type":"string","enum":["false"]},{"type":"number"}]},"in":"query","name":"audioOnly","required":false},{"schema":{"anyOf":[{"type":"number"},{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}]},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/stream/channels/{id}.ts":{"get":{"tags":["Streaming"],"description":"Returns a continuous, direct MPEGTS video stream for the given channel","parameters":[{"schema":{"type":"string","enum":["hls","hls_slower","mpegts","hls_direct"]},"in":"query","name":"streamMode","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"token","required":false},{"schema":{"anyOf":[{"type":"boolean"},{"type":"string","enum":["true"]},{"type":"string","enum":["false"]},{"type":"number"}]},"in":"query","name":"audioOnly","required":false},{"schema":{"anyOf":[{"type":"number"},{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}]},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/stream/channels/{id}.m3u8":{"head":{"tags":["Streaming"],"description":"Returns an m3u8 playlist for the given channel, for use in HLS","parameters":[{"schema":{"type":"string","enum":["hls","hls_slower","mpegts","hls_direct"]},"in":"query","name":"mode","required":false},{"schema":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"number"}]},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}},"get":{"tags":["Streaming"],"description":"Returns an m3u8 playlist for the given channel, for use in HLS","parameters":[{"schema":{"type":"string","enum":["hls","hls_slower","mpegts","hls_direct"]},"in":"query","name":"mode","required":false},{"schema":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"number"}]},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}}},"servers":[],"tags":[{"name":"Channels"},{"name":"Custom Shows"},{"name":"Filler Lists"},{"name":"Guide"},{"name":"Media Source"},{"name":"Programs"},{"name":"Sessions"},{"name":"Streaming"},{"name":"HDHR"},{"name":"Settings"},{"name":"System"},{"name":"Tasks"},{"name":"Debug"}]} \ No newline at end of file diff --git a/eslint.config.mjs b/eslint.config.mjs index 2daac8de..c03e08c3 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -85,6 +85,7 @@ export default defineConfig( 'warn', { allowConstantExport: true }, ], + 'react-hooks/preserve-manual-memoization': ['warn'], // Don't error on promise-returning functions in JSX attributes '@typescript-eslint/no-misused-promises': [ 2, diff --git a/server/src/commands/SearchProgramsCommand.ts b/server/src/commands/SearchProgramsCommand.ts index 69903beb..6cb4967a 100644 --- a/server/src/commands/SearchProgramsCommand.ts +++ b/server/src/commands/SearchProgramsCommand.ts @@ -45,6 +45,7 @@ export class SearchProgramsCommand { restrictSearchTo: req.query .restrictSearchTo as Path[], facets: ['type'], + sort: req.query.sort ?? undefined, }); const [programIds, groupingIds] = result.results.reduce( diff --git a/server/src/services/MeilisearchService.ts b/server/src/services/MeilisearchService.ts index eb07efdd..acaa56dd 100644 --- a/server/src/services/MeilisearchService.ts +++ b/server/src/services/MeilisearchService.ts @@ -164,6 +164,7 @@ const ProgramsIndex: TunarrSearchIndex = { ], sortable: [ 'title', + 'sortTitle', 'duration', 'originalReleaseDate', 'originalReleaseYear', @@ -257,6 +258,7 @@ type BaseProgramSearchDocument = { libraryId: SingleCaseString; title: string; titleReverse: string; + sortTitle?: string; rating: Nullable; summary: Nullable; plot: Nullable; @@ -333,6 +335,7 @@ type SearchRequest< page: number; limit: number; }; + sort?: Array<{ field: string; direction: 'asc' | 'desc' }>; }; export type FreeSearchResponse> = { @@ -777,6 +780,7 @@ export class MeilisearchService implements ISearchService { tagline: show.tagline, title: show.title, titleReverse: show.title.split('').reverse().join(''), + sortTitle: show.sortTitle, rating: show.rating, genres: show.genres, actors: show.actors, @@ -824,6 +828,7 @@ export class MeilisearchService implements ISearchService { tagline: season.tagline, title: season.title, titleReverse: season.title.split('').reverse().join(''), + sortTitle: season.sortTitle, director: [], rating: null, actors: [], @@ -948,6 +953,7 @@ export class MeilisearchService implements ISearchService { tagline: artist.tagline, title: artist.title, titleReverse: artist.title.split('').reverse().join(''), + sortTitle: artist.sortTitle, rating: null, genres: artist.genres ?? [], actors: [], @@ -993,6 +999,7 @@ export class MeilisearchService implements ISearchService { tagline: album.tagline, title: album.title, titleReverse: album.title.split('').reverse().join(''), + sortTitle: album.sortTitle, director: [], rating: null, actors: [], @@ -1138,19 +1145,24 @@ export class MeilisearchService implements ISearchService { } if (isNonEmptyString(request.query)) { + const sort = request.sort?.map( + ({ field, direction }) => `${field}:${direction}`, + ) ?? ['title:asc']; const req = { filter, page: request.paging?.page, limit: request.paging?.limit, attributesToSearchOn: request.restrictSearchTo ?? undefined, facets: request.facets ?? undefined, + sort, } satisfies SearchParams; this.logger.debug( - 'Issuing search: query = %s, filter: %O (parsed: %O)', + 'Issuing search: query = %s, filter: %O (parsed: %O), sort %O', request.query, request.filter ?? {}, req, + sort, ); const searchResults = await this.client() @@ -1165,9 +1177,14 @@ export class MeilisearchService implements ISearchService { const offset = request.paging ? request.paging.page * request.paging.limit : undefined; + const sort = request.sort?.map( + ({ field, direction }) => `${field}:${direction}`, + ) ?? ['title:asc']; + this.logger.debug( - 'Issuing get documents request: filter: "%s". offset: %d limit %d', + 'Issuing get documents request: filter: "%s", sort: %O. offset: %d limit %d', filter ?? '', + sort, offset ?? 0, request.paging?.limit ?? -1, ); @@ -1180,7 +1197,8 @@ export class MeilisearchService implements ISearchService { offset, // This does not exist on the type yet. Explicit cast because // the API supports it. Need https://github.com/meilisearch/meilisearch-js/pull/2038 - sort: ['title:asc' /*, 'originalReleaseDate:asc'*/], + // sort: ['title:asc' /*, 'originalReleaseDate:asc'*/], + sort, } as DocumentsQuery); return { type: 'filter', @@ -1502,6 +1520,7 @@ export class MeilisearchService implements ISearchService { tagline: program.type === 'movie' ? program.tagline : null, title: program.title, titleReverse: program.title.split('').reverse().join(''), + sortTitle: program.sortTitle, type: program.type, index: program.type === 'episode' diff --git a/types/src/api/search.ts b/types/src/api/search.ts index e739a9c8..7e82fb38 100644 --- a/types/src/api/search.ts +++ b/types/src/api/search.ts @@ -107,8 +107,19 @@ export const SearchFilterQuerySchema: z.ZodDiscriminatedUnion< export type SearchFilter = z.infer; +export const SearchSortFields = [ + 'title', + 'sortTitle', + 'duration', + 'originalReleaseDate', + 'originalReleaseYear', + 'index', +] as const; + +export type SearchSortField = TupleToUnion; + export const SearchSortSchema = z.object({ - field: z.string(), + field: z.enum(SearchSortFields), direction: z.enum(['asc', 'desc']), }); @@ -118,7 +129,7 @@ export const SearchRequestSchema = z.object({ query: z.string().nullish(), restrictSearchTo: z.string().array().optional(), filter: SearchFilterQuerySchema.nullish(), - sort: SearchSortSchema.nullish(), + sort: SearchSortSchema.array().nullish(), }); export type SearchRequest = z.infer; diff --git a/web/src/components/library/LibraryProgramGrid.tsx b/web/src/components/library/LibraryProgramGrid.tsx index 1d390599..4a0fa37b 100644 --- a/web/src/components/library/LibraryProgramGrid.tsx +++ b/web/src/components/library/LibraryProgramGrid.tsx @@ -8,7 +8,7 @@ import type { ProgramOrFolder, } from '@tunarr/types'; import { type ProgramLike } from '@tunarr/types'; -import type { SearchFilter } from '@tunarr/types/api'; +import type { SearchFilter, SearchSort } from '@tunarr/types/api'; import { type ProgramSearchResponse, type SearchRequest, @@ -87,8 +87,17 @@ export const LibraryProgramGrid = ({ const query = useMemo(() => { if (currentParentContext) { + // sort override + const sort = match(currentParentContext) + .returnType>() + .with({ type: P.union('show', 'season', 'album') }, () => [ + { field: 'index', direction: 'asc' }, + ]) + .otherwise(() => undefined); + const filter = getChildSearchFilter(currentParentContext); return { - filter: getChildSearchFilter(currentParentContext), + filter, + sort, }; } diff --git a/web/src/generated/@tanstack/react-query.gen.ts b/web/src/generated/@tanstack/react-query.gen.ts index cdb3c13b..16b44c6b 100644 --- a/web/src/generated/@tanstack/react-query.gen.ts +++ b/web/src/generated/@tanstack/react-query.gen.ts @@ -1,8 +1,8 @@ // This file is auto-generated by @hey-api/openapi-ts -import { type Options, getApiTasks, postApiTasksByIdRun, getApiJobs, postApiJobsByIdRun, getChannels, createChannelV2, deleteApiChannelsById, getChannelsByNumberV2, putApiChannelsById, getApiChannelsByIdPrograms, getApiChannelsByIdShows, getApiChannelsByIdArtists, getApiChannelsByIdProgramming, postApiChannelsByIdProgramming, getChannelFallbacks, getApiChannelsAllLineups, getApiChannelsByIdLineup, getApiChannelsByIdNowPlaying, getApiChannelsByIdTranscodeConfig, postApiChannelsByChannelIdScheduleTimeSlots, postApiChannelsByChannelIdScheduleSlots, getApiChannelsByIdSchedule, getApiCustomShows, createCustomShow, deleteCustomShow, getApiCustomShowsById, putApiCustomShowsById, getApiCustomShowsByIdPrograms, getApiFillerLists, postApiFillerLists, deleteApiFillerListsById, getApiFillerListsById, putApiFillerListsById, getApiFillerListsByIdPrograms, postApiProgramsSearch, getApiProgramsByIdDescendants, getApiProgramsFacetsByFacetName, postApiProgramsFacetsByFacetName, getApiProgramsById, getApiProgramGroupingsById, getApiProgramsByIdArtworkByArtworkType, getApiProgramsByIdStreamDetails, getApiProgramsByIdChildren, getApiProgramsByIdThumb, getApiProgramsByIdExternalLink, getProgramByExternalId, batchGetProgramsByExternalIds, getApiProgrammingShowsById, getApiProgrammingSeasonsById, getApiProgrammingShowsByIdSeasons, postApiMoviesByIdScan, postApiShowsByIdScan, getApiDebugJellyfinLibraries, getApiDebugJellyfinLibraryItems, getApiDebugJellyfinMatchProgramById, getApiDebugJellyfinByLibraryIdEnumerate, getApiDebugStreamsOffline, getApiDebugStreamsError, getApiDebugStreamsRandom, getApiDebugStreamsProgramsById, getApiDebugFfmpegProbe, getApiDebugFfmpegCapabilities, getApiDebugPlexStreamDetails, getApiDebugHelpersPlayingAt, getApiDebugHelpersCreateGuide, getApiDebugHelpersChannelsByIdBuildGuide, getApiDebugHelpersBuildGuide, getApiDebugHelpersRandomFiller, getApiDebugDbBackup, postApiDebugPlexByProgramIdUpdateExternalIds, getApiDebugHelpersPromoteLineup, getApiDebugChannelsReloadAllLineups, getApiDebugSubprocessStatus, getApiDebugSubprocessRestart, getApiDebugMediaSourcesByMediaSourceIdScan, getApiDebugMediaSourcesByMediaSourceIdLibrariesByLibraryIdScan, getApiMediaSources, postApiMediaSources, getApiMediaSourcesByMediaSourceId, getApiMediaSourcesByIdLibraries, putApiMediaSourcesByIdLibrariesByLibraryId, getApiMediaLibrariesByLibraryId, getApiMediaLibrariesByLibraryIdPrograms, getApiMediaSourcesByMediaSourceIdByLibraryIdStatus, postApiMediaSourcesByIdLibrariesRefresh, postApiMediaSourcesByIdScan, postApiMediaSourcesByIdLibrariesByLibraryIdScan, getApiMediaSourcesByIdStatus, postApiMediaSourcesForeignstatus, deleteApiMediaSourcesById, putApiMediaSourcesById, getApiFfmpegSettings, postApiFfmpegSettings, putApiFfmpegSettings, getApiTranscodeConfigs, postApiTranscodeConfigs, deleteApiTranscodeConfigsById, getApiTranscodeConfigsById, putApiTranscodeConfigsById, postApiTranscodeConfigsByIdCopy, getApiPlexSettings, postApiPlexSettings, putApiPlexSettings, getApiXmltvSettings, postApiXmltvSettings, putApiXmltvSettings, getApiHdhrSettings, postApiHdhrSettings, putApiHdhrSettings, getApiSystemHealth, getApiSystemSettings, putApiSystemSettings, getApiSystemState, getApiSystemMigrationState, postApiSystemFixersByFixerIdRun, putApiSystemSettingsBackup, getApiSystemDebugNvidia, getApiSystemDebugVaapi, getApiSystemDebugLogsStream, getApiSystemDebugLogs, getApiSystemDebugEnv, getApiGuideStatus, getApiGuideDebug, getApiGuideChannels, getApiGuideChannelsById, getApiPlexByMediaSourceIdSearch, getApiPlexByMediaSourceIdLibraries, getApiPlexByMediaSourceIdLibrariesByLibraryIdCollections, getApiPlexByMediaSourceIdLibrariesByLibraryIdPlaylists, getApiPlexByMediaSourceIdPlaylists, getApiPlexByMediaSourceIdFilters, getApiPlexByMediaSourceIdTags, getApiPlexByMediaSourceIdItemsByItemIdChildren, jellyfinLogin, getJellyfinLibraries, getJellyfinLibraryGenres, getJellyfinLibraryItems, getApiSessions, deleteApiChannelsByIdSessions, getApiChannelsByIdSessions, postApiEmbyLogin, getApiEmbyByMediaSourceIdUserLibraries, getApiEmbyByMediaSourceIdLibrariesByLibraryIdItems, getApiSettingsMediaSource, putApiSettingsMediaSource, deleteApiTrash, getApiTrash, getApiSmartCollections, postApiSmartCollections, deleteApiSmartCollectionsById, getApiSmartCollectionsById, putApiSmartCollectionsById, getApiCreditsById, getApiCreditsByIdArtworkByArtworkType, getApiVersion, getApiFfmpegInfo, postApiUploadImage, getApiXmltvLastRefresh, getApiXmltvXml, postApiXmltvRefresh, deleteApiChannelsM3U, getApiChannelsM3U, getFfmpegPlaylist, getStreamChannelsById, getStreamChannelsByIdTs, getStreamChannelsByIdM3U8 } from '../sdk.gen'; +import { type Options, getApiTasks, postApiTasksByIdRun, getChannels, createChannelV2, deleteApiChannelsById, getChannelsByNumberV2, putApiChannelsById, getApiChannelsByIdPrograms, getApiChannelsByIdShows, getApiChannelsByIdArtists, getApiChannelsByIdProgramming, postApiChannelsByIdProgramming, getChannelFallbacks, getApiChannelsAllLineups, getApiChannelsByIdLineup, getApiChannelsByIdNowPlaying, getApiChannelsByIdTranscodeConfig, postApiChannelsByChannelIdScheduleTimeSlots, postApiChannelsByChannelIdScheduleSlots, getApiChannelsByIdSchedule, getApiCustomShows, createCustomShow, deleteCustomShow, getApiCustomShowsById, putApiCustomShowsById, getApiCustomShowsByIdPrograms, getApiFillerLists, postApiFillerLists, deleteApiFillerListsById, getApiFillerListsById, putApiFillerListsById, getApiFillerListsByIdPrograms, postApiProgramsSearch, getApiProgramsByIdDescendants, getApiProgramsFacetsByFacetName, postApiProgramsFacetsByFacetName, getApiProgramsById, getApiProgramGroupingsById, getApiProgramsByIdArtworkByArtworkType, getApiProgramsByIdStreamDetails, getApiProgramsByIdChildren, getApiProgramsByIdThumb, getApiProgramsByIdExternalLink, getProgramByExternalId, batchGetProgramsByExternalIds, getApiProgrammingShowsById, getApiProgrammingSeasonsById, getApiProgrammingShowsByIdSeasons, postApiMoviesByIdScan, postApiShowsByIdScan, getApiDebugJellyfinLibraries, getApiDebugJellyfinLibraryItems, getApiDebugJellyfinMatchProgramById, getApiDebugJellyfinByLibraryIdEnumerate, getApiDebugStreamsOffline, getApiDebugStreamsError, getApiDebugStreamsRandom, getApiDebugStreamsProgramsById, getApiDebugFfmpegProbe, getApiDebugFfmpegCapabilities, getApiDebugPlexStreamDetails, getApiDebugHelpersPlayingAt, getApiDebugHelpersCreateGuide, getApiDebugHelpersChannelsByIdBuildGuide, getApiDebugHelpersBuildGuide, getApiDebugHelpersRandomFiller, getApiDebugDbBackup, postApiDebugPlexByProgramIdUpdateExternalIds, getApiDebugHelpersPromoteLineup, getApiDebugChannelsReloadAllLineups, getApiDebugSubprocessStatus, getApiDebugSubprocessRestart, getApiDebugMediaSourcesByMediaSourceIdScan, getApiDebugMediaSourcesByMediaSourceIdLibrariesByLibraryIdScan, getApiMediaSources, postApiMediaSources, getApiMediaSourcesByMediaSourceId, getApiMediaSourcesByIdLibraries, putApiMediaSourcesByIdLibrariesByLibraryId, getApiMediaLibrariesByLibraryId, getApiMediaLibrariesByLibraryIdPrograms, getApiMediaSourcesByMediaSourceIdByLibraryIdStatus, postApiMediaSourcesByIdLibrariesRefresh, postApiMediaSourcesByIdScan, postApiMediaSourcesByIdLibrariesByLibraryIdScan, getApiMediaSourcesByIdStatus, postApiMediaSourcesForeignstatus, deleteApiMediaSourcesById, putApiMediaSourcesById, getApiFfmpegSettings, postApiFfmpegSettings, putApiFfmpegSettings, getApiTranscodeConfigs, postApiTranscodeConfigs, deleteApiTranscodeConfigsById, getApiTranscodeConfigsById, putApiTranscodeConfigsById, postApiTranscodeConfigsByIdCopy, getApiPlexSettings, postApiPlexSettings, putApiPlexSettings, getApiXmltvSettings, postApiXmltvSettings, putApiXmltvSettings, getApiHdhrSettings, postApiHdhrSettings, putApiHdhrSettings, getApiSystemHealth, getApiSystemSettings, putApiSystemSettings, getApiSystemState, getApiSystemMigrationState, postApiSystemFixersByFixerIdRun, putApiSystemSettingsBackup, getApiSystemDebugNvidia, getApiSystemDebugVaapi, getApiSystemDebugLogsStream, getApiSystemDebugLogs, getApiSystemDebugEnv, getApiGuideStatus, getApiGuideDebug, getApiGuideChannels, getApiGuideChannelsById, getApiPlexByMediaSourceIdSearch, getApiPlexByMediaSourceIdLibraries, getApiPlexByMediaSourceIdLibrariesByLibraryIdCollections, getApiPlexByMediaSourceIdLibrariesByLibraryIdPlaylists, getApiPlexByMediaSourceIdPlaylists, getApiPlexByMediaSourceIdFilters, getApiPlexByMediaSourceIdTags, getApiPlexByMediaSourceIdItemsByItemIdChildren, jellyfinLogin, getJellyfinLibraries, getJellyfinLibraryGenres, getJellyfinLibraryItems, getApiSessions, deleteApiChannelsByIdSessions, getApiChannelsByIdSessions, postApiEmbyLogin, getApiEmbyByMediaSourceIdUserLibraries, getApiEmbyByMediaSourceIdLibrariesByLibraryIdItems, getApiSettingsMediaSource, putApiSettingsMediaSource, deleteApiTrash, getApiTrash, getApiSmartCollections, postApiSmartCollections, deleteApiSmartCollectionsById, getApiSmartCollectionsById, putApiSmartCollectionsById, getApiCreditsById, getApiCreditsByIdArtworkByArtworkType, getApiVersion, getApiFfmpegInfo, postApiUploadImage, getApiXmltvLastRefresh, getApiXmltvXml, postApiXmltvRefresh, deleteApiChannelsM3U, getApiChannelsM3U, getFfmpegPlaylist, getStreamChannelsById, getStreamChannelsByIdTs, getStreamChannelsByIdM3U8 } from '../sdk.gen'; import { queryOptions, type UseMutationOptions, type DefaultError, infiniteQueryOptions, type InfiniteData } from '@tanstack/react-query'; -import type { GetApiTasksData, PostApiTasksByIdRunData, PostApiTasksByIdRunError, GetApiJobsData, PostApiJobsByIdRunData, PostApiJobsByIdRunError, GetChannelsData, CreateChannelV2Data, CreateChannelV2Error, CreateChannelV2Response, DeleteApiChannelsByIdData, GetChannelsByNumberV2Data, PutApiChannelsByIdData, PutApiChannelsByIdResponse, GetApiChannelsByIdProgramsData, GetApiChannelsByIdProgramsResponse, GetApiChannelsByIdShowsData, GetApiChannelsByIdShowsResponse, GetApiChannelsByIdArtistsData, GetApiChannelsByIdArtistsResponse, GetApiChannelsByIdProgrammingData, GetApiChannelsByIdProgrammingError, GetApiChannelsByIdProgrammingResponse, PostApiChannelsByIdProgrammingData, PostApiChannelsByIdProgrammingResponse, GetChannelFallbacksData, GetApiChannelsAllLineupsData, GetApiChannelsByIdLineupData, GetApiChannelsByIdNowPlayingData, GetApiChannelsByIdTranscodeConfigData, PostApiChannelsByChannelIdScheduleTimeSlotsData, PostApiChannelsByChannelIdScheduleTimeSlotsResponse, PostApiChannelsByChannelIdScheduleSlotsData, PostApiChannelsByChannelIdScheduleSlotsResponse, GetApiChannelsByIdScheduleData, GetApiCustomShowsData, CreateCustomShowData, CreateCustomShowResponse, DeleteCustomShowData, DeleteCustomShowResponse, GetApiCustomShowsByIdData, PutApiCustomShowsByIdData, PutApiCustomShowsByIdResponse, GetApiCustomShowsByIdProgramsData, GetApiFillerListsData, PostApiFillerListsData, PostApiFillerListsResponse, DeleteApiFillerListsByIdData, GetApiFillerListsByIdData, PutApiFillerListsByIdData, PutApiFillerListsByIdResponse, GetApiFillerListsByIdProgramsData, PostApiProgramsSearchData, PostApiProgramsSearchResponse, GetApiProgramsByIdDescendantsData, GetApiProgramsFacetsByFacetNameData, PostApiProgramsFacetsByFacetNameData, PostApiProgramsFacetsByFacetNameResponse, GetApiProgramsByIdData, GetApiProgramGroupingsByIdData, GetApiProgramsByIdArtworkByArtworkTypeData, GetApiProgramsByIdStreamDetailsData, GetApiProgramsByIdChildrenData, GetApiProgramsByIdChildrenResponse, GetApiProgramsByIdThumbData, GetApiProgramsByIdExternalLinkData, GetProgramByExternalIdData, BatchGetProgramsByExternalIdsData, BatchGetProgramsByExternalIdsResponse, GetApiProgrammingShowsByIdData, GetApiProgrammingSeasonsByIdData, GetApiProgrammingShowsByIdSeasonsData, PostApiMoviesByIdScanData, PostApiMoviesByIdScanError, PostApiShowsByIdScanData, PostApiShowsByIdScanError, GetApiDebugJellyfinLibrariesData, GetApiDebugJellyfinLibraryItemsData, GetApiDebugJellyfinMatchProgramByIdData, GetApiDebugJellyfinByLibraryIdEnumerateData, GetApiDebugStreamsOfflineData, GetApiDebugStreamsErrorData, GetApiDebugStreamsRandomData, GetApiDebugStreamsProgramsByIdData, GetApiDebugFfmpegProbeData, GetApiDebugFfmpegCapabilitiesData, GetApiDebugPlexStreamDetailsData, GetApiDebugHelpersPlayingAtData, GetApiDebugHelpersCreateGuideData, GetApiDebugHelpersChannelsByIdBuildGuideData, GetApiDebugHelpersBuildGuideData, GetApiDebugHelpersRandomFillerData, GetApiDebugDbBackupData, PostApiDebugPlexByProgramIdUpdateExternalIdsData, GetApiDebugHelpersPromoteLineupData, GetApiDebugChannelsReloadAllLineupsData, GetApiDebugSubprocessStatusData, GetApiDebugSubprocessRestartData, GetApiDebugMediaSourcesByMediaSourceIdScanData, GetApiDebugMediaSourcesByMediaSourceIdLibrariesByLibraryIdScanData, GetApiMediaSourcesData, PostApiMediaSourcesData, PostApiMediaSourcesError, PostApiMediaSourcesResponse, GetApiMediaSourcesByMediaSourceIdData, GetApiMediaSourcesByIdLibrariesData, PutApiMediaSourcesByIdLibrariesByLibraryIdData, PutApiMediaSourcesByIdLibrariesByLibraryIdError, PutApiMediaSourcesByIdLibrariesByLibraryIdResponse, GetApiMediaLibrariesByLibraryIdData, GetApiMediaLibrariesByLibraryIdProgramsData, GetApiMediaSourcesByMediaSourceIdByLibraryIdStatusData, PostApiMediaSourcesByIdLibrariesRefreshData, PostApiMediaSourcesByIdScanData, PostApiMediaSourcesByIdLibrariesByLibraryIdScanData, GetApiMediaSourcesByIdStatusData, PostApiMediaSourcesForeignstatusData, PostApiMediaSourcesForeignstatusResponse, DeleteApiMediaSourcesByIdData, PutApiMediaSourcesByIdData, GetApiFfmpegSettingsData, PostApiFfmpegSettingsData, PutApiFfmpegSettingsData, PutApiFfmpegSettingsError, PutApiFfmpegSettingsResponse, GetApiTranscodeConfigsData, PostApiTranscodeConfigsData, PostApiTranscodeConfigsResponse, DeleteApiTranscodeConfigsByIdData, GetApiTranscodeConfigsByIdData, PutApiTranscodeConfigsByIdData, PutApiTranscodeConfigsByIdResponse, PostApiTranscodeConfigsByIdCopyData, PostApiTranscodeConfigsByIdCopyResponse, GetApiPlexSettingsData, PostApiPlexSettingsData, PostApiPlexSettingsError, PostApiPlexSettingsResponse, PutApiPlexSettingsData, PutApiPlexSettingsError, PutApiPlexSettingsResponse, GetApiXmltvSettingsData, PostApiXmltvSettingsData, PostApiXmltvSettingsError, PostApiXmltvSettingsResponse, PutApiXmltvSettingsData, PutApiXmltvSettingsError, PutApiXmltvSettingsResponse, GetApiHdhrSettingsData, PostApiHdhrSettingsData, PostApiHdhrSettingsError, PostApiHdhrSettingsResponse, PutApiHdhrSettingsData, PutApiHdhrSettingsError, PutApiHdhrSettingsResponse, GetApiSystemHealthData, GetApiSystemSettingsData, PutApiSystemSettingsData, PutApiSystemSettingsResponse, GetApiSystemStateData, GetApiSystemMigrationStateData, PostApiSystemFixersByFixerIdRunData, PutApiSystemSettingsBackupData, PutApiSystemSettingsBackupResponse, GetApiSystemDebugNvidiaData, GetApiSystemDebugVaapiData, GetApiSystemDebugLogsStreamData, GetApiSystemDebugLogsData, GetApiSystemDebugEnvData, GetApiGuideStatusData, GetApiGuideDebugData, GetApiGuideChannelsData, GetApiGuideChannelsByIdData, GetApiPlexByMediaSourceIdSearchData, GetApiPlexByMediaSourceIdSearchError, GetApiPlexByMediaSourceIdSearchResponse, GetApiPlexByMediaSourceIdLibrariesData, GetApiPlexByMediaSourceIdLibrariesByLibraryIdCollectionsData, GetApiPlexByMediaSourceIdLibrariesByLibraryIdCollectionsResponse, GetApiPlexByMediaSourceIdLibrariesByLibraryIdPlaylistsData, GetApiPlexByMediaSourceIdLibrariesByLibraryIdPlaylistsResponse, GetApiPlexByMediaSourceIdPlaylistsData, GetApiPlexByMediaSourceIdPlaylistsResponse, GetApiPlexByMediaSourceIdFiltersData, GetApiPlexByMediaSourceIdTagsData, GetApiPlexByMediaSourceIdItemsByItemIdChildrenData, JellyfinLoginData, JellyfinLoginResponse, GetJellyfinLibrariesData, GetJellyfinLibraryGenresData, GetJellyfinLibraryItemsData, GetJellyfinLibraryItemsError, GetJellyfinLibraryItemsResponse, GetApiSessionsData, DeleteApiChannelsByIdSessionsData, DeleteApiChannelsByIdSessionsError, DeleteApiChannelsByIdSessionsResponse, GetApiChannelsByIdSessionsData, PostApiEmbyLoginData, PostApiEmbyLoginResponse, GetApiEmbyByMediaSourceIdUserLibrariesData, GetApiEmbyByMediaSourceIdLibrariesByLibraryIdItemsData, GetApiEmbyByMediaSourceIdLibrariesByLibraryIdItemsError, GetApiEmbyByMediaSourceIdLibrariesByLibraryIdItemsResponse, GetApiSettingsMediaSourceData, PutApiSettingsMediaSourceData, PutApiSettingsMediaSourceResponse, DeleteApiTrashData, GetApiTrashData, GetApiSmartCollectionsData, PostApiSmartCollectionsData, PostApiSmartCollectionsError, PostApiSmartCollectionsResponse, DeleteApiSmartCollectionsByIdData, GetApiSmartCollectionsByIdData, PutApiSmartCollectionsByIdData, PutApiSmartCollectionsByIdResponse, GetApiCreditsByIdData, GetApiCreditsByIdArtworkByArtworkTypeData, GetApiVersionData, GetApiFfmpegInfoData, PostApiUploadImageData, PostApiUploadImageResponse, GetApiXmltvLastRefreshData, GetApiXmltvXmlData, PostApiXmltvRefreshData, DeleteApiChannelsM3uData, GetApiChannelsM3uData, GetFfmpegPlaylistData, GetStreamChannelsByIdData, GetStreamChannelsByIdTsData, GetStreamChannelsByIdM3U8Data } from '../types.gen'; +import type { GetApiTasksData, PostApiTasksByIdRunData, PostApiTasksByIdRunError, GetChannelsData, CreateChannelV2Data, CreateChannelV2Error, CreateChannelV2Response, DeleteApiChannelsByIdData, GetChannelsByNumberV2Data, PutApiChannelsByIdData, PutApiChannelsByIdResponse, GetApiChannelsByIdProgramsData, GetApiChannelsByIdProgramsResponse, GetApiChannelsByIdShowsData, GetApiChannelsByIdShowsResponse, GetApiChannelsByIdArtistsData, GetApiChannelsByIdArtistsResponse, GetApiChannelsByIdProgrammingData, GetApiChannelsByIdProgrammingError, GetApiChannelsByIdProgrammingResponse, PostApiChannelsByIdProgrammingData, PostApiChannelsByIdProgrammingResponse, GetChannelFallbacksData, GetApiChannelsAllLineupsData, GetApiChannelsByIdLineupData, GetApiChannelsByIdNowPlayingData, GetApiChannelsByIdTranscodeConfigData, PostApiChannelsByChannelIdScheduleTimeSlotsData, PostApiChannelsByChannelIdScheduleTimeSlotsResponse, PostApiChannelsByChannelIdScheduleSlotsData, PostApiChannelsByChannelIdScheduleSlotsResponse, GetApiChannelsByIdScheduleData, GetApiCustomShowsData, CreateCustomShowData, CreateCustomShowResponse, DeleteCustomShowData, DeleteCustomShowResponse, GetApiCustomShowsByIdData, PutApiCustomShowsByIdData, PutApiCustomShowsByIdResponse, GetApiCustomShowsByIdProgramsData, GetApiFillerListsData, PostApiFillerListsData, PostApiFillerListsResponse, DeleteApiFillerListsByIdData, GetApiFillerListsByIdData, PutApiFillerListsByIdData, PutApiFillerListsByIdResponse, GetApiFillerListsByIdProgramsData, PostApiProgramsSearchData, PostApiProgramsSearchResponse, GetApiProgramsByIdDescendantsData, GetApiProgramsFacetsByFacetNameData, PostApiProgramsFacetsByFacetNameData, PostApiProgramsFacetsByFacetNameResponse, GetApiProgramsByIdData, GetApiProgramGroupingsByIdData, GetApiProgramsByIdArtworkByArtworkTypeData, GetApiProgramsByIdStreamDetailsData, GetApiProgramsByIdChildrenData, GetApiProgramsByIdChildrenResponse, GetApiProgramsByIdThumbData, GetApiProgramsByIdExternalLinkData, GetProgramByExternalIdData, BatchGetProgramsByExternalIdsData, BatchGetProgramsByExternalIdsResponse, GetApiProgrammingShowsByIdData, GetApiProgrammingSeasonsByIdData, GetApiProgrammingShowsByIdSeasonsData, PostApiMoviesByIdScanData, PostApiMoviesByIdScanError, PostApiShowsByIdScanData, PostApiShowsByIdScanError, GetApiDebugJellyfinLibrariesData, GetApiDebugJellyfinLibraryItemsData, GetApiDebugJellyfinMatchProgramByIdData, GetApiDebugJellyfinByLibraryIdEnumerateData, GetApiDebugStreamsOfflineData, GetApiDebugStreamsErrorData, GetApiDebugStreamsRandomData, GetApiDebugStreamsProgramsByIdData, GetApiDebugFfmpegProbeData, GetApiDebugFfmpegCapabilitiesData, GetApiDebugPlexStreamDetailsData, GetApiDebugHelpersPlayingAtData, GetApiDebugHelpersCreateGuideData, GetApiDebugHelpersChannelsByIdBuildGuideData, GetApiDebugHelpersBuildGuideData, GetApiDebugHelpersRandomFillerData, GetApiDebugDbBackupData, PostApiDebugPlexByProgramIdUpdateExternalIdsData, GetApiDebugHelpersPromoteLineupData, GetApiDebugChannelsReloadAllLineupsData, GetApiDebugSubprocessStatusData, GetApiDebugSubprocessRestartData, GetApiDebugMediaSourcesByMediaSourceIdScanData, GetApiDebugMediaSourcesByMediaSourceIdLibrariesByLibraryIdScanData, GetApiMediaSourcesData, PostApiMediaSourcesData, PostApiMediaSourcesError, PostApiMediaSourcesResponse, GetApiMediaSourcesByMediaSourceIdData, GetApiMediaSourcesByIdLibrariesData, PutApiMediaSourcesByIdLibrariesByLibraryIdData, PutApiMediaSourcesByIdLibrariesByLibraryIdError, PutApiMediaSourcesByIdLibrariesByLibraryIdResponse, GetApiMediaLibrariesByLibraryIdData, GetApiMediaLibrariesByLibraryIdProgramsData, GetApiMediaSourcesByMediaSourceIdByLibraryIdStatusData, PostApiMediaSourcesByIdLibrariesRefreshData, PostApiMediaSourcesByIdScanData, PostApiMediaSourcesByIdLibrariesByLibraryIdScanData, GetApiMediaSourcesByIdStatusData, PostApiMediaSourcesForeignstatusData, PostApiMediaSourcesForeignstatusResponse, DeleteApiMediaSourcesByIdData, PutApiMediaSourcesByIdData, GetApiFfmpegSettingsData, PostApiFfmpegSettingsData, PutApiFfmpegSettingsData, PutApiFfmpegSettingsError, PutApiFfmpegSettingsResponse, GetApiTranscodeConfigsData, PostApiTranscodeConfigsData, PostApiTranscodeConfigsResponse, DeleteApiTranscodeConfigsByIdData, GetApiTranscodeConfigsByIdData, PutApiTranscodeConfigsByIdData, PutApiTranscodeConfigsByIdResponse, PostApiTranscodeConfigsByIdCopyData, PostApiTranscodeConfigsByIdCopyResponse, GetApiPlexSettingsData, PostApiPlexSettingsData, PostApiPlexSettingsError, PostApiPlexSettingsResponse, PutApiPlexSettingsData, PutApiPlexSettingsError, PutApiPlexSettingsResponse, GetApiXmltvSettingsData, PostApiXmltvSettingsData, PostApiXmltvSettingsError, PostApiXmltvSettingsResponse, PutApiXmltvSettingsData, PutApiXmltvSettingsError, PutApiXmltvSettingsResponse, GetApiHdhrSettingsData, PostApiHdhrSettingsData, PostApiHdhrSettingsError, PostApiHdhrSettingsResponse, PutApiHdhrSettingsData, PutApiHdhrSettingsError, PutApiHdhrSettingsResponse, GetApiSystemHealthData, GetApiSystemSettingsData, PutApiSystemSettingsData, PutApiSystemSettingsResponse, GetApiSystemStateData, GetApiSystemMigrationStateData, PostApiSystemFixersByFixerIdRunData, PutApiSystemSettingsBackupData, PutApiSystemSettingsBackupResponse, GetApiSystemDebugNvidiaData, GetApiSystemDebugVaapiData, GetApiSystemDebugLogsStreamData, GetApiSystemDebugLogsData, GetApiSystemDebugEnvData, GetApiGuideStatusData, GetApiGuideDebugData, GetApiGuideChannelsData, GetApiGuideChannelsByIdData, GetApiPlexByMediaSourceIdSearchData, GetApiPlexByMediaSourceIdSearchError, GetApiPlexByMediaSourceIdSearchResponse, GetApiPlexByMediaSourceIdLibrariesData, GetApiPlexByMediaSourceIdLibrariesByLibraryIdCollectionsData, GetApiPlexByMediaSourceIdLibrariesByLibraryIdCollectionsResponse, GetApiPlexByMediaSourceIdLibrariesByLibraryIdPlaylistsData, GetApiPlexByMediaSourceIdLibrariesByLibraryIdPlaylistsResponse, GetApiPlexByMediaSourceIdPlaylistsData, GetApiPlexByMediaSourceIdPlaylistsResponse, GetApiPlexByMediaSourceIdFiltersData, GetApiPlexByMediaSourceIdTagsData, GetApiPlexByMediaSourceIdItemsByItemIdChildrenData, JellyfinLoginData, JellyfinLoginResponse, GetJellyfinLibrariesData, GetJellyfinLibraryGenresData, GetJellyfinLibraryItemsData, GetJellyfinLibraryItemsError, GetJellyfinLibraryItemsResponse, GetApiSessionsData, DeleteApiChannelsByIdSessionsData, DeleteApiChannelsByIdSessionsError, DeleteApiChannelsByIdSessionsResponse, GetApiChannelsByIdSessionsData, PostApiEmbyLoginData, PostApiEmbyLoginResponse, GetApiEmbyByMediaSourceIdUserLibrariesData, GetApiEmbyByMediaSourceIdLibrariesByLibraryIdItemsData, GetApiEmbyByMediaSourceIdLibrariesByLibraryIdItemsError, GetApiEmbyByMediaSourceIdLibrariesByLibraryIdItemsResponse, GetApiSettingsMediaSourceData, PutApiSettingsMediaSourceData, PutApiSettingsMediaSourceResponse, DeleteApiTrashData, GetApiTrashData, GetApiSmartCollectionsData, PostApiSmartCollectionsData, PostApiSmartCollectionsError, PostApiSmartCollectionsResponse, DeleteApiSmartCollectionsByIdData, GetApiSmartCollectionsByIdData, PutApiSmartCollectionsByIdData, PutApiSmartCollectionsByIdResponse, GetApiCreditsByIdData, GetApiCreditsByIdArtworkByArtworkTypeData, GetApiVersionData, GetApiFfmpegInfoData, PostApiUploadImageData, PostApiUploadImageResponse, GetApiXmltvLastRefreshData, GetApiXmltvXmlData, PostApiXmltvRefreshData, DeleteApiChannelsM3uData, GetApiChannelsM3uData, GetFfmpegPlaylistData, GetStreamChannelsByIdData, GetStreamChannelsByIdTsData, GetStreamChannelsByIdM3U8Data } from '../types.gen'; import type { AxiosError } from 'axios'; import { client as _heyApiClient } from '../client.gen'; @@ -61,7 +61,10 @@ export const getApiTasksOptions = (options?: Options) => { }); }; -export const postApiTasksByIdRunQueryKey = (options: Options) => createQueryKey('postApiTasksByIdRun', options); +export const postApiTasksByIdRunQueryKey = (options: Options) => createQueryKey('postApiTasksByIdRun', options, false, [ + 'System', + 'Tasks' +]); export const postApiTasksByIdRunOptions = (options: Options) => { return queryOptions({ @@ -92,60 +95,6 @@ export const postApiTasksByIdRunMutation = (options?: Partial) => createQueryKey('getApiJobs', options, false, [ - 'System', - 'Tasks' -]); - -export const getApiJobsOptions = (options?: Options) => { - return queryOptions({ - queryFn: async ({ queryKey, signal }) => { - const { data } = await getApiJobs({ - ...options, - ...queryKey[0], - signal, - throwOnError: true - }); - return data; - }, - queryKey: getApiJobsQueryKey(options) - }); -}; - -export const postApiJobsByIdRunQueryKey = (options: Options) => createQueryKey('postApiJobsByIdRun', options, false, [ - 'System', - 'Tasks' -]); - -export const postApiJobsByIdRunOptions = (options: Options) => { - return queryOptions({ - queryFn: async ({ queryKey, signal }) => { - const { data } = await postApiJobsByIdRun({ - ...options, - ...queryKey[0], - signal, - throwOnError: true - }); - return data; - }, - queryKey: postApiJobsByIdRunQueryKey(options) - }); -}; - -export const postApiJobsByIdRunMutation = (options?: Partial>): UseMutationOptions, Options> => { - const mutationOptions: UseMutationOptions, Options> = { - mutationFn: async (localOptions) => { - const { data } = await postApiJobsByIdRun({ - ...options, - ...localOptions, - throwOnError: true - }); - return data; - } - }; - return mutationOptions; -}; - export const getChannelsQueryKey = (options?: Options) => createQueryKey('getChannels', options, false, [ 'Channels' ]); diff --git a/web/src/generated/sdk.gen.ts b/web/src/generated/sdk.gen.ts index d15df61c..1d77102a 100644 --- a/web/src/generated/sdk.gen.ts +++ b/web/src/generated/sdk.gen.ts @@ -1,7 +1,7 @@ // This file is auto-generated by @hey-api/openapi-ts import { type Options as ClientOptions, type TDataShape, type Client, formDataBodySerializer } from './client'; -import type { GetApiTasksData, GetApiTasksResponses, PostApiTasksByIdRunData, PostApiTasksByIdRunResponses, PostApiTasksByIdRunErrors, GetApiJobsData, GetApiJobsResponses, PostApiJobsByIdRunData, PostApiJobsByIdRunResponses, PostApiJobsByIdRunErrors, GetChannelsData, GetChannelsResponses, GetChannelsErrors, CreateChannelV2Data, CreateChannelV2Responses, CreateChannelV2Errors, DeleteApiChannelsByIdData, DeleteApiChannelsByIdResponses, DeleteApiChannelsByIdErrors, GetChannelsByNumberV2Data, GetChannelsByNumberV2Responses, GetChannelsByNumberV2Errors, PutApiChannelsByIdData, PutApiChannelsByIdResponses, PutApiChannelsByIdErrors, GetApiChannelsByIdProgramsData, GetApiChannelsByIdProgramsResponses, GetApiChannelsByIdProgramsErrors, GetApiChannelsByIdShowsData, GetApiChannelsByIdShowsResponses, GetApiChannelsByIdArtistsData, GetApiChannelsByIdArtistsResponses, GetApiChannelsByIdProgrammingData, GetApiChannelsByIdProgrammingResponses, GetApiChannelsByIdProgrammingErrors, PostApiChannelsByIdProgrammingData, PostApiChannelsByIdProgrammingResponses, PostApiChannelsByIdProgrammingErrors, GetChannelFallbacksData, GetChannelFallbacksResponses, GetChannelFallbacksErrors, GetApiChannelsAllLineupsData, GetApiChannelsAllLineupsResponses, GetApiChannelsAllLineupsErrors, GetApiChannelsByIdLineupData, GetApiChannelsByIdLineupResponses, GetApiChannelsByIdLineupErrors, GetApiChannelsByIdNowPlayingData, GetApiChannelsByIdNowPlayingResponses, GetApiChannelsByIdNowPlayingErrors, GetApiChannelsByIdTranscodeConfigData, GetApiChannelsByIdTranscodeConfigResponses, PostApiChannelsByChannelIdScheduleTimeSlotsData, PostApiChannelsByChannelIdScheduleTimeSlotsResponses, PostApiChannelsByChannelIdScheduleSlotsData, PostApiChannelsByChannelIdScheduleSlotsResponses, GetApiChannelsByIdScheduleData, GetApiChannelsByIdScheduleResponses, GetApiCustomShowsData, GetApiCustomShowsResponses, CreateCustomShowData, CreateCustomShowResponses, DeleteCustomShowData, DeleteCustomShowResponses, DeleteCustomShowErrors, GetApiCustomShowsByIdData, GetApiCustomShowsByIdResponses, GetApiCustomShowsByIdErrors, PutApiCustomShowsByIdData, PutApiCustomShowsByIdResponses, PutApiCustomShowsByIdErrors, GetApiCustomShowsByIdProgramsData, GetApiCustomShowsByIdProgramsResponses, GetApiCustomShowsByIdProgramsErrors, GetApiFillerListsData, GetApiFillerListsResponses, PostApiFillerListsData, PostApiFillerListsResponses, DeleteApiFillerListsByIdData, DeleteApiFillerListsByIdResponses, DeleteApiFillerListsByIdErrors, GetApiFillerListsByIdData, GetApiFillerListsByIdResponses, GetApiFillerListsByIdErrors, PutApiFillerListsByIdData, PutApiFillerListsByIdResponses, PutApiFillerListsByIdErrors, GetApiFillerListsByIdProgramsData, GetApiFillerListsByIdProgramsResponses, GetApiFillerListsByIdProgramsErrors, PostApiProgramsSearchData, PostApiProgramsSearchResponses, GetApiProgramsByIdDescendantsData, GetApiProgramsByIdDescendantsResponses, GetApiProgramsByIdDescendantsErrors, GetApiProgramsFacetsByFacetNameData, GetApiProgramsFacetsByFacetNameResponses, PostApiProgramsFacetsByFacetNameData, PostApiProgramsFacetsByFacetNameResponses, GetApiProgramsByIdData, GetApiProgramsByIdResponses, GetApiProgramsByIdErrors, GetApiProgramGroupingsByIdData, GetApiProgramGroupingsByIdResponses, GetApiProgramGroupingsByIdErrors, GetApiProgramsByIdArtworkByArtworkTypeData, GetApiProgramsByIdArtworkByArtworkTypeResponses, GetApiProgramsByIdArtworkByArtworkTypeErrors, GetApiProgramsByIdStreamDetailsData, GetApiProgramsByIdStreamDetailsResponses, GetApiProgramsByIdChildrenData, GetApiProgramsByIdChildrenResponses, GetApiProgramsByIdChildrenErrors, GetApiProgramsByIdThumbData, GetApiProgramsByIdThumbResponses, GetApiProgramsByIdExternalLinkData, GetApiProgramsByIdExternalLinkResponses, GetApiProgramsByIdExternalLinkErrors, GetProgramByExternalIdData, GetProgramByExternalIdResponses, GetProgramByExternalIdErrors, BatchGetProgramsByExternalIdsData, BatchGetProgramsByExternalIdsResponses, GetApiProgrammingShowsByIdData, GetApiProgrammingShowsByIdResponses, GetApiProgrammingSeasonsByIdData, GetApiProgrammingSeasonsByIdResponses, GetApiProgrammingShowsByIdSeasonsData, GetApiProgrammingShowsByIdSeasonsResponses, PostApiMoviesByIdScanData, PostApiMoviesByIdScanResponses, PostApiMoviesByIdScanErrors, PostApiShowsByIdScanData, PostApiShowsByIdScanResponses, PostApiShowsByIdScanErrors, GetApiDebugJellyfinLibrariesData, GetApiDebugJellyfinLibrariesResponses, GetApiDebugJellyfinLibraryItemsData, GetApiDebugJellyfinLibraryItemsResponses, GetApiDebugJellyfinMatchProgramByIdData, GetApiDebugJellyfinMatchProgramByIdResponses, GetApiDebugJellyfinByLibraryIdEnumerateData, GetApiDebugJellyfinByLibraryIdEnumerateResponses, GetApiDebugStreamsOfflineData, GetApiDebugStreamsOfflineResponses, GetApiDebugStreamsErrorData, GetApiDebugStreamsErrorResponses, GetApiDebugStreamsRandomData, GetApiDebugStreamsRandomResponses, GetApiDebugStreamsProgramsByIdData, GetApiDebugStreamsProgramsByIdResponses, GetApiDebugFfmpegProbeData, GetApiDebugFfmpegProbeResponses, GetApiDebugFfmpegCapabilitiesData, GetApiDebugFfmpegCapabilitiesResponses, GetApiDebugPlexStreamDetailsData, GetApiDebugPlexStreamDetailsResponses, GetApiDebugHelpersPlayingAtData, GetApiDebugHelpersPlayingAtResponses, GetApiDebugHelpersCreateGuideData, GetApiDebugHelpersCreateGuideResponses, GetApiDebugHelpersChannelsByIdBuildGuideData, GetApiDebugHelpersChannelsByIdBuildGuideResponses, GetApiDebugHelpersBuildGuideData, GetApiDebugHelpersBuildGuideResponses, GetApiDebugHelpersRandomFillerData, GetApiDebugHelpersRandomFillerResponses, GetApiDebugDbBackupData, GetApiDebugDbBackupResponses, PostApiDebugPlexByProgramIdUpdateExternalIdsData, PostApiDebugPlexByProgramIdUpdateExternalIdsResponses, GetApiDebugHelpersPromoteLineupData, GetApiDebugHelpersPromoteLineupResponses, GetApiDebugChannelsReloadAllLineupsData, GetApiDebugChannelsReloadAllLineupsResponses, GetApiDebugSubprocessStatusData, GetApiDebugSubprocessStatusResponses, GetApiDebugSubprocessRestartData, GetApiDebugSubprocessRestartResponses, GetApiDebugMediaSourcesByMediaSourceIdScanData, GetApiDebugMediaSourcesByMediaSourceIdScanResponses, GetApiDebugMediaSourcesByMediaSourceIdLibrariesByLibraryIdScanData, GetApiDebugMediaSourcesByMediaSourceIdLibrariesByLibraryIdScanResponses, GetApiMediaSourcesData, GetApiMediaSourcesResponses, GetApiMediaSourcesErrors, PostApiMediaSourcesData, PostApiMediaSourcesResponses, PostApiMediaSourcesErrors, GetApiMediaSourcesByMediaSourceIdData, GetApiMediaSourcesByMediaSourceIdResponses, GetApiMediaSourcesByMediaSourceIdErrors, GetApiMediaSourcesByIdLibrariesData, GetApiMediaSourcesByIdLibrariesResponses, GetApiMediaSourcesByIdLibrariesErrors, PutApiMediaSourcesByIdLibrariesByLibraryIdData, PutApiMediaSourcesByIdLibrariesByLibraryIdResponses, PutApiMediaSourcesByIdLibrariesByLibraryIdErrors, GetApiMediaLibrariesByLibraryIdData, GetApiMediaLibrariesByLibraryIdResponses, GetApiMediaLibrariesByLibraryIdErrors, GetApiMediaLibrariesByLibraryIdProgramsData, GetApiMediaLibrariesByLibraryIdProgramsResponses, GetApiMediaLibrariesByLibraryIdProgramsErrors, GetApiMediaSourcesByMediaSourceIdByLibraryIdStatusData, GetApiMediaSourcesByMediaSourceIdByLibraryIdStatusResponses, GetApiMediaSourcesByMediaSourceIdByLibraryIdStatusErrors, PostApiMediaSourcesByIdLibrariesRefreshData, PostApiMediaSourcesByIdLibrariesRefreshResponses, PostApiMediaSourcesByIdLibrariesRefreshErrors, PostApiMediaSourcesByIdScanData, PostApiMediaSourcesByIdScanResponses, PostApiMediaSourcesByIdScanErrors, PostApiMediaSourcesByIdLibrariesByLibraryIdScanData, PostApiMediaSourcesByIdLibrariesByLibraryIdScanResponses, PostApiMediaSourcesByIdLibrariesByLibraryIdScanErrors, GetApiMediaSourcesByIdStatusData, GetApiMediaSourcesByIdStatusResponses, GetApiMediaSourcesByIdStatusErrors, PostApiMediaSourcesForeignstatusData, PostApiMediaSourcesForeignstatusResponses, PostApiMediaSourcesForeignstatusErrors, DeleteApiMediaSourcesByIdData, DeleteApiMediaSourcesByIdResponses, DeleteApiMediaSourcesByIdErrors, PutApiMediaSourcesByIdData, PutApiMediaSourcesByIdResponses, PutApiMediaSourcesByIdErrors, GetApiFfmpegSettingsData, GetApiFfmpegSettingsResponses, GetApiFfmpegSettingsErrors, PostApiFfmpegSettingsData, PostApiFfmpegSettingsResponses, PutApiFfmpegSettingsData, PutApiFfmpegSettingsResponses, PutApiFfmpegSettingsErrors, GetApiTranscodeConfigsData, GetApiTranscodeConfigsResponses, PostApiTranscodeConfigsData, PostApiTranscodeConfigsResponses, DeleteApiTranscodeConfigsByIdData, DeleteApiTranscodeConfigsByIdResponses, DeleteApiTranscodeConfigsByIdErrors, GetApiTranscodeConfigsByIdData, GetApiTranscodeConfigsByIdResponses, GetApiTranscodeConfigsByIdErrors, PutApiTranscodeConfigsByIdData, PutApiTranscodeConfigsByIdResponses, PostApiTranscodeConfigsByIdCopyData, PostApiTranscodeConfigsByIdCopyResponses, PostApiTranscodeConfigsByIdCopyErrors, GetApiPlexSettingsData, GetApiPlexSettingsResponses, GetApiPlexSettingsErrors, PostApiPlexSettingsData, PostApiPlexSettingsResponses, PostApiPlexSettingsErrors, PutApiPlexSettingsData, PutApiPlexSettingsResponses, PutApiPlexSettingsErrors, GetApiXmltvSettingsData, GetApiXmltvSettingsResponses, GetApiXmltvSettingsErrors, PostApiXmltvSettingsData, PostApiXmltvSettingsResponses, PostApiXmltvSettingsErrors, PutApiXmltvSettingsData, PutApiXmltvSettingsResponses, PutApiXmltvSettingsErrors, GetApiHdhrSettingsData, GetApiHdhrSettingsResponses, GetApiHdhrSettingsErrors, PostApiHdhrSettingsData, PostApiHdhrSettingsResponses, PostApiHdhrSettingsErrors, PutApiHdhrSettingsData, PutApiHdhrSettingsResponses, PutApiHdhrSettingsErrors, GetApiSystemHealthData, GetApiSystemHealthResponses, GetApiSystemSettingsData, GetApiSystemSettingsResponses, PutApiSystemSettingsData, PutApiSystemSettingsResponses, GetApiSystemStateData, GetApiSystemStateResponses, GetApiSystemMigrationStateData, GetApiSystemMigrationStateResponses, PostApiSystemFixersByFixerIdRunData, PostApiSystemFixersByFixerIdRunResponses, PutApiSystemSettingsBackupData, PutApiSystemSettingsBackupResponses, GetApiSystemDebugNvidiaData, GetApiSystemDebugNvidiaResponses, GetApiSystemDebugVaapiData, GetApiSystemDebugVaapiResponses, GetApiSystemDebugLogsStreamData, GetApiSystemDebugLogsStreamResponses, GetApiSystemDebugLogsData, GetApiSystemDebugLogsResponses, GetApiSystemDebugEnvData, GetApiSystemDebugEnvResponses, GetApiGuideStatusData, GetApiGuideStatusResponses, GetApiGuideDebugData, GetApiGuideDebugResponses, GetApiGuideChannelsData, GetApiGuideChannelsResponses, GetApiGuideChannelsErrors, GetApiGuideChannelsByIdData, GetApiGuideChannelsByIdResponses, GetApiPlexByMediaSourceIdSearchData, GetApiPlexByMediaSourceIdSearchResponses, GetApiPlexByMediaSourceIdSearchErrors, GetApiPlexByMediaSourceIdLibrariesData, GetApiPlexByMediaSourceIdLibrariesResponses, GetApiPlexByMediaSourceIdLibrariesByLibraryIdCollectionsData, GetApiPlexByMediaSourceIdLibrariesByLibraryIdCollectionsResponses, GetApiPlexByMediaSourceIdLibrariesByLibraryIdPlaylistsData, GetApiPlexByMediaSourceIdLibrariesByLibraryIdPlaylistsResponses, GetApiPlexByMediaSourceIdPlaylistsData, GetApiPlexByMediaSourceIdPlaylistsResponses, GetApiPlexByMediaSourceIdFiltersData, GetApiPlexByMediaSourceIdFiltersResponses, GetApiPlexByMediaSourceIdTagsData, GetApiPlexByMediaSourceIdTagsResponses, GetApiPlexByMediaSourceIdItemsByItemIdChildrenData, GetApiPlexByMediaSourceIdItemsByItemIdChildrenResponses, JellyfinLoginData, JellyfinLoginResponses, GetJellyfinLibrariesData, GetJellyfinLibrariesResponses, GetJellyfinLibraryGenresData, GetJellyfinLibraryGenresResponses, GetJellyfinLibraryItemsData, GetJellyfinLibraryItemsResponses, GetJellyfinLibraryItemsErrors, GetApiSessionsData, GetApiSessionsResponses, DeleteApiChannelsByIdSessionsData, DeleteApiChannelsByIdSessionsResponses, DeleteApiChannelsByIdSessionsErrors, GetApiChannelsByIdSessionsData, GetApiChannelsByIdSessionsResponses, GetApiChannelsByIdSessionsErrors, PostApiEmbyLoginData, PostApiEmbyLoginResponses, GetApiEmbyByMediaSourceIdUserLibrariesData, GetApiEmbyByMediaSourceIdUserLibrariesResponses, GetApiEmbyByMediaSourceIdLibrariesByLibraryIdItemsData, GetApiEmbyByMediaSourceIdLibrariesByLibraryIdItemsResponses, GetApiEmbyByMediaSourceIdLibrariesByLibraryIdItemsErrors, GetApiSettingsMediaSourceData, GetApiSettingsMediaSourceResponses, PutApiSettingsMediaSourceData, PutApiSettingsMediaSourceResponses, DeleteApiTrashData, DeleteApiTrashResponses, GetApiTrashData, GetApiTrashResponses, GetApiSmartCollectionsData, GetApiSmartCollectionsResponses, PostApiSmartCollectionsData, PostApiSmartCollectionsResponses, PostApiSmartCollectionsErrors, DeleteApiSmartCollectionsByIdData, DeleteApiSmartCollectionsByIdResponses, DeleteApiSmartCollectionsByIdErrors, GetApiSmartCollectionsByIdData, GetApiSmartCollectionsByIdResponses, GetApiSmartCollectionsByIdErrors, PutApiSmartCollectionsByIdData, PutApiSmartCollectionsByIdResponses, PutApiSmartCollectionsByIdErrors, GetApiCreditsByIdData, GetApiCreditsByIdResponses, GetApiCreditsByIdErrors, GetApiCreditsByIdArtworkByArtworkTypeData, GetApiCreditsByIdArtworkByArtworkTypeResponses, GetApiCreditsByIdArtworkByArtworkTypeErrors, GetApiVersionData, GetApiVersionResponses, GetApiVersionErrors, GetApiFfmpegInfoData, GetApiFfmpegInfoResponses, PostApiUploadImageData, PostApiUploadImageResponses, PostApiUploadImageErrors, GetApiXmltvLastRefreshData, GetApiXmltvLastRefreshResponses, GetApiXmltvXmlData, GetApiXmltvXmlResponses, HeadApiXmltvXmlData, HeadApiXmltvXmlResponses, PostApiXmltvRefreshData, PostApiXmltvRefreshResponses, DeleteApiChannelsM3uData, DeleteApiChannelsM3uResponses, GetApiChannelsM3uData, GetApiChannelsM3uResponses, HeadApiChannelsM3uData, HeadApiChannelsM3uResponses, GetFfmpegPlaylistData, GetFfmpegPlaylistResponses, GetStreamChannelsByIdData, GetStreamChannelsByIdResponses, GetStreamChannelsByIdTsData, GetStreamChannelsByIdTsResponses, GetStreamChannelsByIdM3U8Data, GetStreamChannelsByIdM3U8Responses, HeadStreamChannelsByIdM3U8Data, HeadStreamChannelsByIdM3U8Responses } from './types.gen'; +import type { GetApiTasksData, GetApiTasksResponses, PostApiTasksByIdRunData, PostApiTasksByIdRunResponses, PostApiTasksByIdRunErrors, GetChannelsData, GetChannelsResponses, GetChannelsErrors, CreateChannelV2Data, CreateChannelV2Responses, CreateChannelV2Errors, DeleteApiChannelsByIdData, DeleteApiChannelsByIdResponses, DeleteApiChannelsByIdErrors, GetChannelsByNumberV2Data, GetChannelsByNumberV2Responses, GetChannelsByNumberV2Errors, PutApiChannelsByIdData, PutApiChannelsByIdResponses, PutApiChannelsByIdErrors, GetApiChannelsByIdProgramsData, GetApiChannelsByIdProgramsResponses, GetApiChannelsByIdProgramsErrors, GetApiChannelsByIdShowsData, GetApiChannelsByIdShowsResponses, GetApiChannelsByIdArtistsData, GetApiChannelsByIdArtistsResponses, GetApiChannelsByIdProgrammingData, GetApiChannelsByIdProgrammingResponses, GetApiChannelsByIdProgrammingErrors, PostApiChannelsByIdProgrammingData, PostApiChannelsByIdProgrammingResponses, PostApiChannelsByIdProgrammingErrors, GetChannelFallbacksData, GetChannelFallbacksResponses, GetChannelFallbacksErrors, GetApiChannelsAllLineupsData, GetApiChannelsAllLineupsResponses, GetApiChannelsAllLineupsErrors, GetApiChannelsByIdLineupData, GetApiChannelsByIdLineupResponses, GetApiChannelsByIdLineupErrors, GetApiChannelsByIdNowPlayingData, GetApiChannelsByIdNowPlayingResponses, GetApiChannelsByIdNowPlayingErrors, GetApiChannelsByIdTranscodeConfigData, GetApiChannelsByIdTranscodeConfigResponses, PostApiChannelsByChannelIdScheduleTimeSlotsData, PostApiChannelsByChannelIdScheduleTimeSlotsResponses, PostApiChannelsByChannelIdScheduleSlotsData, PostApiChannelsByChannelIdScheduleSlotsResponses, GetApiChannelsByIdScheduleData, GetApiChannelsByIdScheduleResponses, GetApiCustomShowsData, GetApiCustomShowsResponses, CreateCustomShowData, CreateCustomShowResponses, DeleteCustomShowData, DeleteCustomShowResponses, DeleteCustomShowErrors, GetApiCustomShowsByIdData, GetApiCustomShowsByIdResponses, GetApiCustomShowsByIdErrors, PutApiCustomShowsByIdData, PutApiCustomShowsByIdResponses, PutApiCustomShowsByIdErrors, GetApiCustomShowsByIdProgramsData, GetApiCustomShowsByIdProgramsResponses, GetApiCustomShowsByIdProgramsErrors, GetApiFillerListsData, GetApiFillerListsResponses, PostApiFillerListsData, PostApiFillerListsResponses, DeleteApiFillerListsByIdData, DeleteApiFillerListsByIdResponses, DeleteApiFillerListsByIdErrors, GetApiFillerListsByIdData, GetApiFillerListsByIdResponses, GetApiFillerListsByIdErrors, PutApiFillerListsByIdData, PutApiFillerListsByIdResponses, PutApiFillerListsByIdErrors, GetApiFillerListsByIdProgramsData, GetApiFillerListsByIdProgramsResponses, GetApiFillerListsByIdProgramsErrors, PostApiProgramsSearchData, PostApiProgramsSearchResponses, GetApiProgramsByIdDescendantsData, GetApiProgramsByIdDescendantsResponses, GetApiProgramsByIdDescendantsErrors, GetApiProgramsFacetsByFacetNameData, GetApiProgramsFacetsByFacetNameResponses, PostApiProgramsFacetsByFacetNameData, PostApiProgramsFacetsByFacetNameResponses, GetApiProgramsByIdData, GetApiProgramsByIdResponses, GetApiProgramsByIdErrors, GetApiProgramGroupingsByIdData, GetApiProgramGroupingsByIdResponses, GetApiProgramGroupingsByIdErrors, GetApiProgramsByIdArtworkByArtworkTypeData, GetApiProgramsByIdArtworkByArtworkTypeResponses, GetApiProgramsByIdArtworkByArtworkTypeErrors, GetApiProgramsByIdStreamDetailsData, GetApiProgramsByIdStreamDetailsResponses, GetApiProgramsByIdChildrenData, GetApiProgramsByIdChildrenResponses, GetApiProgramsByIdChildrenErrors, GetApiProgramsByIdThumbData, GetApiProgramsByIdThumbResponses, GetApiProgramsByIdExternalLinkData, GetApiProgramsByIdExternalLinkResponses, GetApiProgramsByIdExternalLinkErrors, GetProgramByExternalIdData, GetProgramByExternalIdResponses, GetProgramByExternalIdErrors, BatchGetProgramsByExternalIdsData, BatchGetProgramsByExternalIdsResponses, GetApiProgrammingShowsByIdData, GetApiProgrammingShowsByIdResponses, GetApiProgrammingSeasonsByIdData, GetApiProgrammingSeasonsByIdResponses, GetApiProgrammingShowsByIdSeasonsData, GetApiProgrammingShowsByIdSeasonsResponses, PostApiMoviesByIdScanData, PostApiMoviesByIdScanResponses, PostApiMoviesByIdScanErrors, PostApiShowsByIdScanData, PostApiShowsByIdScanResponses, PostApiShowsByIdScanErrors, GetApiDebugJellyfinLibrariesData, GetApiDebugJellyfinLibrariesResponses, GetApiDebugJellyfinLibraryItemsData, GetApiDebugJellyfinLibraryItemsResponses, GetApiDebugJellyfinMatchProgramByIdData, GetApiDebugJellyfinMatchProgramByIdResponses, GetApiDebugJellyfinByLibraryIdEnumerateData, GetApiDebugJellyfinByLibraryIdEnumerateResponses, GetApiDebugStreamsOfflineData, GetApiDebugStreamsOfflineResponses, GetApiDebugStreamsErrorData, GetApiDebugStreamsErrorResponses, GetApiDebugStreamsRandomData, GetApiDebugStreamsRandomResponses, GetApiDebugStreamsProgramsByIdData, GetApiDebugStreamsProgramsByIdResponses, GetApiDebugFfmpegProbeData, GetApiDebugFfmpegProbeResponses, GetApiDebugFfmpegCapabilitiesData, GetApiDebugFfmpegCapabilitiesResponses, GetApiDebugPlexStreamDetailsData, GetApiDebugPlexStreamDetailsResponses, GetApiDebugHelpersPlayingAtData, GetApiDebugHelpersPlayingAtResponses, GetApiDebugHelpersCreateGuideData, GetApiDebugHelpersCreateGuideResponses, GetApiDebugHelpersChannelsByIdBuildGuideData, GetApiDebugHelpersChannelsByIdBuildGuideResponses, GetApiDebugHelpersBuildGuideData, GetApiDebugHelpersBuildGuideResponses, GetApiDebugHelpersRandomFillerData, GetApiDebugHelpersRandomFillerResponses, GetApiDebugDbBackupData, GetApiDebugDbBackupResponses, PostApiDebugPlexByProgramIdUpdateExternalIdsData, PostApiDebugPlexByProgramIdUpdateExternalIdsResponses, GetApiDebugHelpersPromoteLineupData, GetApiDebugHelpersPromoteLineupResponses, GetApiDebugChannelsReloadAllLineupsData, GetApiDebugChannelsReloadAllLineupsResponses, GetApiDebugSubprocessStatusData, GetApiDebugSubprocessStatusResponses, GetApiDebugSubprocessRestartData, GetApiDebugSubprocessRestartResponses, GetApiDebugMediaSourcesByMediaSourceIdScanData, GetApiDebugMediaSourcesByMediaSourceIdScanResponses, GetApiDebugMediaSourcesByMediaSourceIdLibrariesByLibraryIdScanData, GetApiDebugMediaSourcesByMediaSourceIdLibrariesByLibraryIdScanResponses, GetApiMediaSourcesData, GetApiMediaSourcesResponses, GetApiMediaSourcesErrors, PostApiMediaSourcesData, PostApiMediaSourcesResponses, PostApiMediaSourcesErrors, GetApiMediaSourcesByMediaSourceIdData, GetApiMediaSourcesByMediaSourceIdResponses, GetApiMediaSourcesByMediaSourceIdErrors, GetApiMediaSourcesByIdLibrariesData, GetApiMediaSourcesByIdLibrariesResponses, GetApiMediaSourcesByIdLibrariesErrors, PutApiMediaSourcesByIdLibrariesByLibraryIdData, PutApiMediaSourcesByIdLibrariesByLibraryIdResponses, PutApiMediaSourcesByIdLibrariesByLibraryIdErrors, GetApiMediaLibrariesByLibraryIdData, GetApiMediaLibrariesByLibraryIdResponses, GetApiMediaLibrariesByLibraryIdErrors, GetApiMediaLibrariesByLibraryIdProgramsData, GetApiMediaLibrariesByLibraryIdProgramsResponses, GetApiMediaLibrariesByLibraryIdProgramsErrors, GetApiMediaSourcesByMediaSourceIdByLibraryIdStatusData, GetApiMediaSourcesByMediaSourceIdByLibraryIdStatusResponses, GetApiMediaSourcesByMediaSourceIdByLibraryIdStatusErrors, PostApiMediaSourcesByIdLibrariesRefreshData, PostApiMediaSourcesByIdLibrariesRefreshResponses, PostApiMediaSourcesByIdLibrariesRefreshErrors, PostApiMediaSourcesByIdScanData, PostApiMediaSourcesByIdScanResponses, PostApiMediaSourcesByIdScanErrors, PostApiMediaSourcesByIdLibrariesByLibraryIdScanData, PostApiMediaSourcesByIdLibrariesByLibraryIdScanResponses, PostApiMediaSourcesByIdLibrariesByLibraryIdScanErrors, GetApiMediaSourcesByIdStatusData, GetApiMediaSourcesByIdStatusResponses, GetApiMediaSourcesByIdStatusErrors, PostApiMediaSourcesForeignstatusData, PostApiMediaSourcesForeignstatusResponses, PostApiMediaSourcesForeignstatusErrors, DeleteApiMediaSourcesByIdData, DeleteApiMediaSourcesByIdResponses, DeleteApiMediaSourcesByIdErrors, PutApiMediaSourcesByIdData, PutApiMediaSourcesByIdResponses, PutApiMediaSourcesByIdErrors, GetApiFfmpegSettingsData, GetApiFfmpegSettingsResponses, GetApiFfmpegSettingsErrors, PostApiFfmpegSettingsData, PostApiFfmpegSettingsResponses, PutApiFfmpegSettingsData, PutApiFfmpegSettingsResponses, PutApiFfmpegSettingsErrors, GetApiTranscodeConfigsData, GetApiTranscodeConfigsResponses, PostApiTranscodeConfigsData, PostApiTranscodeConfigsResponses, DeleteApiTranscodeConfigsByIdData, DeleteApiTranscodeConfigsByIdResponses, DeleteApiTranscodeConfigsByIdErrors, GetApiTranscodeConfigsByIdData, GetApiTranscodeConfigsByIdResponses, GetApiTranscodeConfigsByIdErrors, PutApiTranscodeConfigsByIdData, PutApiTranscodeConfigsByIdResponses, PostApiTranscodeConfigsByIdCopyData, PostApiTranscodeConfigsByIdCopyResponses, PostApiTranscodeConfigsByIdCopyErrors, GetApiPlexSettingsData, GetApiPlexSettingsResponses, GetApiPlexSettingsErrors, PostApiPlexSettingsData, PostApiPlexSettingsResponses, PostApiPlexSettingsErrors, PutApiPlexSettingsData, PutApiPlexSettingsResponses, PutApiPlexSettingsErrors, GetApiXmltvSettingsData, GetApiXmltvSettingsResponses, GetApiXmltvSettingsErrors, PostApiXmltvSettingsData, PostApiXmltvSettingsResponses, PostApiXmltvSettingsErrors, PutApiXmltvSettingsData, PutApiXmltvSettingsResponses, PutApiXmltvSettingsErrors, GetApiHdhrSettingsData, GetApiHdhrSettingsResponses, GetApiHdhrSettingsErrors, PostApiHdhrSettingsData, PostApiHdhrSettingsResponses, PostApiHdhrSettingsErrors, PutApiHdhrSettingsData, PutApiHdhrSettingsResponses, PutApiHdhrSettingsErrors, GetApiSystemHealthData, GetApiSystemHealthResponses, GetApiSystemSettingsData, GetApiSystemSettingsResponses, PutApiSystemSettingsData, PutApiSystemSettingsResponses, GetApiSystemStateData, GetApiSystemStateResponses, GetApiSystemMigrationStateData, GetApiSystemMigrationStateResponses, PostApiSystemFixersByFixerIdRunData, PostApiSystemFixersByFixerIdRunResponses, PutApiSystemSettingsBackupData, PutApiSystemSettingsBackupResponses, GetApiSystemDebugNvidiaData, GetApiSystemDebugNvidiaResponses, GetApiSystemDebugVaapiData, GetApiSystemDebugVaapiResponses, GetApiSystemDebugLogsStreamData, GetApiSystemDebugLogsStreamResponses, GetApiSystemDebugLogsData, GetApiSystemDebugLogsResponses, GetApiSystemDebugEnvData, GetApiSystemDebugEnvResponses, GetApiGuideStatusData, GetApiGuideStatusResponses, GetApiGuideDebugData, GetApiGuideDebugResponses, GetApiGuideChannelsData, GetApiGuideChannelsResponses, GetApiGuideChannelsErrors, GetApiGuideChannelsByIdData, GetApiGuideChannelsByIdResponses, GetApiPlexByMediaSourceIdSearchData, GetApiPlexByMediaSourceIdSearchResponses, GetApiPlexByMediaSourceIdSearchErrors, GetApiPlexByMediaSourceIdLibrariesData, GetApiPlexByMediaSourceIdLibrariesResponses, GetApiPlexByMediaSourceIdLibrariesByLibraryIdCollectionsData, GetApiPlexByMediaSourceIdLibrariesByLibraryIdCollectionsResponses, GetApiPlexByMediaSourceIdLibrariesByLibraryIdPlaylistsData, GetApiPlexByMediaSourceIdLibrariesByLibraryIdPlaylistsResponses, GetApiPlexByMediaSourceIdPlaylistsData, GetApiPlexByMediaSourceIdPlaylistsResponses, GetApiPlexByMediaSourceIdFiltersData, GetApiPlexByMediaSourceIdFiltersResponses, GetApiPlexByMediaSourceIdTagsData, GetApiPlexByMediaSourceIdTagsResponses, GetApiPlexByMediaSourceIdItemsByItemIdChildrenData, GetApiPlexByMediaSourceIdItemsByItemIdChildrenResponses, JellyfinLoginData, JellyfinLoginResponses, GetJellyfinLibrariesData, GetJellyfinLibrariesResponses, GetJellyfinLibraryGenresData, GetJellyfinLibraryGenresResponses, GetJellyfinLibraryItemsData, GetJellyfinLibraryItemsResponses, GetJellyfinLibraryItemsErrors, GetApiSessionsData, GetApiSessionsResponses, DeleteApiChannelsByIdSessionsData, DeleteApiChannelsByIdSessionsResponses, DeleteApiChannelsByIdSessionsErrors, GetApiChannelsByIdSessionsData, GetApiChannelsByIdSessionsResponses, GetApiChannelsByIdSessionsErrors, PostApiEmbyLoginData, PostApiEmbyLoginResponses, GetApiEmbyByMediaSourceIdUserLibrariesData, GetApiEmbyByMediaSourceIdUserLibrariesResponses, GetApiEmbyByMediaSourceIdLibrariesByLibraryIdItemsData, GetApiEmbyByMediaSourceIdLibrariesByLibraryIdItemsResponses, GetApiEmbyByMediaSourceIdLibrariesByLibraryIdItemsErrors, GetApiSettingsMediaSourceData, GetApiSettingsMediaSourceResponses, PutApiSettingsMediaSourceData, PutApiSettingsMediaSourceResponses, DeleteApiTrashData, DeleteApiTrashResponses, GetApiTrashData, GetApiTrashResponses, GetApiSmartCollectionsData, GetApiSmartCollectionsResponses, PostApiSmartCollectionsData, PostApiSmartCollectionsResponses, PostApiSmartCollectionsErrors, DeleteApiSmartCollectionsByIdData, DeleteApiSmartCollectionsByIdResponses, DeleteApiSmartCollectionsByIdErrors, GetApiSmartCollectionsByIdData, GetApiSmartCollectionsByIdResponses, GetApiSmartCollectionsByIdErrors, PutApiSmartCollectionsByIdData, PutApiSmartCollectionsByIdResponses, PutApiSmartCollectionsByIdErrors, GetApiCreditsByIdData, GetApiCreditsByIdResponses, GetApiCreditsByIdErrors, GetApiCreditsByIdArtworkByArtworkTypeData, GetApiCreditsByIdArtworkByArtworkTypeResponses, GetApiCreditsByIdArtworkByArtworkTypeErrors, GetApiVersionData, GetApiVersionResponses, GetApiVersionErrors, GetApiFfmpegInfoData, GetApiFfmpegInfoResponses, PostApiUploadImageData, PostApiUploadImageResponses, PostApiUploadImageErrors, GetApiXmltvLastRefreshData, GetApiXmltvLastRefreshResponses, GetApiXmltvXmlData, GetApiXmltvXmlResponses, HeadApiXmltvXmlData, HeadApiXmltvXmlResponses, PostApiXmltvRefreshData, PostApiXmltvRefreshResponses, DeleteApiChannelsM3uData, DeleteApiChannelsM3uResponses, GetApiChannelsM3uData, GetApiChannelsM3uResponses, HeadApiChannelsM3uData, HeadApiChannelsM3uResponses, GetFfmpegPlaylistData, GetFfmpegPlaylistResponses, GetStreamChannelsByIdData, GetStreamChannelsByIdResponses, GetStreamChannelsByIdTsData, GetStreamChannelsByIdTsResponses, GetStreamChannelsByIdM3U8Data, GetStreamChannelsByIdM3U8Responses, HeadStreamChannelsByIdM3U8Data, HeadStreamChannelsByIdM3U8Responses } from './types.gen'; import { client as _heyApiClient } from './client.gen'; export type Options = ClientOptions & { @@ -38,22 +38,6 @@ export const postApiTasksByIdRun = (option }); }; -export const getApiJobs = (options?: Options) => { - return (options?.client ?? _heyApiClient).get({ - responseType: 'json', - url: '/api/jobs', - ...options - }); -}; - -export const postApiJobsByIdRun = (options: Options) => { - return (options.client ?? _heyApiClient).post({ - responseType: 'json', - url: '/api/jobs/{id}/run', - ...options - }); -}; - export const getChannels = (options?: Options) => { return (options?.client ?? _heyApiClient).get({ responseType: 'json', diff --git a/web/src/generated/types.gen.ts b/web/src/generated/types.gen.ts index 852f26c7..b16a92fc 100644 --- a/web/src/generated/types.gen.ts +++ b/web/src/generated/types.gen.ts @@ -1811,77 +1811,6 @@ export type PostApiTasksByIdRunResponses = { 202: unknown; }; -export type GetApiJobsData = { - body?: never; - path?: never; - query?: never; - url: '/api/jobs'; -}; - -export type GetApiJobsResponses = { - /** - * Default Response - */ - 200: Array<{ - id: string; - name: string; - description?: string; - scheduledTasks: Array<{ - running: boolean; - lastExecution?: string; - lastExecutionEpoch?: number; - nextExecution?: string; - nextExecutionEpoch?: number; - args: { - [key: string]: never; - } | string; - }>; - }>; -}; - -export type GetApiJobsResponse = GetApiJobsResponses[keyof GetApiJobsResponses]; - -export type PostApiJobsByIdRunData = { - body?: never; - path: { - id: string; - }; - query?: { - background?: string; - }; - url: '/api/jobs/{id}/run'; -}; - -export type PostApiJobsByIdRunErrors = { - /** - * Default Response - */ - 400: { - message: string; - }; - /** - * Default Response - */ - 404: unknown; - /** - * Default Response - */ - 500: unknown; -}; - -export type PostApiJobsByIdRunError = PostApiJobsByIdRunErrors[keyof PostApiJobsByIdRunErrors]; - -export type PostApiJobsByIdRunResponses = { - /** - * Default Response - */ - 200: unknown; - /** - * Default Response - */ - 202: unknown; -}; - export type GetChannelsData = { body?: never; path?: never; @@ -11821,10 +11750,10 @@ export type PostApiProgramsSearchData = { query?: string | null; restrictSearchTo?: Array; filter?: SearchFilterInput | null; - sort?: { - field: string; + sort?: Array<{ + field: 'title' | 'sortTitle' | 'duration' | 'originalReleaseDate' | 'originalReleaseYear' | 'index'; direction: 'asc' | 'desc'; - } | null; + }> | null; }; restrictSeachTo?: Array; mediaSourceId?: string; @@ -17694,7 +17623,7 @@ export type GetApiPlexByMediaSourceIdFiltersResponses = { Meta: { Type: Array<{ key: string; - type: 'movie' | 'show' | 'artist' | 'photo' | 'track' | 'season' | 'album' | 'folder'; + type: 'movie' | 'show' | 'artist' | 'photo' | 'track' | 'episode' | 'season' | 'album' | 'folder'; title: string; active: boolean; Filter?: Array<{