@jellyfin/sdk 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gitattributes +5 -0
- package/LICENSE +373 -0
- package/README.md +141 -0
- package/lib/api.d.ts +42 -0
- package/lib/api.js +99 -0
- package/lib/discovery/discovery-service.d.ts +41 -0
- package/lib/discovery/discovery-service.js +112 -0
- package/lib/discovery/index.d.ts +7 -0
- package/lib/discovery/index.js +23 -0
- package/lib/discovery/recommended-server-discovery.d.ts +23 -0
- package/lib/discovery/recommended-server-discovery.js +153 -0
- package/lib/generated-client/api/activity-log-api.d.ts +113 -0
- package/lib/generated-client/api/activity-log-api.js +234 -0
- package/lib/generated-client/api/api-key-api.d.ts +161 -0
- package/lib/generated-client/api/api-key-api.js +374 -0
- package/lib/generated-client/api/artists-api.d.ts +751 -0
- package/lib/generated-client/api/artists-api.js +759 -0
- package/lib/generated-client/api/audio-api.d.ts +1985 -0
- package/lib/generated-client/api/audio-api.js +1582 -0
- package/lib/generated-client/api/branding-api.d.ts +127 -0
- package/lib/generated-client/api/branding-api.js +334 -0
- package/lib/generated-client/api/channels-api.d.ts +419 -0
- package/lib/generated-client/api/channels-api.js +648 -0
- package/lib/generated-client/api/client-log-api.d.ts +86 -0
- package/lib/generated-client/api/client-log-api.js +213 -0
- package/lib/generated-client/api/collection-api.d.ts +223 -0
- package/lib/generated-client/api/collection-api.js +414 -0
- package/lib/generated-client/api/configuration-api.d.ts +293 -0
- package/lib/generated-client/api/configuration-api.js +623 -0
- package/lib/generated-client/api/dashboard-api.d.ts +132 -0
- package/lib/generated-client/api/dashboard-api.js +290 -0
- package/lib/generated-client/api/devices-api.d.ts +291 -0
- package/lib/generated-client/api/devices-api.js +567 -0
- package/lib/generated-client/api/display-preferences-api.d.ts +177 -0
- package/lib/generated-client/api/display-preferences-api.js +335 -0
- package/lib/generated-client/api/dlna-api.d.ts +292 -0
- package/lib/generated-client/api/dlna-api.js +619 -0
- package/lib/generated-client/api/dlna-server-api.d.ts +784 -0
- package/lib/generated-client/api/dlna-server-api.js +1464 -0
- package/lib/generated-client/api/dynamic-hls-api.d.ts +4604 -0
- package/lib/generated-client/api/dynamic-hls-api.js +3611 -0
- package/lib/generated-client/api/environment-api.d.ts +289 -0
- package/lib/generated-client/api/environment-api.js +628 -0
- package/lib/generated-client/api/filter-api.d.ts +242 -0
- package/lib/generated-client/api/filter-api.js +370 -0
- package/lib/generated-client/api/genres-api.d.ts +299 -0
- package/lib/generated-client/api/genres-api.js +405 -0
- package/lib/generated-client/api/hls-segment-api.d.ts +332 -0
- package/lib/generated-client/api/hls-segment-api.js +567 -0
- package/lib/generated-client/api/image-api.d.ts +6744 -0
- package/lib/generated-client/api/image-api.js +6515 -0
- package/lib/generated-client/api/image-by-name-api.d.ts +292 -0
- package/lib/generated-client/api/image-by-name-api.js +601 -0
- package/lib/generated-client/api/instant-mix-api.d.ts +918 -0
- package/lib/generated-client/api/instant-mix-api.js +1138 -0
- package/lib/generated-client/api/item-lookup-api.d.ts +574 -0
- package/lib/generated-client/api/item-lookup-api.js +1065 -0
- package/lib/generated-client/api/item-refresh-api.d.ts +122 -0
- package/lib/generated-client/api/item-refresh-api.js +237 -0
- package/lib/generated-client/api/item-update-api.d.ts +197 -0
- package/lib/generated-client/api/item-update-api.js +392 -0
- package/lib/generated-client/api/items-api.d.ts +1824 -0
- package/lib/generated-client/api/items-api.js +1488 -0
- package/lib/generated-client/api/library-api.d.ts +1482 -0
- package/lib/generated-client/api/library-api.js +2414 -0
- package/lib/generated-client/api/library-structure-api.d.ts +486 -0
- package/lib/generated-client/api/library-structure-api.js +852 -0
- package/lib/generated-client/api/live-tv-api.d.ts +2844 -0
- package/lib/generated-client/api/live-tv-api.js +4165 -0
- package/lib/generated-client/api/localization-api.d.ts +159 -0
- package/lib/generated-client/api/localization-api.js +434 -0
- package/lib/generated-client/api/media-info-api.d.ts +516 -0
- package/lib/generated-client/api/media-info-api.js +711 -0
- package/lib/generated-client/api/movies-api.d.ts +123 -0
- package/lib/generated-client/api/movies-api.js +238 -0
- package/lib/generated-client/api/music-genres-api.d.ts +303 -0
- package/lib/generated-client/api/music-genres-api.js +409 -0
- package/lib/generated-client/api/notifications-api.d.ts +332 -0
- package/lib/generated-client/api/notifications-api.js +698 -0
- package/lib/generated-client/api/package-api.d.ts +319 -0
- package/lib/generated-client/api/package-api.js +639 -0
- package/lib/generated-client/api/persons-api.d.ts +253 -0
- package/lib/generated-client/api/persons-api.js +375 -0
- package/lib/generated-client/api/playlists-api.d.ts +427 -0
- package/lib/generated-client/api/playlists-api.js +649 -0
- package/lib/generated-client/api/playstate-api.d.ts +720 -0
- package/lib/generated-client/api/playstate-api.js +1055 -0
- package/lib/generated-client/api/plugins-api.d.ts +477 -0
- package/lib/generated-client/api/plugins-api.js +898 -0
- package/lib/generated-client/api/quick-connect-api.d.ts +190 -0
- package/lib/generated-client/api/quick-connect-api.js +428 -0
- package/lib/generated-client/api/remote-image-api.d.ts +243 -0
- package/lib/generated-client/api/remote-image-api.js +423 -0
- package/lib/generated-client/api/scheduled-tasks-api.d.ts +289 -0
- package/lib/generated-client/api/scheduled-tasks-api.js +559 -0
- package/lib/generated-client/api/search-api.d.ts +240 -0
- package/lib/generated-client/api/search-api.js +317 -0
- package/lib/generated-client/api/session-api.d.ts +985 -0
- package/lib/generated-client/api/session-api.js +1622 -0
- package/lib/generated-client/api/startup-api.d.ts +296 -0
- package/lib/generated-client/api/startup-api.js +685 -0
- package/lib/generated-client/api/studios-api.d.ts +289 -0
- package/lib/generated-client/api/studios-api.js +399 -0
- package/lib/generated-client/api/subtitle-api.d.ts +764 -0
- package/lib/generated-client/api/subtitle-api.js +1126 -0
- package/lib/generated-client/api/suggestions-api.d.ts +132 -0
- package/lib/generated-client/api/suggestions-api.js +243 -0
- package/lib/generated-client/api/sync-play-api.d.ts +937 -0
- package/lib/generated-client/api/sync-play-api.js +1854 -0
- package/lib/generated-client/api/system-api.d.ts +355 -0
- package/lib/generated-client/api/system-api.js +879 -0
- package/lib/generated-client/api/time-sync-api.d.ts +69 -0
- package/lib/generated-client/api/time-sync-api.js +198 -0
- package/lib/generated-client/api/tmdb-api.d.ts +69 -0
- package/lib/generated-client/api/tmdb-api.js +206 -0
- package/lib/generated-client/api/trailers-api.d.ts +841 -0
- package/lib/generated-client/api/trailers-api.js +720 -0
- package/lib/generated-client/api/tv-shows-api.d.ts +622 -0
- package/lib/generated-client/api/tv-shows-api.js +730 -0
- package/lib/generated-client/api/universal-audio-api.d.ts +437 -0
- package/lib/generated-client/api/universal-audio-api.js +500 -0
- package/lib/generated-client/api/user-api.d.ts +826 -0
- package/lib/generated-client/api/user-api.js +1457 -0
- package/lib/generated-client/api/user-library-api.d.ts +676 -0
- package/lib/generated-client/api/user-library-api.js +1074 -0
- package/lib/generated-client/api/user-views-api.d.ts +160 -0
- package/lib/generated-client/api/user-views-api.js +314 -0
- package/lib/generated-client/api/video-attachments-api.d.ts +103 -0
- package/lib/generated-client/api/video-attachments-api.js +217 -0
- package/lib/generated-client/api/videos-api.d.ts +2205 -0
- package/lib/generated-client/api/videos-api.js +1887 -0
- package/lib/generated-client/api/years-api.d.ts +272 -0
- package/lib/generated-client/api/years-api.js +387 -0
- package/lib/generated-client/api.d.ts +71 -0
- package/lib/generated-client/api.js +89 -0
- package/lib/generated-client/base.d.ts +54 -0
- package/lib/generated-client/base.js +84 -0
- package/lib/generated-client/common.d.ts +64 -0
- package/lib/generated-client/common.js +242 -0
- package/lib/generated-client/configuration.d.ts +82 -0
- package/lib/generated-client/configuration.js +43 -0
- package/lib/generated-client/index.d.ts +13 -0
- package/lib/generated-client/index.js +31 -0
- package/lib/generated-client/models/access-schedule.d.ts +48 -0
- package/lib/generated-client/models/access-schedule.js +14 -0
- package/lib/generated-client/models/activity-log-entry-query-result.d.ts +36 -0
- package/lib/generated-client/models/activity-log-entry-query-result.js +14 -0
- package/lib/generated-client/models/activity-log-entry.d.ts +79 -0
- package/lib/generated-client/models/activity-log-entry.js +14 -0
- package/lib/generated-client/models/add-virtual-folder-dto.d.ts +24 -0
- package/lib/generated-client/models/add-virtual-folder-dto.js +14 -0
- package/lib/generated-client/models/admin-notification-dto.d.ts +42 -0
- package/lib/generated-client/models/admin-notification-dto.js +14 -0
- package/lib/generated-client/models/album-info-remote-search-query.d.ts +42 -0
- package/lib/generated-client/models/album-info-remote-search-query.js +14 -0
- package/lib/generated-client/models/album-info.d.ts +106 -0
- package/lib/generated-client/models/album-info.js +14 -0
- package/lib/generated-client/models/all-theme-media-result.d.ts +36 -0
- package/lib/generated-client/models/all-theme-media-result.js +14 -0
- package/lib/generated-client/models/architecture.d.ts +23 -0
- package/lib/generated-client/models/architecture.js +29 -0
- package/lib/generated-client/models/artist-info-remote-search-query.d.ts +42 -0
- package/lib/generated-client/models/artist-info-remote-search-query.js +14 -0
- package/lib/generated-client/models/artist-info.d.ts +92 -0
- package/lib/generated-client/models/artist-info.js +14 -0
- package/lib/generated-client/models/authenticate-user-by-name.d.ts +36 -0
- package/lib/generated-client/models/authenticate-user-by-name.js +14 -0
- package/lib/generated-client/models/authentication-info-query-result.d.ts +36 -0
- package/lib/generated-client/models/authentication-info-query-result.js +14 -0
- package/lib/generated-client/models/authentication-info.d.ts +89 -0
- package/lib/generated-client/models/authentication-info.js +14 -0
- package/lib/generated-client/models/authentication-result.d.ts +43 -0
- package/lib/generated-client/models/authentication-result.js +14 -0
- package/lib/generated-client/models/base-item-dto-image-blur-hashes.d.ts +121 -0
- package/lib/generated-client/models/base-item-dto-image-blur-hashes.js +14 -0
- package/lib/generated-client/models/base-item-dto-query-result.d.ts +36 -0
- package/lib/generated-client/models/base-item-dto-query-result.js +14 -0
- package/lib/generated-client/models/base-item-dto.d.ts +947 -0
- package/lib/generated-client/models/base-item-dto.js +14 -0
- package/lib/generated-client/models/base-item-kind.d.ts +54 -0
- package/lib/generated-client/models/base-item-kind.js +60 -0
- package/lib/generated-client/models/base-item-person-image-blur-hashes.d.ts +121 -0
- package/lib/generated-client/models/base-item-person-image-blur-hashes.js +14 -0
- package/lib/generated-client/models/base-item-person.d.ts +54 -0
- package/lib/generated-client/models/base-item-person.js +14 -0
- package/lib/generated-client/models/base-item.d.ts +84 -0
- package/lib/generated-client/models/base-item.js +14 -0
- package/lib/generated-client/models/book-info-remote-search-query.d.ts +42 -0
- package/lib/generated-client/models/book-info-remote-search-query.js +14 -0
- package/lib/generated-client/models/book-info.d.ts +91 -0
- package/lib/generated-client/models/book-info.js +14 -0
- package/lib/generated-client/models/box-set-info-remote-search-query.d.ts +42 -0
- package/lib/generated-client/models/box-set-info-remote-search-query.js +14 -0
- package/lib/generated-client/models/box-set-info.d.ts +85 -0
- package/lib/generated-client/models/box-set-info.js +14 -0
- package/lib/generated-client/models/branding-options.d.ts +35 -0
- package/lib/generated-client/models/branding-options.js +14 -0
- package/lib/generated-client/models/buffer-request-dto.d.ts +41 -0
- package/lib/generated-client/models/buffer-request-dto.js +14 -0
- package/lib/generated-client/models/channel-features.d.ts +92 -0
- package/lib/generated-client/models/channel-features.js +14 -0
- package/lib/generated-client/models/channel-item-sort-field.d.ts +24 -0
- package/lib/generated-client/models/channel-item-sort-field.js +30 -0
- package/lib/generated-client/models/channel-mapping-options-dto.d.ts +44 -0
- package/lib/generated-client/models/channel-mapping-options-dto.js +14 -0
- package/lib/generated-client/models/channel-media-content-type.d.ts +25 -0
- package/lib/generated-client/models/channel-media-content-type.js +31 -0
- package/lib/generated-client/models/channel-media-type.d.ts +20 -0
- package/lib/generated-client/models/channel-media-type.js +26 -0
- package/lib/generated-client/models/channel-type.d.ts +19 -0
- package/lib/generated-client/models/channel-type.js +25 -0
- package/lib/generated-client/models/chapter-info.d.ts +47 -0
- package/lib/generated-client/models/chapter-info.js +14 -0
- package/lib/generated-client/models/client-capabilities-dto.d.ts +79 -0
- package/lib/generated-client/models/client-capabilities-dto.js +14 -0
- package/lib/generated-client/models/client-capabilities.d.ts +79 -0
- package/lib/generated-client/models/client-capabilities.js +14 -0
- package/lib/generated-client/models/client-log-document-response-dto.d.ts +23 -0
- package/lib/generated-client/models/client-log-document-response-dto.js +14 -0
- package/lib/generated-client/models/codec-profile.d.ts +49 -0
- package/lib/generated-client/models/codec-profile.js +14 -0
- package/lib/generated-client/models/codec-type.d.ts +20 -0
- package/lib/generated-client/models/codec-type.js +26 -0
- package/lib/generated-client/models/collection-creation-result.d.ts +23 -0
- package/lib/generated-client/models/collection-creation-result.js +14 -0
- package/lib/generated-client/models/collection-type-options.d.ts +25 -0
- package/lib/generated-client/models/collection-type-options.js +31 -0
- package/lib/generated-client/models/config-image-types.d.ts +59 -0
- package/lib/generated-client/models/config-image-types.js +14 -0
- package/lib/generated-client/models/configuration-page-info.d.ts +53 -0
- package/lib/generated-client/models/configuration-page-info.js +14 -0
- package/lib/generated-client/models/container-profile.d.ts +37 -0
- package/lib/generated-client/models/container-profile.js +14 -0
- package/lib/generated-client/models/control-response.d.ts +37 -0
- package/lib/generated-client/models/control-response.js +14 -0
- package/lib/generated-client/models/country-info.d.ts +41 -0
- package/lib/generated-client/models/country-info.js +14 -0
- package/lib/generated-client/models/create-playlist-dto.d.ts +41 -0
- package/lib/generated-client/models/create-playlist-dto.js +14 -0
- package/lib/generated-client/models/create-user-by-name.d.ts +29 -0
- package/lib/generated-client/models/create-user-by-name.js +14 -0
- package/lib/generated-client/models/culture-dto.d.ts +47 -0
- package/lib/generated-client/models/culture-dto.js +14 -0
- package/lib/generated-client/models/day-of-week.d.ts +24 -0
- package/lib/generated-client/models/day-of-week.js +30 -0
- package/lib/generated-client/models/day-pattern.d.ts +20 -0
- package/lib/generated-client/models/day-pattern.js +26 -0
- package/lib/generated-client/models/default-directory-browser-info-dto.d.ts +23 -0
- package/lib/generated-client/models/default-directory-browser-info-dto.js +14 -0
- package/lib/generated-client/models/device-identification.d.ts +72 -0
- package/lib/generated-client/models/device-identification.js +14 -0
- package/lib/generated-client/models/device-info-query-result.d.ts +36 -0
- package/lib/generated-client/models/device-info-query-result.js +14 -0
- package/lib/generated-client/models/device-info.d.ts +78 -0
- package/lib/generated-client/models/device-info.js +14 -0
- package/lib/generated-client/models/device-options-dto.d.ts +35 -0
- package/lib/generated-client/models/device-options-dto.js +14 -0
- package/lib/generated-client/models/device-options.d.ts +35 -0
- package/lib/generated-client/models/device-options.js +14 -0
- package/lib/generated-client/models/device-profile-info.d.ts +36 -0
- package/lib/generated-client/models/device-profile-info.js +14 -0
- package/lib/generated-client/models/device-profile-type.d.ts +19 -0
- package/lib/generated-client/models/device-profile-type.js +25 -0
- package/lib/generated-client/models/device-profile.d.ts +259 -0
- package/lib/generated-client/models/device-profile.js +14 -0
- package/lib/generated-client/models/direct-play-profile.d.ts +42 -0
- package/lib/generated-client/models/direct-play-profile.js +14 -0
- package/lib/generated-client/models/display-preferences-dto.d.ts +105 -0
- package/lib/generated-client/models/display-preferences-dto.js +14 -0
- package/lib/generated-client/models/dlna-options.d.ts +83 -0
- package/lib/generated-client/models/dlna-options.js +14 -0
- package/lib/generated-client/models/dlna-profile-type.d.ts +21 -0
- package/lib/generated-client/models/dlna-profile-type.js +27 -0
- package/lib/generated-client/models/dynamic-day-of-week.d.ts +27 -0
- package/lib/generated-client/models/dynamic-day-of-week.js +33 -0
- package/lib/generated-client/models/embedded-subtitle-options.d.ts +21 -0
- package/lib/generated-client/models/embedded-subtitle-options.js +27 -0
- package/lib/generated-client/models/encoding-context.d.ts +19 -0
- package/lib/generated-client/models/encoding-context.js +25 -0
- package/lib/generated-client/models/encoding-options.d.ts +245 -0
- package/lib/generated-client/models/encoding-options.js +14 -0
- package/lib/generated-client/models/end-point-info.d.ts +29 -0
- package/lib/generated-client/models/end-point-info.js +14 -0
- package/lib/generated-client/models/external-id-info.d.ts +42 -0
- package/lib/generated-client/models/external-id-info.js +14 -0
- package/lib/generated-client/models/external-id-media-type.d.ts +29 -0
- package/lib/generated-client/models/external-id-media-type.js +35 -0
- package/lib/generated-client/models/external-url.d.ts +29 -0
- package/lib/generated-client/models/external-url.js +14 -0
- package/lib/generated-client/models/ffmpeg-location.d.ts +21 -0
- package/lib/generated-client/models/ffmpeg-location.js +27 -0
- package/lib/generated-client/models/file-system-entry-info.d.ts +36 -0
- package/lib/generated-client/models/file-system-entry-info.js +14 -0
- package/lib/generated-client/models/file-system-entry-type.d.ts +21 -0
- package/lib/generated-client/models/file-system-entry-type.js +27 -0
- package/lib/generated-client/models/font-file.d.ts +41 -0
- package/lib/generated-client/models/font-file.js +14 -0
- package/lib/generated-client/models/forgot-password-action.d.ts +20 -0
- package/lib/generated-client/models/forgot-password-action.js +26 -0
- package/lib/generated-client/models/forgot-password-dto.d.ts +23 -0
- package/lib/generated-client/models/forgot-password-dto.js +14 -0
- package/lib/generated-client/models/forgot-password-pin-dto.d.ts +23 -0
- package/lib/generated-client/models/forgot-password-pin-dto.js +14 -0
- package/lib/generated-client/models/forgot-password-result.d.ts +36 -0
- package/lib/generated-client/models/forgot-password-result.js +14 -0
- package/lib/generated-client/models/general-command-type.d.ts +59 -0
- package/lib/generated-client/models/general-command-type.js +65 -0
- package/lib/generated-client/models/general-command.d.ts +38 -0
- package/lib/generated-client/models/general-command.js +14 -0
- package/lib/generated-client/models/get-programs-dto.d.ts +182 -0
- package/lib/generated-client/models/get-programs-dto.js +14 -0
- package/lib/generated-client/models/group-info-dto.d.ts +48 -0
- package/lib/generated-client/models/group-info-dto.js +14 -0
- package/lib/generated-client/models/group-queue-mode.d.ts +19 -0
- package/lib/generated-client/models/group-queue-mode.js +25 -0
- package/lib/generated-client/models/group-repeat-mode.d.ts +20 -0
- package/lib/generated-client/models/group-repeat-mode.js +26 -0
- package/lib/generated-client/models/group-shuffle-mode.d.ts +19 -0
- package/lib/generated-client/models/group-shuffle-mode.js +25 -0
- package/lib/generated-client/models/group-state-type.d.ts +21 -0
- package/lib/generated-client/models/group-state-type.js +27 -0
- package/lib/generated-client/models/group-update-type.d.ts +28 -0
- package/lib/generated-client/models/group-update-type.js +34 -0
- package/lib/generated-client/models/guide-info.d.ts +29 -0
- package/lib/generated-client/models/guide-info.js +14 -0
- package/lib/generated-client/models/hardware-encoding-type.d.ts +23 -0
- package/lib/generated-client/models/hardware-encoding-type.js +29 -0
- package/lib/generated-client/models/header-match-type.d.ts +20 -0
- package/lib/generated-client/models/header-match-type.js +26 -0
- package/lib/generated-client/models/http-header-info.d.ts +36 -0
- package/lib/generated-client/models/http-header-info.js +14 -0
- package/lib/generated-client/models/ignore-wait-request-dto.d.ts +23 -0
- package/lib/generated-client/models/ignore-wait-request-dto.js +14 -0
- package/lib/generated-client/models/image-by-name-info.d.ts +47 -0
- package/lib/generated-client/models/image-by-name-info.js +14 -0
- package/lib/generated-client/models/image-format.d.ts +22 -0
- package/lib/generated-client/models/image-format.js +28 -0
- package/lib/generated-client/models/image-info.d.ts +66 -0
- package/lib/generated-client/models/image-info.js +14 -0
- package/lib/generated-client/models/image-option.d.ts +36 -0
- package/lib/generated-client/models/image-option.js +14 -0
- package/lib/generated-client/models/image-orientation.d.ts +25 -0
- package/lib/generated-client/models/image-orientation.js +31 -0
- package/lib/generated-client/models/image-provider-info.d.ts +30 -0
- package/lib/generated-client/models/image-provider-info.js +14 -0
- package/lib/generated-client/models/image-saving-convention.d.ts +19 -0
- package/lib/generated-client/models/image-saving-convention.js +25 -0
- package/lib/generated-client/models/image-type.d.ts +30 -0
- package/lib/generated-client/models/image-type.js +36 -0
- package/lib/generated-client/models/index.d.ts +284 -0
- package/lib/generated-client/models/index.js +300 -0
- package/lib/generated-client/models/installation-info.d.ts +60 -0
- package/lib/generated-client/models/installation-info.js +14 -0
- package/lib/generated-client/models/iplugin.d.ts +59 -0
- package/lib/generated-client/models/iplugin.js +14 -0
- package/lib/generated-client/models/iso-type.d.ts +19 -0
- package/lib/generated-client/models/iso-type.js +25 -0
- package/lib/generated-client/models/item-counts.d.ts +89 -0
- package/lib/generated-client/models/item-counts.js +14 -0
- package/lib/generated-client/models/item-fields.d.ts +78 -0
- package/lib/generated-client/models/item-fields.js +84 -0
- package/lib/generated-client/models/item-filter.d.ts +26 -0
- package/lib/generated-client/models/item-filter.js +32 -0
- package/lib/generated-client/models/join-group-request-dto.d.ts +23 -0
- package/lib/generated-client/models/join-group-request-dto.js +14 -0
- package/lib/generated-client/models/keep-until.d.ts +21 -0
- package/lib/generated-client/models/keep-until.js +27 -0
- package/lib/generated-client/models/library-option-info-dto.d.ts +29 -0
- package/lib/generated-client/models/library-option-info-dto.js +14 -0
- package/lib/generated-client/models/library-options-result-dto.d.ts +43 -0
- package/lib/generated-client/models/library-options-result-dto.js +14 -0
- package/lib/generated-client/models/library-options.d.ts +183 -0
- package/lib/generated-client/models/library-options.js +14 -0
- package/lib/generated-client/models/library-type-options-dto.d.ts +50 -0
- package/lib/generated-client/models/library-type-options-dto.js +14 -0
- package/lib/generated-client/models/library-update-info.d.ts +59 -0
- package/lib/generated-client/models/library-update-info.js +14 -0
- package/lib/generated-client/models/listings-provider-info.d.ts +126 -0
- package/lib/generated-client/models/listings-provider-info.js +14 -0
- package/lib/generated-client/models/live-stream-response.d.ts +24 -0
- package/lib/generated-client/models/live-stream-response.js +14 -0
- package/lib/generated-client/models/live-tv-info.d.ts +36 -0
- package/lib/generated-client/models/live-tv-info.js +14 -0
- package/lib/generated-client/models/live-tv-options.d.ts +97 -0
- package/lib/generated-client/models/live-tv-options.js +14 -0
- package/lib/generated-client/models/live-tv-service-info.d.ts +66 -0
- package/lib/generated-client/models/live-tv-service-info.js +14 -0
- package/lib/generated-client/models/live-tv-service-status.d.ts +19 -0
- package/lib/generated-client/models/live-tv-service-status.js +25 -0
- package/lib/generated-client/models/localization-option.d.ts +29 -0
- package/lib/generated-client/models/localization-option.js +14 -0
- package/lib/generated-client/models/location-type.d.ts +21 -0
- package/lib/generated-client/models/location-type.js +27 -0
- package/lib/generated-client/models/log-file.d.ts +41 -0
- package/lib/generated-client/models/log-file.js +14 -0
- package/lib/generated-client/models/log-level.d.ts +24 -0
- package/lib/generated-client/models/log-level.js +30 -0
- package/lib/generated-client/models/media-attachment.d.ts +59 -0
- package/lib/generated-client/models/media-attachment.js +14 -0
- package/lib/generated-client/models/media-encoder-path-dto.d.ts +29 -0
- package/lib/generated-client/models/media-encoder-path-dto.js +14 -0
- package/lib/generated-client/models/media-path-dto.d.ts +36 -0
- package/lib/generated-client/models/media-path-dto.js +14 -0
- package/lib/generated-client/models/media-path-info.d.ts +29 -0
- package/lib/generated-client/models/media-path-info.js +14 -0
- package/lib/generated-client/models/media-protocol.d.ts +24 -0
- package/lib/generated-client/models/media-protocol.js +30 -0
- package/lib/generated-client/models/media-source-info.d.ts +279 -0
- package/lib/generated-client/models/media-source-info.js +14 -0
- package/lib/generated-client/models/media-source-type.d.ts +20 -0
- package/lib/generated-client/models/media-source-type.js +26 -0
- package/lib/generated-client/models/media-stream-type.d.ts +21 -0
- package/lib/generated-client/models/media-stream-type.js +27 -0
- package/lib/generated-client/models/media-stream.d.ts +367 -0
- package/lib/generated-client/models/media-stream.js +14 -0
- package/lib/generated-client/models/media-update-info-dto.d.ts +24 -0
- package/lib/generated-client/models/media-update-info-dto.js +14 -0
- package/lib/generated-client/models/media-update-info-path-dto.d.ts +29 -0
- package/lib/generated-client/models/media-update-info-path-dto.js +14 -0
- package/lib/generated-client/models/media-url.d.ts +29 -0
- package/lib/generated-client/models/media-url.js +14 -0
- package/lib/generated-client/models/message-command.d.ts +35 -0
- package/lib/generated-client/models/message-command.js +14 -0
- package/lib/generated-client/models/metadata-configuration.d.ts +23 -0
- package/lib/generated-client/models/metadata-configuration.js +14 -0
- package/lib/generated-client/models/metadata-editor-info.d.ts +58 -0
- package/lib/generated-client/models/metadata-editor-info.js +14 -0
- package/lib/generated-client/models/metadata-field.d.ts +26 -0
- package/lib/generated-client/models/metadata-field.js +32 -0
- package/lib/generated-client/models/metadata-options.d.ts +59 -0
- package/lib/generated-client/models/metadata-options.js +14 -0
- package/lib/generated-client/models/metadata-refresh-mode.d.ts +21 -0
- package/lib/generated-client/models/metadata-refresh-mode.js +27 -0
- package/lib/generated-client/models/move-playlist-item-request-dto.d.ts +29 -0
- package/lib/generated-client/models/move-playlist-item-request-dto.js +14 -0
- package/lib/generated-client/models/movie-info-remote-search-query.d.ts +42 -0
- package/lib/generated-client/models/movie-info-remote-search-query.js +14 -0
- package/lib/generated-client/models/movie-info.d.ts +85 -0
- package/lib/generated-client/models/movie-info.js +14 -0
- package/lib/generated-client/models/music-video-info-remote-search-query.d.ts +42 -0
- package/lib/generated-client/models/music-video-info-remote-search-query.js +14 -0
- package/lib/generated-client/models/music-video-info.d.ts +91 -0
- package/lib/generated-client/models/music-video-info.js +14 -0
- package/lib/generated-client/models/name-guid-pair.d.ts +29 -0
- package/lib/generated-client/models/name-guid-pair.js +14 -0
- package/lib/generated-client/models/name-id-pair.d.ts +29 -0
- package/lib/generated-client/models/name-id-pair.js +14 -0
- package/lib/generated-client/models/name-value-pair.d.ts +29 -0
- package/lib/generated-client/models/name-value-pair.js +14 -0
- package/lib/generated-client/models/network-configuration.d.ts +221 -0
- package/lib/generated-client/models/network-configuration.js +14 -0
- package/lib/generated-client/models/new-group-request-dto.d.ts +23 -0
- package/lib/generated-client/models/new-group-request-dto.js +14 -0
- package/lib/generated-client/models/next-item-request-dto.d.ts +23 -0
- package/lib/generated-client/models/next-item-request-dto.js +14 -0
- package/lib/generated-client/models/notification-dto.d.ts +66 -0
- package/lib/generated-client/models/notification-dto.js +14 -0
- package/lib/generated-client/models/notification-level.d.ts +20 -0
- package/lib/generated-client/models/notification-level.js +26 -0
- package/lib/generated-client/models/notification-option.d.ts +54 -0
- package/lib/generated-client/models/notification-option.js +14 -0
- package/lib/generated-client/models/notification-options.d.ts +24 -0
- package/lib/generated-client/models/notification-options.js +14 -0
- package/lib/generated-client/models/notification-result-dto.d.ts +30 -0
- package/lib/generated-client/models/notification-result-dto.js +14 -0
- package/lib/generated-client/models/notification-type-info.d.ts +47 -0
- package/lib/generated-client/models/notification-type-info.js +14 -0
- package/lib/generated-client/models/notifications-summary-dto.d.ts +30 -0
- package/lib/generated-client/models/notifications-summary-dto.js +14 -0
- package/lib/generated-client/models/object-group-update.d.ts +36 -0
- package/lib/generated-client/models/object-group-update.js +14 -0
- package/lib/generated-client/models/open-live-stream-dto.d.ts +97 -0
- package/lib/generated-client/models/open-live-stream-dto.js +14 -0
- package/lib/generated-client/models/package-info.d.ts +66 -0
- package/lib/generated-client/models/package-info.js +14 -0
- package/lib/generated-client/models/parental-rating.d.ts +29 -0
- package/lib/generated-client/models/parental-rating.js +14 -0
- package/lib/generated-client/models/path-substitution.d.ts +29 -0
- package/lib/generated-client/models/path-substitution.js +14 -0
- package/lib/generated-client/models/person-lookup-info-remote-search-query.d.ts +42 -0
- package/lib/generated-client/models/person-lookup-info-remote-search-query.js +14 -0
- package/lib/generated-client/models/person-lookup-info.d.ts +85 -0
- package/lib/generated-client/models/person-lookup-info.js +14 -0
- package/lib/generated-client/models/pin-redeem-result.d.ts +29 -0
- package/lib/generated-client/models/pin-redeem-result.js +14 -0
- package/lib/generated-client/models/ping-request-dto.d.ts +23 -0
- package/lib/generated-client/models/ping-request-dto.js +14 -0
- package/lib/generated-client/models/play-access.d.ts +19 -0
- package/lib/generated-client/models/play-access.js +25 -0
- package/lib/generated-client/models/play-command.d.ts +22 -0
- package/lib/generated-client/models/play-command.js +28 -0
- package/lib/generated-client/models/play-method.d.ts +20 -0
- package/lib/generated-client/models/play-method.js +26 -0
- package/lib/generated-client/models/play-request-dto.d.ts +35 -0
- package/lib/generated-client/models/play-request-dto.js +14 -0
- package/lib/generated-client/models/play-request.d.ts +66 -0
- package/lib/generated-client/models/play-request.js +14 -0
- package/lib/generated-client/models/playback-error-code.d.ts +20 -0
- package/lib/generated-client/models/playback-error-code.js +26 -0
- package/lib/generated-client/models/playback-info-dto.d.ts +108 -0
- package/lib/generated-client/models/playback-info-dto.js +14 -0
- package/lib/generated-client/models/playback-info-response.d.ts +37 -0
- package/lib/generated-client/models/playback-info-response.js +14 -0
- package/lib/generated-client/models/playback-progress-info.d.ts +141 -0
- package/lib/generated-client/models/playback-progress-info.js +14 -0
- package/lib/generated-client/models/playback-start-info.d.ts +141 -0
- package/lib/generated-client/models/playback-start-info.js +14 -0
- package/lib/generated-client/models/playback-stop-info.d.ts +85 -0
- package/lib/generated-client/models/playback-stop-info.js +14 -0
- package/lib/generated-client/models/player-state-info.d.ts +85 -0
- package/lib/generated-client/models/player-state-info.js +14 -0
- package/lib/generated-client/models/playlist-creation-result.d.ts +23 -0
- package/lib/generated-client/models/playlist-creation-result.js +14 -0
- package/lib/generated-client/models/playstate-command.d.ts +26 -0
- package/lib/generated-client/models/playstate-command.js +32 -0
- package/lib/generated-client/models/playstate-request.d.ts +36 -0
- package/lib/generated-client/models/playstate-request.js +14 -0
- package/lib/generated-client/models/plugin-info.d.ts +66 -0
- package/lib/generated-client/models/plugin-info.js +14 -0
- package/lib/generated-client/models/plugin-status.d.ts +24 -0
- package/lib/generated-client/models/plugin-status.js +30 -0
- package/lib/generated-client/models/previous-item-request-dto.d.ts +23 -0
- package/lib/generated-client/models/previous-item-request-dto.js +14 -0
- package/lib/generated-client/models/problem-details.d.ts +48 -0
- package/lib/generated-client/models/problem-details.js +14 -0
- package/lib/generated-client/models/profile-condition-type.d.ts +22 -0
- package/lib/generated-client/models/profile-condition-type.js +28 -0
- package/lib/generated-client/models/profile-condition-value.d.ts +41 -0
- package/lib/generated-client/models/profile-condition-value.js +47 -0
- package/lib/generated-client/models/profile-condition.d.ts +43 -0
- package/lib/generated-client/models/profile-condition.js +14 -0
- package/lib/generated-client/models/program-audio.d.ts +23 -0
- package/lib/generated-client/models/program-audio.js +29 -0
- package/lib/generated-client/models/public-system-info.d.ts +59 -0
- package/lib/generated-client/models/public-system-info.js +14 -0
- package/lib/generated-client/models/query-filters-legacy.d.ts +41 -0
- package/lib/generated-client/models/query-filters-legacy.js +14 -0
- package/lib/generated-client/models/query-filters.d.ts +30 -0
- package/lib/generated-client/models/query-filters.js +14 -0
- package/lib/generated-client/models/queue-item.d.ts +29 -0
- package/lib/generated-client/models/queue-item.js +14 -0
- package/lib/generated-client/models/queue-request-dto.d.ts +30 -0
- package/lib/generated-client/models/queue-request-dto.js +14 -0
- package/lib/generated-client/models/quick-connect-dto.d.ts +23 -0
- package/lib/generated-client/models/quick-connect-dto.js +14 -0
- package/lib/generated-client/models/quick-connect-result.d.ts +65 -0
- package/lib/generated-client/models/quick-connect-result.js +14 -0
- package/lib/generated-client/models/rating-type.d.ts +19 -0
- package/lib/generated-client/models/rating-type.js +25 -0
- package/lib/generated-client/models/ready-request-dto.d.ts +41 -0
- package/lib/generated-client/models/ready-request-dto.js +14 -0
- package/lib/generated-client/models/recommendation-dto.d.ts +43 -0
- package/lib/generated-client/models/recommendation-dto.js +14 -0
- package/lib/generated-client/models/recommendation-type.d.ts +23 -0
- package/lib/generated-client/models/recommendation-type.js +29 -0
- package/lib/generated-client/models/recording-status.d.ts +24 -0
- package/lib/generated-client/models/recording-status.js +30 -0
- package/lib/generated-client/models/remote-image-info.d.ts +79 -0
- package/lib/generated-client/models/remote-image-info.js +14 -0
- package/lib/generated-client/models/remote-image-result.d.ts +36 -0
- package/lib/generated-client/models/remote-image-result.js +14 -0
- package/lib/generated-client/models/remote-search-result.d.ts +91 -0
- package/lib/generated-client/models/remote-search-result.js +14 -0
- package/lib/generated-client/models/remote-subtitle-info.d.ts +83 -0
- package/lib/generated-client/models/remote-subtitle-info.js +14 -0
- package/lib/generated-client/models/remove-from-playlist-request-dto.d.ts +35 -0
- package/lib/generated-client/models/remove-from-playlist-request-dto.js +14 -0
- package/lib/generated-client/models/repeat-mode.d.ts +20 -0
- package/lib/generated-client/models/repeat-mode.js +26 -0
- package/lib/generated-client/models/repository-info.d.ts +35 -0
- package/lib/generated-client/models/repository-info.js +14 -0
- package/lib/generated-client/models/response-profile.d.ts +61 -0
- package/lib/generated-client/models/response-profile.js +14 -0
- package/lib/generated-client/models/scroll-direction.d.ts +19 -0
- package/lib/generated-client/models/scroll-direction.js +25 -0
- package/lib/generated-client/models/search-hint-result.d.ts +30 -0
- package/lib/generated-client/models/search-hint-result.js +14 -0
- package/lib/generated-client/models/search-hint.d.ts +191 -0
- package/lib/generated-client/models/search-hint.js +14 -0
- package/lib/generated-client/models/seek-request-dto.d.ts +23 -0
- package/lib/generated-client/models/seek-request-dto.js +14 -0
- package/lib/generated-client/models/send-command-type.d.ts +21 -0
- package/lib/generated-client/models/send-command-type.js +27 -0
- package/lib/generated-client/models/send-command.d.ts +54 -0
- package/lib/generated-client/models/send-command.js +14 -0
- package/lib/generated-client/models/send-to-user-type.d.ts +20 -0
- package/lib/generated-client/models/send-to-user-type.js +26 -0
- package/lib/generated-client/models/series-info-remote-search-query.d.ts +42 -0
- package/lib/generated-client/models/series-info-remote-search-query.js +14 -0
- package/lib/generated-client/models/series-info.d.ts +85 -0
- package/lib/generated-client/models/series-info.js +14 -0
- package/lib/generated-client/models/series-status.d.ts +19 -0
- package/lib/generated-client/models/series-status.js +25 -0
- package/lib/generated-client/models/series-timer-info-dto-query-result.d.ts +36 -0
- package/lib/generated-client/models/series-timer-info-dto-query-result.js +14 -0
- package/lib/generated-client/models/series-timer-info-dto.d.ts +232 -0
- package/lib/generated-client/models/series-timer-info-dto.js +14 -0
- package/lib/generated-client/models/server-configuration.d.ts +310 -0
- package/lib/generated-client/models/server-configuration.js +14 -0
- package/lib/generated-client/models/server-discovery-info.d.ts +41 -0
- package/lib/generated-client/models/server-discovery-info.js +14 -0
- package/lib/generated-client/models/session-info.d.ts +199 -0
- package/lib/generated-client/models/session-info.js +14 -0
- package/lib/generated-client/models/session-message-type.d.ts +51 -0
- package/lib/generated-client/models/session-message-type.js +57 -0
- package/lib/generated-client/models/session-user-info.d.ts +29 -0
- package/lib/generated-client/models/session-user-info.js +14 -0
- package/lib/generated-client/models/set-channel-mapping-dto.d.ts +35 -0
- package/lib/generated-client/models/set-channel-mapping-dto.js +14 -0
- package/lib/generated-client/models/set-playlist-item-request-dto.d.ts +23 -0
- package/lib/generated-client/models/set-playlist-item-request-dto.js +14 -0
- package/lib/generated-client/models/set-repeat-mode-request-dto.d.ts +24 -0
- package/lib/generated-client/models/set-repeat-mode-request-dto.js +14 -0
- package/lib/generated-client/models/set-shuffle-mode-request-dto.d.ts +24 -0
- package/lib/generated-client/models/set-shuffle-mode-request-dto.js +14 -0
- package/lib/generated-client/models/song-info.d.ts +103 -0
- package/lib/generated-client/models/song-info.js +14 -0
- package/lib/generated-client/models/sort-order.d.ts +19 -0
- package/lib/generated-client/models/sort-order.js +25 -0
- package/lib/generated-client/models/special-view-option-dto.d.ts +29 -0
- package/lib/generated-client/models/special-view-option-dto.js +14 -0
- package/lib/generated-client/models/startup-configuration-dto.d.ts +35 -0
- package/lib/generated-client/models/startup-configuration-dto.js +14 -0
- package/lib/generated-client/models/startup-remote-access-dto.d.ts +29 -0
- package/lib/generated-client/models/startup-remote-access-dto.js +14 -0
- package/lib/generated-client/models/startup-user-dto.d.ts +29 -0
- package/lib/generated-client/models/startup-user-dto.js +14 -0
- package/lib/generated-client/models/subtitle-delivery-method.d.ts +22 -0
- package/lib/generated-client/models/subtitle-delivery-method.js +28 -0
- package/lib/generated-client/models/subtitle-options.d.ts +71 -0
- package/lib/generated-client/models/subtitle-options.js +14 -0
- package/lib/generated-client/models/subtitle-playback-mode.d.ts +22 -0
- package/lib/generated-client/models/subtitle-playback-mode.js +28 -0
- package/lib/generated-client/models/subtitle-profile.d.ts +48 -0
- package/lib/generated-client/models/subtitle-profile.js +14 -0
- package/lib/generated-client/models/sync-play-user-access-type.d.ts +20 -0
- package/lib/generated-client/models/sync-play-user-access-type.js +26 -0
- package/lib/generated-client/models/system-info.d.ts +177 -0
- package/lib/generated-client/models/system-info.js +14 -0
- package/lib/generated-client/models/task-completion-status.d.ts +21 -0
- package/lib/generated-client/models/task-completion-status.js +27 -0
- package/lib/generated-client/models/task-info.d.ts +80 -0
- package/lib/generated-client/models/task-info.js +14 -0
- package/lib/generated-client/models/task-result.d.ts +66 -0
- package/lib/generated-client/models/task-result.js +14 -0
- package/lib/generated-client/models/task-state.d.ts +20 -0
- package/lib/generated-client/models/task-state.js +26 -0
- package/lib/generated-client/models/task-trigger-info.d.ts +48 -0
- package/lib/generated-client/models/task-trigger-info.js +14 -0
- package/lib/generated-client/models/theme-media-result.d.ts +42 -0
- package/lib/generated-client/models/theme-media-result.js +14 -0
- package/lib/generated-client/models/timer-event-info.d.ts +29 -0
- package/lib/generated-client/models/timer-event-info.js +14 -0
- package/lib/generated-client/models/timer-info-dto-query-result.d.ts +36 -0
- package/lib/generated-client/models/timer-info-dto-query-result.js +14 -0
- package/lib/generated-client/models/timer-info-dto.d.ts +188 -0
- package/lib/generated-client/models/timer-info-dto.js +14 -0
- package/lib/generated-client/models/trailer-info-remote-search-query.d.ts +42 -0
- package/lib/generated-client/models/trailer-info-remote-search-query.js +14 -0
- package/lib/generated-client/models/trailer-info.d.ts +85 -0
- package/lib/generated-client/models/trailer-info.js +14 -0
- package/lib/generated-client/models/transcode-seek-info.d.ts +19 -0
- package/lib/generated-client/models/transcode-seek-info.js +25 -0
- package/lib/generated-client/models/transcoding-info.d.ts +127 -0
- package/lib/generated-client/models/transcoding-info.js +47 -0
- package/lib/generated-client/models/transcoding-profile.d.ts +117 -0
- package/lib/generated-client/models/transcoding-profile.js +14 -0
- package/lib/generated-client/models/transport-stream-timestamp.d.ts +20 -0
- package/lib/generated-client/models/transport-stream-timestamp.js +26 -0
- package/lib/generated-client/models/tuner-channel-mapping.d.ts +41 -0
- package/lib/generated-client/models/tuner-channel-mapping.js +14 -0
- package/lib/generated-client/models/tuner-host-info.d.ts +83 -0
- package/lib/generated-client/models/tuner-host-info.js +14 -0
- package/lib/generated-client/models/type-options.d.ts +54 -0
- package/lib/generated-client/models/type-options.js +14 -0
- package/lib/generated-client/models/unrated-item.d.ts +26 -0
- package/lib/generated-client/models/unrated-item.js +32 -0
- package/lib/generated-client/models/update-library-options-dto.d.ts +30 -0
- package/lib/generated-client/models/update-library-options-dto.js +14 -0
- package/lib/generated-client/models/update-media-path-request-dto.d.ts +30 -0
- package/lib/generated-client/models/update-media-path-request-dto.js +14 -0
- package/lib/generated-client/models/update-user-easy-password.d.ts +35 -0
- package/lib/generated-client/models/update-user-easy-password.js +14 -0
- package/lib/generated-client/models/update-user-password.d.ts +41 -0
- package/lib/generated-client/models/update-user-password.js +14 -0
- package/lib/generated-client/models/upload-subtitle-dto.d.ts +41 -0
- package/lib/generated-client/models/upload-subtitle-dto.js +14 -0
- package/lib/generated-client/models/user-configuration.d.ts +108 -0
- package/lib/generated-client/models/user-configuration.js +14 -0
- package/lib/generated-client/models/user-dto.d.ts +103 -0
- package/lib/generated-client/models/user-dto.js +14 -0
- package/lib/generated-client/models/user-item-data-dto.d.ts +83 -0
- package/lib/generated-client/models/user-item-data-dto.js +14 -0
- package/lib/generated-client/models/user-policy.d.ts +254 -0
- package/lib/generated-client/models/user-policy.js +14 -0
- package/lib/generated-client/models/utc-time-response.d.ts +29 -0
- package/lib/generated-client/models/utc-time-response.js +14 -0
- package/lib/generated-client/models/validate-path-dto.d.ts +35 -0
- package/lib/generated-client/models/validate-path-dto.js +14 -0
- package/lib/generated-client/models/version-info.d.ts +71 -0
- package/lib/generated-client/models/version-info.js +14 -0
- package/lib/generated-client/models/video-type.d.ts +21 -0
- package/lib/generated-client/models/video-type.js +27 -0
- package/lib/generated-client/models/video3-dformat.d.ts +22 -0
- package/lib/generated-client/models/video3-dformat.js +28 -0
- package/lib/generated-client/models/virtual-folder-info.d.ts +67 -0
- package/lib/generated-client/models/virtual-folder-info.js +14 -0
- package/lib/generated-client/models/wake-on-lan-info.d.ts +29 -0
- package/lib/generated-client/models/wake-on-lan-info.js +14 -0
- package/lib/generated-client/models/xbmc-metadata-options.d.ts +47 -0
- package/lib/generated-client/models/xbmc-metadata-options.js +14 -0
- package/lib/generated-client/models/xml-attribute.d.ts +29 -0
- package/lib/generated-client/models/xml-attribute.js +14 -0
- package/lib/index.d.ts +10 -0
- package/lib/index.js +39 -0
- package/lib/jellyfin.d.ts +33 -0
- package/lib/jellyfin.js +34 -0
- package/lib/models/api/image-request-parameters.d.ts +29 -0
- package/lib/models/api/image-request-parameters.js +7 -0
- package/lib/models/api/index.d.ts +7 -0
- package/lib/models/api/index.js +23 -0
- package/lib/models/api/item-sort-by.d.ts +40 -0
- package/lib/models/api/item-sort-by.js +44 -0
- package/lib/models/client-info.d.ts +12 -0
- package/lib/models/client-info.js +7 -0
- package/lib/models/device-info.d.ts +12 -0
- package/lib/models/device-info.js +7 -0
- package/lib/models/index.d.ts +9 -0
- package/lib/models/index.js +25 -0
- package/lib/models/recommended-server-info.d.ts +22 -0
- package/lib/models/recommended-server-info.js +16 -0
- package/lib/models/recommended-server-issue.d.ts +48 -0
- package/lib/models/recommended-server-issue.js +103 -0
- package/lib/utils/address-candidates.d.ts +16 -0
- package/lib/utils/address-candidates.js +85 -0
- package/lib/utils/api/activity-log-api.d.ts +8 -0
- package/lib/utils/api/activity-log-api.js +13 -0
- package/lib/utils/api/api-key-api.d.ts +8 -0
- package/lib/utils/api/api-key-api.js +13 -0
- package/lib/utils/api/artists-api.d.ts +8 -0
- package/lib/utils/api/artists-api.js +13 -0
- package/lib/utils/api/audio-api.d.ts +8 -0
- package/lib/utils/api/audio-api.js +13 -0
- package/lib/utils/api/branding-api.d.ts +8 -0
- package/lib/utils/api/branding-api.js +13 -0
- package/lib/utils/api/channels-api.d.ts +8 -0
- package/lib/utils/api/channels-api.js +13 -0
- package/lib/utils/api/client-log-api.d.ts +8 -0
- package/lib/utils/api/client-log-api.js +13 -0
- package/lib/utils/api/collection-api.d.ts +8 -0
- package/lib/utils/api/collection-api.js +13 -0
- package/lib/utils/api/configuration-api.d.ts +8 -0
- package/lib/utils/api/configuration-api.js +13 -0
- package/lib/utils/api/dashboard-api.d.ts +8 -0
- package/lib/utils/api/dashboard-api.js +13 -0
- package/lib/utils/api/devices-api.d.ts +8 -0
- package/lib/utils/api/devices-api.js +13 -0
- package/lib/utils/api/display-preferences-api.d.ts +8 -0
- package/lib/utils/api/display-preferences-api.js +13 -0
- package/lib/utils/api/dlna-api.d.ts +8 -0
- package/lib/utils/api/dlna-api.js +13 -0
- package/lib/utils/api/dlna-server-api.d.ts +8 -0
- package/lib/utils/api/dlna-server-api.js +13 -0
- package/lib/utils/api/dynamic-hls-api.d.ts +8 -0
- package/lib/utils/api/dynamic-hls-api.js +13 -0
- package/lib/utils/api/environment-api.d.ts +8 -0
- package/lib/utils/api/environment-api.js +13 -0
- package/lib/utils/api/filter-api.d.ts +8 -0
- package/lib/utils/api/filter-api.js +13 -0
- package/lib/utils/api/genres-api.d.ts +8 -0
- package/lib/utils/api/genres-api.js +13 -0
- package/lib/utils/api/hls-segment-api.d.ts +8 -0
- package/lib/utils/api/hls-segment-api.js +13 -0
- package/lib/utils/api/image-api.d.ts +8 -0
- package/lib/utils/api/image-api.js +13 -0
- package/lib/utils/api/image-by-name-api.d.ts +8 -0
- package/lib/utils/api/image-by-name-api.js +13 -0
- package/lib/utils/api/instant-mix-api.d.ts +8 -0
- package/lib/utils/api/instant-mix-api.js +13 -0
- package/lib/utils/api/item-lookup-api.d.ts +8 -0
- package/lib/utils/api/item-lookup-api.js +13 -0
- package/lib/utils/api/item-refresh-api.d.ts +8 -0
- package/lib/utils/api/item-refresh-api.js +13 -0
- package/lib/utils/api/item-update-api.d.ts +8 -0
- package/lib/utils/api/item-update-api.js +13 -0
- package/lib/utils/api/items-api.d.ts +8 -0
- package/lib/utils/api/items-api.js +13 -0
- package/lib/utils/api/library-api.d.ts +8 -0
- package/lib/utils/api/library-api.js +13 -0
- package/lib/utils/api/library-structure-api.d.ts +8 -0
- package/lib/utils/api/library-structure-api.js +13 -0
- package/lib/utils/api/live-tv-api.d.ts +8 -0
- package/lib/utils/api/live-tv-api.js +13 -0
- package/lib/utils/api/localization-api.d.ts +8 -0
- package/lib/utils/api/localization-api.js +13 -0
- package/lib/utils/api/media-info-api.d.ts +8 -0
- package/lib/utils/api/media-info-api.js +13 -0
- package/lib/utils/api/movies-api.d.ts +8 -0
- package/lib/utils/api/movies-api.js +13 -0
- package/lib/utils/api/music-genres-api.d.ts +8 -0
- package/lib/utils/api/music-genres-api.js +13 -0
- package/lib/utils/api/notifications-api.d.ts +8 -0
- package/lib/utils/api/notifications-api.js +13 -0
- package/lib/utils/api/package-api.d.ts +8 -0
- package/lib/utils/api/package-api.js +13 -0
- package/lib/utils/api/persons-api.d.ts +8 -0
- package/lib/utils/api/persons-api.js +13 -0
- package/lib/utils/api/playlists-api.d.ts +8 -0
- package/lib/utils/api/playlists-api.js +13 -0
- package/lib/utils/api/playstate-api.d.ts +8 -0
- package/lib/utils/api/playstate-api.js +13 -0
- package/lib/utils/api/plugins-api.d.ts +8 -0
- package/lib/utils/api/plugins-api.js +13 -0
- package/lib/utils/api/quick-connect-api.d.ts +8 -0
- package/lib/utils/api/quick-connect-api.js +13 -0
- package/lib/utils/api/remote-image-api.d.ts +8 -0
- package/lib/utils/api/remote-image-api.js +13 -0
- package/lib/utils/api/scheduled-tasks-api.d.ts +8 -0
- package/lib/utils/api/scheduled-tasks-api.js +13 -0
- package/lib/utils/api/search-api.d.ts +8 -0
- package/lib/utils/api/search-api.js +13 -0
- package/lib/utils/api/session-api.d.ts +8 -0
- package/lib/utils/api/session-api.js +13 -0
- package/lib/utils/api/startup-api.d.ts +8 -0
- package/lib/utils/api/startup-api.js +13 -0
- package/lib/utils/api/studios-api.d.ts +8 -0
- package/lib/utils/api/studios-api.js +13 -0
- package/lib/utils/api/subtitle-api.d.ts +8 -0
- package/lib/utils/api/subtitle-api.js +13 -0
- package/lib/utils/api/suggestions-api.d.ts +8 -0
- package/lib/utils/api/suggestions-api.js +13 -0
- package/lib/utils/api/sync-play-api.d.ts +8 -0
- package/lib/utils/api/sync-play-api.js +13 -0
- package/lib/utils/api/system-api.d.ts +8 -0
- package/lib/utils/api/system-api.js +13 -0
- package/lib/utils/api/time-sync-api.d.ts +8 -0
- package/lib/utils/api/time-sync-api.js +13 -0
- package/lib/utils/api/tmdb-api.d.ts +8 -0
- package/lib/utils/api/tmdb-api.js +13 -0
- package/lib/utils/api/trailers-api.d.ts +8 -0
- package/lib/utils/api/trailers-api.js +13 -0
- package/lib/utils/api/tv-shows-api.d.ts +8 -0
- package/lib/utils/api/tv-shows-api.js +13 -0
- package/lib/utils/api/universal-audio-api.d.ts +8 -0
- package/lib/utils/api/universal-audio-api.js +13 -0
- package/lib/utils/api/user-api.d.ts +8 -0
- package/lib/utils/api/user-api.js +13 -0
- package/lib/utils/api/user-library-api.d.ts +8 -0
- package/lib/utils/api/user-library-api.js +13 -0
- package/lib/utils/api/user-views-api.d.ts +8 -0
- package/lib/utils/api/user-views-api.js +13 -0
- package/lib/utils/api/video-attachments-api.d.ts +8 -0
- package/lib/utils/api/video-attachments-api.js +13 -0
- package/lib/utils/api/videos-api.d.ts +8 -0
- package/lib/utils/api/videos-api.js +13 -0
- package/lib/utils/api/years-api.d.ts +8 -0
- package/lib/utils/api/years-api.js +13 -0
- package/lib/utils/authentication.d.ts +10 -0
- package/lib/utils/authentication.js +18 -0
- package/lib/utils/browser-profiles.d.ts +25 -0
- package/lib/utils/browser-profiles.js +44 -0
- package/lib/utils/index.d.ts +9 -0
- package/lib/utils/index.js +25 -0
- package/lib/utils/normalize-url.d.ts +20 -0
- package/lib/utils/normalize-url.js +96 -0
- package/lib/utils/url.d.ts +31 -0
- package/lib/utils/url.js +54 -0
- package/openapi-templates/licenseInfo.mustache +10 -0
- package/package.json +46 -0
- package/tsconfig.json +25 -0
|
@@ -0,0 +1,1482 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3
|
+
* Do not edit the class manually.
|
|
4
|
+
*
|
|
5
|
+
* Jellyfin API
|
|
6
|
+
*
|
|
7
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
8
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
|
+
*/
|
|
11
|
+
import { AxiosPromise, AxiosInstance } from 'axios';
|
|
12
|
+
import { Configuration } from '../configuration';
|
|
13
|
+
import { RequestArgs, BaseAPI } from '../base';
|
|
14
|
+
import { AllThemeMediaResult } from '../models';
|
|
15
|
+
import { BaseItemDto } from '../models';
|
|
16
|
+
import { BaseItemDtoQueryResult } from '../models';
|
|
17
|
+
import { ItemCounts } from '../models';
|
|
18
|
+
import { ItemFields } from '../models';
|
|
19
|
+
import { LibraryOptionsResultDto } from '../models';
|
|
20
|
+
import { MediaUpdateInfoDto } from '../models';
|
|
21
|
+
import { ThemeMediaResult } from '../models';
|
|
22
|
+
/**
|
|
23
|
+
* LibraryApi - axios parameter creator
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
export declare const LibraryApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @summary Deletes an item from the library and filesystem.
|
|
30
|
+
* @param {string} itemId The item id.
|
|
31
|
+
* @param {*} [options] Override http request option.
|
|
32
|
+
* @throws {RequiredError}
|
|
33
|
+
*/
|
|
34
|
+
deleteItem: (itemId: string, options?: any) => Promise<RequestArgs>;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @summary Deletes items from the library and filesystem.
|
|
38
|
+
* @param {Array<string>} [ids] The item ids.
|
|
39
|
+
* @param {*} [options] Override http request option.
|
|
40
|
+
* @throws {RequiredError}
|
|
41
|
+
*/
|
|
42
|
+
deleteItems: (ids?: Array<string>, options?: any) => Promise<RequestArgs>;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @summary Gets all parents of an item.
|
|
46
|
+
* @param {string} itemId The item id.
|
|
47
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
48
|
+
* @param {*} [options] Override http request option.
|
|
49
|
+
* @throws {RequiredError}
|
|
50
|
+
*/
|
|
51
|
+
getAncestors: (itemId: string, userId?: string, options?: any) => Promise<RequestArgs>;
|
|
52
|
+
/**
|
|
53
|
+
*
|
|
54
|
+
* @summary Gets critic review for an item.
|
|
55
|
+
* @param {string} itemId
|
|
56
|
+
* @param {*} [options] Override http request option.
|
|
57
|
+
* @deprecated
|
|
58
|
+
* @throws {RequiredError}
|
|
59
|
+
*/
|
|
60
|
+
getCriticReviews: (itemId: string, options?: any) => Promise<RequestArgs>;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @summary Downloads item media.
|
|
64
|
+
* @param {string} itemId The item id.
|
|
65
|
+
* @param {*} [options] Override http request option.
|
|
66
|
+
* @throws {RequiredError}
|
|
67
|
+
*/
|
|
68
|
+
getDownload: (itemId: string, options?: any) => Promise<RequestArgs>;
|
|
69
|
+
/**
|
|
70
|
+
*
|
|
71
|
+
* @summary Get the original file of an item.
|
|
72
|
+
* @param {string} itemId The item id.
|
|
73
|
+
* @param {*} [options] Override http request option.
|
|
74
|
+
* @throws {RequiredError}
|
|
75
|
+
*/
|
|
76
|
+
getFile: (itemId: string, options?: any) => Promise<RequestArgs>;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @summary Get item counts.
|
|
80
|
+
* @param {string} [userId] Optional. Get counts from a specific user\'s library.
|
|
81
|
+
* @param {boolean} [isFavorite] Optional. Get counts of favorite items.
|
|
82
|
+
* @param {*} [options] Override http request option.
|
|
83
|
+
* @throws {RequiredError}
|
|
84
|
+
*/
|
|
85
|
+
getItemCounts: (userId?: string, isFavorite?: boolean, options?: any) => Promise<RequestArgs>;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @summary Gets the library options info.
|
|
89
|
+
* @param {string} [libraryContentType] Library content type.
|
|
90
|
+
* @param {boolean} [isNewLibrary] Whether this is a new library.
|
|
91
|
+
* @param {*} [options] Override http request option.
|
|
92
|
+
* @throws {RequiredError}
|
|
93
|
+
*/
|
|
94
|
+
getLibraryOptionsInfo: (libraryContentType?: string, isNewLibrary?: boolean, options?: any) => Promise<RequestArgs>;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @summary Gets all user media folders.
|
|
98
|
+
* @param {boolean} [isHidden] Optional. Filter by folders that are marked hidden, or not.
|
|
99
|
+
* @param {*} [options] Override http request option.
|
|
100
|
+
* @throws {RequiredError}
|
|
101
|
+
*/
|
|
102
|
+
getMediaFolders: (isHidden?: boolean, options?: any) => Promise<RequestArgs>;
|
|
103
|
+
/**
|
|
104
|
+
*
|
|
105
|
+
* @summary Gets a list of physical paths from virtual folders.
|
|
106
|
+
* @param {*} [options] Override http request option.
|
|
107
|
+
* @throws {RequiredError}
|
|
108
|
+
*/
|
|
109
|
+
getPhysicalPaths: (options?: any) => Promise<RequestArgs>;
|
|
110
|
+
/**
|
|
111
|
+
*
|
|
112
|
+
* @summary Gets similar items.
|
|
113
|
+
* @param {string} itemId The item id.
|
|
114
|
+
* @param {Array<string>} [excludeArtistIds] Exclude artist ids.
|
|
115
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
116
|
+
* @param {number} [limit] Optional. The maximum number of records to return.
|
|
117
|
+
* @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines, TrailerUrls.
|
|
118
|
+
* @param {*} [options] Override http request option.
|
|
119
|
+
* @throws {RequiredError}
|
|
120
|
+
*/
|
|
121
|
+
getSimilarAlbums: (itemId: string, excludeArtistIds?: Array<string>, userId?: string, limit?: number, fields?: Array<ItemFields>, options?: any) => Promise<RequestArgs>;
|
|
122
|
+
/**
|
|
123
|
+
*
|
|
124
|
+
* @summary Gets similar items.
|
|
125
|
+
* @param {string} itemId The item id.
|
|
126
|
+
* @param {Array<string>} [excludeArtistIds] Exclude artist ids.
|
|
127
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
128
|
+
* @param {number} [limit] Optional. The maximum number of records to return.
|
|
129
|
+
* @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines, TrailerUrls.
|
|
130
|
+
* @param {*} [options] Override http request option.
|
|
131
|
+
* @throws {RequiredError}
|
|
132
|
+
*/
|
|
133
|
+
getSimilarArtists: (itemId: string, excludeArtistIds?: Array<string>, userId?: string, limit?: number, fields?: Array<ItemFields>, options?: any) => Promise<RequestArgs>;
|
|
134
|
+
/**
|
|
135
|
+
*
|
|
136
|
+
* @summary Gets similar items.
|
|
137
|
+
* @param {string} itemId The item id.
|
|
138
|
+
* @param {Array<string>} [excludeArtistIds] Exclude artist ids.
|
|
139
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
140
|
+
* @param {number} [limit] Optional. The maximum number of records to return.
|
|
141
|
+
* @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines, TrailerUrls.
|
|
142
|
+
* @param {*} [options] Override http request option.
|
|
143
|
+
* @throws {RequiredError}
|
|
144
|
+
*/
|
|
145
|
+
getSimilarItems: (itemId: string, excludeArtistIds?: Array<string>, userId?: string, limit?: number, fields?: Array<ItemFields>, options?: any) => Promise<RequestArgs>;
|
|
146
|
+
/**
|
|
147
|
+
*
|
|
148
|
+
* @summary Gets similar items.
|
|
149
|
+
* @param {string} itemId The item id.
|
|
150
|
+
* @param {Array<string>} [excludeArtistIds] Exclude artist ids.
|
|
151
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
152
|
+
* @param {number} [limit] Optional. The maximum number of records to return.
|
|
153
|
+
* @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines, TrailerUrls.
|
|
154
|
+
* @param {*} [options] Override http request option.
|
|
155
|
+
* @throws {RequiredError}
|
|
156
|
+
*/
|
|
157
|
+
getSimilarMovies: (itemId: string, excludeArtistIds?: Array<string>, userId?: string, limit?: number, fields?: Array<ItemFields>, options?: any) => Promise<RequestArgs>;
|
|
158
|
+
/**
|
|
159
|
+
*
|
|
160
|
+
* @summary Gets similar items.
|
|
161
|
+
* @param {string} itemId The item id.
|
|
162
|
+
* @param {Array<string>} [excludeArtistIds] Exclude artist ids.
|
|
163
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
164
|
+
* @param {number} [limit] Optional. The maximum number of records to return.
|
|
165
|
+
* @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines, TrailerUrls.
|
|
166
|
+
* @param {*} [options] Override http request option.
|
|
167
|
+
* @throws {RequiredError}
|
|
168
|
+
*/
|
|
169
|
+
getSimilarShows: (itemId: string, excludeArtistIds?: Array<string>, userId?: string, limit?: number, fields?: Array<ItemFields>, options?: any) => Promise<RequestArgs>;
|
|
170
|
+
/**
|
|
171
|
+
*
|
|
172
|
+
* @summary Gets similar items.
|
|
173
|
+
* @param {string} itemId The item id.
|
|
174
|
+
* @param {Array<string>} [excludeArtistIds] Exclude artist ids.
|
|
175
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
176
|
+
* @param {number} [limit] Optional. The maximum number of records to return.
|
|
177
|
+
* @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines, TrailerUrls.
|
|
178
|
+
* @param {*} [options] Override http request option.
|
|
179
|
+
* @throws {RequiredError}
|
|
180
|
+
*/
|
|
181
|
+
getSimilarTrailers: (itemId: string, excludeArtistIds?: Array<string>, userId?: string, limit?: number, fields?: Array<ItemFields>, options?: any) => Promise<RequestArgs>;
|
|
182
|
+
/**
|
|
183
|
+
*
|
|
184
|
+
* @summary Get theme songs and videos for an item.
|
|
185
|
+
* @param {string} itemId The item id.
|
|
186
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
187
|
+
* @param {boolean} [inheritFromParent] Optional. Determines whether or not parent items should be searched for theme media.
|
|
188
|
+
* @param {*} [options] Override http request option.
|
|
189
|
+
* @throws {RequiredError}
|
|
190
|
+
*/
|
|
191
|
+
getThemeMedia: (itemId: string, userId?: string, inheritFromParent?: boolean, options?: any) => Promise<RequestArgs>;
|
|
192
|
+
/**
|
|
193
|
+
*
|
|
194
|
+
* @summary Get theme songs for an item.
|
|
195
|
+
* @param {string} itemId The item id.
|
|
196
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
197
|
+
* @param {boolean} [inheritFromParent] Optional. Determines whether or not parent items should be searched for theme media.
|
|
198
|
+
* @param {*} [options] Override http request option.
|
|
199
|
+
* @throws {RequiredError}
|
|
200
|
+
*/
|
|
201
|
+
getThemeSongs: (itemId: string, userId?: string, inheritFromParent?: boolean, options?: any) => Promise<RequestArgs>;
|
|
202
|
+
/**
|
|
203
|
+
*
|
|
204
|
+
* @summary Get theme videos for an item.
|
|
205
|
+
* @param {string} itemId The item id.
|
|
206
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
207
|
+
* @param {boolean} [inheritFromParent] Optional. Determines whether or not parent items should be searched for theme media.
|
|
208
|
+
* @param {*} [options] Override http request option.
|
|
209
|
+
* @throws {RequiredError}
|
|
210
|
+
*/
|
|
211
|
+
getThemeVideos: (itemId: string, userId?: string, inheritFromParent?: boolean, options?: any) => Promise<RequestArgs>;
|
|
212
|
+
/**
|
|
213
|
+
*
|
|
214
|
+
* @summary Reports that new movies have been added by an external source.
|
|
215
|
+
* @param {string} [tmdbId] The tmdbId.
|
|
216
|
+
* @param {string} [imdbId] The imdbId.
|
|
217
|
+
* @param {*} [options] Override http request option.
|
|
218
|
+
* @throws {RequiredError}
|
|
219
|
+
*/
|
|
220
|
+
postAddedMovies: (tmdbId?: string, imdbId?: string, options?: any) => Promise<RequestArgs>;
|
|
221
|
+
/**
|
|
222
|
+
*
|
|
223
|
+
* @summary Reports that new episodes of a series have been added by an external source.
|
|
224
|
+
* @param {string} [tvdbId] The tvdbId.
|
|
225
|
+
* @param {*} [options] Override http request option.
|
|
226
|
+
* @throws {RequiredError}
|
|
227
|
+
*/
|
|
228
|
+
postAddedSeries: (tvdbId?: string, options?: any) => Promise<RequestArgs>;
|
|
229
|
+
/**
|
|
230
|
+
*
|
|
231
|
+
* @summary Reports that new movies have been added by an external source.
|
|
232
|
+
* @param {MediaUpdateInfoDto} mediaUpdateInfoDto The update paths.
|
|
233
|
+
* @param {*} [options] Override http request option.
|
|
234
|
+
* @throws {RequiredError}
|
|
235
|
+
*/
|
|
236
|
+
postUpdatedMedia: (mediaUpdateInfoDto: MediaUpdateInfoDto, options?: any) => Promise<RequestArgs>;
|
|
237
|
+
/**
|
|
238
|
+
*
|
|
239
|
+
* @summary Reports that new movies have been added by an external source.
|
|
240
|
+
* @param {string} [tmdbId] The tmdbId.
|
|
241
|
+
* @param {string} [imdbId] The imdbId.
|
|
242
|
+
* @param {*} [options] Override http request option.
|
|
243
|
+
* @throws {RequiredError}
|
|
244
|
+
*/
|
|
245
|
+
postUpdatedMovies: (tmdbId?: string, imdbId?: string, options?: any) => Promise<RequestArgs>;
|
|
246
|
+
/**
|
|
247
|
+
*
|
|
248
|
+
* @summary Reports that new episodes of a series have been added by an external source.
|
|
249
|
+
* @param {string} [tvdbId] The tvdbId.
|
|
250
|
+
* @param {*} [options] Override http request option.
|
|
251
|
+
* @throws {RequiredError}
|
|
252
|
+
*/
|
|
253
|
+
postUpdatedSeries: (tvdbId?: string, options?: any) => Promise<RequestArgs>;
|
|
254
|
+
/**
|
|
255
|
+
*
|
|
256
|
+
* @summary Starts a library scan.
|
|
257
|
+
* @param {*} [options] Override http request option.
|
|
258
|
+
* @throws {RequiredError}
|
|
259
|
+
*/
|
|
260
|
+
refreshLibrary: (options?: any) => Promise<RequestArgs>;
|
|
261
|
+
};
|
|
262
|
+
/**
|
|
263
|
+
* LibraryApi - functional programming interface
|
|
264
|
+
* @export
|
|
265
|
+
*/
|
|
266
|
+
export declare const LibraryApiFp: (configuration?: Configuration) => {
|
|
267
|
+
/**
|
|
268
|
+
*
|
|
269
|
+
* @summary Deletes an item from the library and filesystem.
|
|
270
|
+
* @param {string} itemId The item id.
|
|
271
|
+
* @param {*} [options] Override http request option.
|
|
272
|
+
* @throws {RequiredError}
|
|
273
|
+
*/
|
|
274
|
+
deleteItem(itemId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
275
|
+
/**
|
|
276
|
+
*
|
|
277
|
+
* @summary Deletes items from the library and filesystem.
|
|
278
|
+
* @param {Array<string>} [ids] The item ids.
|
|
279
|
+
* @param {*} [options] Override http request option.
|
|
280
|
+
* @throws {RequiredError}
|
|
281
|
+
*/
|
|
282
|
+
deleteItems(ids?: Array<string>, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
283
|
+
/**
|
|
284
|
+
*
|
|
285
|
+
* @summary Gets all parents of an item.
|
|
286
|
+
* @param {string} itemId The item id.
|
|
287
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
288
|
+
* @param {*} [options] Override http request option.
|
|
289
|
+
* @throws {RequiredError}
|
|
290
|
+
*/
|
|
291
|
+
getAncestors(itemId: string, userId?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<BaseItemDto>>>;
|
|
292
|
+
/**
|
|
293
|
+
*
|
|
294
|
+
* @summary Gets critic review for an item.
|
|
295
|
+
* @param {string} itemId
|
|
296
|
+
* @param {*} [options] Override http request option.
|
|
297
|
+
* @deprecated
|
|
298
|
+
* @throws {RequiredError}
|
|
299
|
+
*/
|
|
300
|
+
getCriticReviews(itemId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BaseItemDtoQueryResult>>;
|
|
301
|
+
/**
|
|
302
|
+
*
|
|
303
|
+
* @summary Downloads item media.
|
|
304
|
+
* @param {string} itemId The item id.
|
|
305
|
+
* @param {*} [options] Override http request option.
|
|
306
|
+
* @throws {RequiredError}
|
|
307
|
+
*/
|
|
308
|
+
getDownload(itemId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
309
|
+
/**
|
|
310
|
+
*
|
|
311
|
+
* @summary Get the original file of an item.
|
|
312
|
+
* @param {string} itemId The item id.
|
|
313
|
+
* @param {*} [options] Override http request option.
|
|
314
|
+
* @throws {RequiredError}
|
|
315
|
+
*/
|
|
316
|
+
getFile(itemId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
317
|
+
/**
|
|
318
|
+
*
|
|
319
|
+
* @summary Get item counts.
|
|
320
|
+
* @param {string} [userId] Optional. Get counts from a specific user\'s library.
|
|
321
|
+
* @param {boolean} [isFavorite] Optional. Get counts of favorite items.
|
|
322
|
+
* @param {*} [options] Override http request option.
|
|
323
|
+
* @throws {RequiredError}
|
|
324
|
+
*/
|
|
325
|
+
getItemCounts(userId?: string, isFavorite?: boolean, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ItemCounts>>;
|
|
326
|
+
/**
|
|
327
|
+
*
|
|
328
|
+
* @summary Gets the library options info.
|
|
329
|
+
* @param {string} [libraryContentType] Library content type.
|
|
330
|
+
* @param {boolean} [isNewLibrary] Whether this is a new library.
|
|
331
|
+
* @param {*} [options] Override http request option.
|
|
332
|
+
* @throws {RequiredError}
|
|
333
|
+
*/
|
|
334
|
+
getLibraryOptionsInfo(libraryContentType?: string, isNewLibrary?: boolean, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LibraryOptionsResultDto>>;
|
|
335
|
+
/**
|
|
336
|
+
*
|
|
337
|
+
* @summary Gets all user media folders.
|
|
338
|
+
* @param {boolean} [isHidden] Optional. Filter by folders that are marked hidden, or not.
|
|
339
|
+
* @param {*} [options] Override http request option.
|
|
340
|
+
* @throws {RequiredError}
|
|
341
|
+
*/
|
|
342
|
+
getMediaFolders(isHidden?: boolean, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BaseItemDtoQueryResult>>;
|
|
343
|
+
/**
|
|
344
|
+
*
|
|
345
|
+
* @summary Gets a list of physical paths from virtual folders.
|
|
346
|
+
* @param {*} [options] Override http request option.
|
|
347
|
+
* @throws {RequiredError}
|
|
348
|
+
*/
|
|
349
|
+
getPhysicalPaths(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>>;
|
|
350
|
+
/**
|
|
351
|
+
*
|
|
352
|
+
* @summary Gets similar items.
|
|
353
|
+
* @param {string} itemId The item id.
|
|
354
|
+
* @param {Array<string>} [excludeArtistIds] Exclude artist ids.
|
|
355
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
356
|
+
* @param {number} [limit] Optional. The maximum number of records to return.
|
|
357
|
+
* @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines, TrailerUrls.
|
|
358
|
+
* @param {*} [options] Override http request option.
|
|
359
|
+
* @throws {RequiredError}
|
|
360
|
+
*/
|
|
361
|
+
getSimilarAlbums(itemId: string, excludeArtistIds?: Array<string>, userId?: string, limit?: number, fields?: Array<ItemFields>, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BaseItemDtoQueryResult>>;
|
|
362
|
+
/**
|
|
363
|
+
*
|
|
364
|
+
* @summary Gets similar items.
|
|
365
|
+
* @param {string} itemId The item id.
|
|
366
|
+
* @param {Array<string>} [excludeArtistIds] Exclude artist ids.
|
|
367
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
368
|
+
* @param {number} [limit] Optional. The maximum number of records to return.
|
|
369
|
+
* @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines, TrailerUrls.
|
|
370
|
+
* @param {*} [options] Override http request option.
|
|
371
|
+
* @throws {RequiredError}
|
|
372
|
+
*/
|
|
373
|
+
getSimilarArtists(itemId: string, excludeArtistIds?: Array<string>, userId?: string, limit?: number, fields?: Array<ItemFields>, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BaseItemDtoQueryResult>>;
|
|
374
|
+
/**
|
|
375
|
+
*
|
|
376
|
+
* @summary Gets similar items.
|
|
377
|
+
* @param {string} itemId The item id.
|
|
378
|
+
* @param {Array<string>} [excludeArtistIds] Exclude artist ids.
|
|
379
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
380
|
+
* @param {number} [limit] Optional. The maximum number of records to return.
|
|
381
|
+
* @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines, TrailerUrls.
|
|
382
|
+
* @param {*} [options] Override http request option.
|
|
383
|
+
* @throws {RequiredError}
|
|
384
|
+
*/
|
|
385
|
+
getSimilarItems(itemId: string, excludeArtistIds?: Array<string>, userId?: string, limit?: number, fields?: Array<ItemFields>, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BaseItemDtoQueryResult>>;
|
|
386
|
+
/**
|
|
387
|
+
*
|
|
388
|
+
* @summary Gets similar items.
|
|
389
|
+
* @param {string} itemId The item id.
|
|
390
|
+
* @param {Array<string>} [excludeArtistIds] Exclude artist ids.
|
|
391
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
392
|
+
* @param {number} [limit] Optional. The maximum number of records to return.
|
|
393
|
+
* @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines, TrailerUrls.
|
|
394
|
+
* @param {*} [options] Override http request option.
|
|
395
|
+
* @throws {RequiredError}
|
|
396
|
+
*/
|
|
397
|
+
getSimilarMovies(itemId: string, excludeArtistIds?: Array<string>, userId?: string, limit?: number, fields?: Array<ItemFields>, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BaseItemDtoQueryResult>>;
|
|
398
|
+
/**
|
|
399
|
+
*
|
|
400
|
+
* @summary Gets similar items.
|
|
401
|
+
* @param {string} itemId The item id.
|
|
402
|
+
* @param {Array<string>} [excludeArtistIds] Exclude artist ids.
|
|
403
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
404
|
+
* @param {number} [limit] Optional. The maximum number of records to return.
|
|
405
|
+
* @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines, TrailerUrls.
|
|
406
|
+
* @param {*} [options] Override http request option.
|
|
407
|
+
* @throws {RequiredError}
|
|
408
|
+
*/
|
|
409
|
+
getSimilarShows(itemId: string, excludeArtistIds?: Array<string>, userId?: string, limit?: number, fields?: Array<ItemFields>, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BaseItemDtoQueryResult>>;
|
|
410
|
+
/**
|
|
411
|
+
*
|
|
412
|
+
* @summary Gets similar items.
|
|
413
|
+
* @param {string} itemId The item id.
|
|
414
|
+
* @param {Array<string>} [excludeArtistIds] Exclude artist ids.
|
|
415
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
416
|
+
* @param {number} [limit] Optional. The maximum number of records to return.
|
|
417
|
+
* @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines, TrailerUrls.
|
|
418
|
+
* @param {*} [options] Override http request option.
|
|
419
|
+
* @throws {RequiredError}
|
|
420
|
+
*/
|
|
421
|
+
getSimilarTrailers(itemId: string, excludeArtistIds?: Array<string>, userId?: string, limit?: number, fields?: Array<ItemFields>, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BaseItemDtoQueryResult>>;
|
|
422
|
+
/**
|
|
423
|
+
*
|
|
424
|
+
* @summary Get theme songs and videos for an item.
|
|
425
|
+
* @param {string} itemId The item id.
|
|
426
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
427
|
+
* @param {boolean} [inheritFromParent] Optional. Determines whether or not parent items should be searched for theme media.
|
|
428
|
+
* @param {*} [options] Override http request option.
|
|
429
|
+
* @throws {RequiredError}
|
|
430
|
+
*/
|
|
431
|
+
getThemeMedia(itemId: string, userId?: string, inheritFromParent?: boolean, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AllThemeMediaResult>>;
|
|
432
|
+
/**
|
|
433
|
+
*
|
|
434
|
+
* @summary Get theme songs for an item.
|
|
435
|
+
* @param {string} itemId The item id.
|
|
436
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
437
|
+
* @param {boolean} [inheritFromParent] Optional. Determines whether or not parent items should be searched for theme media.
|
|
438
|
+
* @param {*} [options] Override http request option.
|
|
439
|
+
* @throws {RequiredError}
|
|
440
|
+
*/
|
|
441
|
+
getThemeSongs(itemId: string, userId?: string, inheritFromParent?: boolean, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ThemeMediaResult>>;
|
|
442
|
+
/**
|
|
443
|
+
*
|
|
444
|
+
* @summary Get theme videos for an item.
|
|
445
|
+
* @param {string} itemId The item id.
|
|
446
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
447
|
+
* @param {boolean} [inheritFromParent] Optional. Determines whether or not parent items should be searched for theme media.
|
|
448
|
+
* @param {*} [options] Override http request option.
|
|
449
|
+
* @throws {RequiredError}
|
|
450
|
+
*/
|
|
451
|
+
getThemeVideos(itemId: string, userId?: string, inheritFromParent?: boolean, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ThemeMediaResult>>;
|
|
452
|
+
/**
|
|
453
|
+
*
|
|
454
|
+
* @summary Reports that new movies have been added by an external source.
|
|
455
|
+
* @param {string} [tmdbId] The tmdbId.
|
|
456
|
+
* @param {string} [imdbId] The imdbId.
|
|
457
|
+
* @param {*} [options] Override http request option.
|
|
458
|
+
* @throws {RequiredError}
|
|
459
|
+
*/
|
|
460
|
+
postAddedMovies(tmdbId?: string, imdbId?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
461
|
+
/**
|
|
462
|
+
*
|
|
463
|
+
* @summary Reports that new episodes of a series have been added by an external source.
|
|
464
|
+
* @param {string} [tvdbId] The tvdbId.
|
|
465
|
+
* @param {*} [options] Override http request option.
|
|
466
|
+
* @throws {RequiredError}
|
|
467
|
+
*/
|
|
468
|
+
postAddedSeries(tvdbId?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
469
|
+
/**
|
|
470
|
+
*
|
|
471
|
+
* @summary Reports that new movies have been added by an external source.
|
|
472
|
+
* @param {MediaUpdateInfoDto} mediaUpdateInfoDto The update paths.
|
|
473
|
+
* @param {*} [options] Override http request option.
|
|
474
|
+
* @throws {RequiredError}
|
|
475
|
+
*/
|
|
476
|
+
postUpdatedMedia(mediaUpdateInfoDto: MediaUpdateInfoDto, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
477
|
+
/**
|
|
478
|
+
*
|
|
479
|
+
* @summary Reports that new movies have been added by an external source.
|
|
480
|
+
* @param {string} [tmdbId] The tmdbId.
|
|
481
|
+
* @param {string} [imdbId] The imdbId.
|
|
482
|
+
* @param {*} [options] Override http request option.
|
|
483
|
+
* @throws {RequiredError}
|
|
484
|
+
*/
|
|
485
|
+
postUpdatedMovies(tmdbId?: string, imdbId?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
486
|
+
/**
|
|
487
|
+
*
|
|
488
|
+
* @summary Reports that new episodes of a series have been added by an external source.
|
|
489
|
+
* @param {string} [tvdbId] The tvdbId.
|
|
490
|
+
* @param {*} [options] Override http request option.
|
|
491
|
+
* @throws {RequiredError}
|
|
492
|
+
*/
|
|
493
|
+
postUpdatedSeries(tvdbId?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
494
|
+
/**
|
|
495
|
+
*
|
|
496
|
+
* @summary Starts a library scan.
|
|
497
|
+
* @param {*} [options] Override http request option.
|
|
498
|
+
* @throws {RequiredError}
|
|
499
|
+
*/
|
|
500
|
+
refreshLibrary(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
501
|
+
};
|
|
502
|
+
/**
|
|
503
|
+
* LibraryApi - factory interface
|
|
504
|
+
* @export
|
|
505
|
+
*/
|
|
506
|
+
export declare const LibraryApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
507
|
+
/**
|
|
508
|
+
*
|
|
509
|
+
* @summary Deletes an item from the library and filesystem.
|
|
510
|
+
* @param {string} itemId The item id.
|
|
511
|
+
* @param {*} [options] Override http request option.
|
|
512
|
+
* @throws {RequiredError}
|
|
513
|
+
*/
|
|
514
|
+
deleteItem(itemId: string, options?: any): AxiosPromise<void>;
|
|
515
|
+
/**
|
|
516
|
+
*
|
|
517
|
+
* @summary Deletes items from the library and filesystem.
|
|
518
|
+
* @param {Array<string>} [ids] The item ids.
|
|
519
|
+
* @param {*} [options] Override http request option.
|
|
520
|
+
* @throws {RequiredError}
|
|
521
|
+
*/
|
|
522
|
+
deleteItems(ids?: Array<string>, options?: any): AxiosPromise<void>;
|
|
523
|
+
/**
|
|
524
|
+
*
|
|
525
|
+
* @summary Gets all parents of an item.
|
|
526
|
+
* @param {string} itemId The item id.
|
|
527
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
528
|
+
* @param {*} [options] Override http request option.
|
|
529
|
+
* @throws {RequiredError}
|
|
530
|
+
*/
|
|
531
|
+
getAncestors(itemId: string, userId?: string, options?: any): AxiosPromise<Array<BaseItemDto>>;
|
|
532
|
+
/**
|
|
533
|
+
*
|
|
534
|
+
* @summary Gets critic review for an item.
|
|
535
|
+
* @param {string} itemId
|
|
536
|
+
* @param {*} [options] Override http request option.
|
|
537
|
+
* @deprecated
|
|
538
|
+
* @throws {RequiredError}
|
|
539
|
+
*/
|
|
540
|
+
getCriticReviews(itemId: string, options?: any): AxiosPromise<BaseItemDtoQueryResult>;
|
|
541
|
+
/**
|
|
542
|
+
*
|
|
543
|
+
* @summary Downloads item media.
|
|
544
|
+
* @param {string} itemId The item id.
|
|
545
|
+
* @param {*} [options] Override http request option.
|
|
546
|
+
* @throws {RequiredError}
|
|
547
|
+
*/
|
|
548
|
+
getDownload(itemId: string, options?: any): AxiosPromise<any>;
|
|
549
|
+
/**
|
|
550
|
+
*
|
|
551
|
+
* @summary Get the original file of an item.
|
|
552
|
+
* @param {string} itemId The item id.
|
|
553
|
+
* @param {*} [options] Override http request option.
|
|
554
|
+
* @throws {RequiredError}
|
|
555
|
+
*/
|
|
556
|
+
getFile(itemId: string, options?: any): AxiosPromise<any>;
|
|
557
|
+
/**
|
|
558
|
+
*
|
|
559
|
+
* @summary Get item counts.
|
|
560
|
+
* @param {string} [userId] Optional. Get counts from a specific user\'s library.
|
|
561
|
+
* @param {boolean} [isFavorite] Optional. Get counts of favorite items.
|
|
562
|
+
* @param {*} [options] Override http request option.
|
|
563
|
+
* @throws {RequiredError}
|
|
564
|
+
*/
|
|
565
|
+
getItemCounts(userId?: string, isFavorite?: boolean, options?: any): AxiosPromise<ItemCounts>;
|
|
566
|
+
/**
|
|
567
|
+
*
|
|
568
|
+
* @summary Gets the library options info.
|
|
569
|
+
* @param {string} [libraryContentType] Library content type.
|
|
570
|
+
* @param {boolean} [isNewLibrary] Whether this is a new library.
|
|
571
|
+
* @param {*} [options] Override http request option.
|
|
572
|
+
* @throws {RequiredError}
|
|
573
|
+
*/
|
|
574
|
+
getLibraryOptionsInfo(libraryContentType?: string, isNewLibrary?: boolean, options?: any): AxiosPromise<LibraryOptionsResultDto>;
|
|
575
|
+
/**
|
|
576
|
+
*
|
|
577
|
+
* @summary Gets all user media folders.
|
|
578
|
+
* @param {boolean} [isHidden] Optional. Filter by folders that are marked hidden, or not.
|
|
579
|
+
* @param {*} [options] Override http request option.
|
|
580
|
+
* @throws {RequiredError}
|
|
581
|
+
*/
|
|
582
|
+
getMediaFolders(isHidden?: boolean, options?: any): AxiosPromise<BaseItemDtoQueryResult>;
|
|
583
|
+
/**
|
|
584
|
+
*
|
|
585
|
+
* @summary Gets a list of physical paths from virtual folders.
|
|
586
|
+
* @param {*} [options] Override http request option.
|
|
587
|
+
* @throws {RequiredError}
|
|
588
|
+
*/
|
|
589
|
+
getPhysicalPaths(options?: any): AxiosPromise<Array<string>>;
|
|
590
|
+
/**
|
|
591
|
+
*
|
|
592
|
+
* @summary Gets similar items.
|
|
593
|
+
* @param {string} itemId The item id.
|
|
594
|
+
* @param {Array<string>} [excludeArtistIds] Exclude artist ids.
|
|
595
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
596
|
+
* @param {number} [limit] Optional. The maximum number of records to return.
|
|
597
|
+
* @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines, TrailerUrls.
|
|
598
|
+
* @param {*} [options] Override http request option.
|
|
599
|
+
* @throws {RequiredError}
|
|
600
|
+
*/
|
|
601
|
+
getSimilarAlbums(itemId: string, excludeArtistIds?: Array<string>, userId?: string, limit?: number, fields?: Array<ItemFields>, options?: any): AxiosPromise<BaseItemDtoQueryResult>;
|
|
602
|
+
/**
|
|
603
|
+
*
|
|
604
|
+
* @summary Gets similar items.
|
|
605
|
+
* @param {string} itemId The item id.
|
|
606
|
+
* @param {Array<string>} [excludeArtistIds] Exclude artist ids.
|
|
607
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
608
|
+
* @param {number} [limit] Optional. The maximum number of records to return.
|
|
609
|
+
* @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines, TrailerUrls.
|
|
610
|
+
* @param {*} [options] Override http request option.
|
|
611
|
+
* @throws {RequiredError}
|
|
612
|
+
*/
|
|
613
|
+
getSimilarArtists(itemId: string, excludeArtistIds?: Array<string>, userId?: string, limit?: number, fields?: Array<ItemFields>, options?: any): AxiosPromise<BaseItemDtoQueryResult>;
|
|
614
|
+
/**
|
|
615
|
+
*
|
|
616
|
+
* @summary Gets similar items.
|
|
617
|
+
* @param {string} itemId The item id.
|
|
618
|
+
* @param {Array<string>} [excludeArtistIds] Exclude artist ids.
|
|
619
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
620
|
+
* @param {number} [limit] Optional. The maximum number of records to return.
|
|
621
|
+
* @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines, TrailerUrls.
|
|
622
|
+
* @param {*} [options] Override http request option.
|
|
623
|
+
* @throws {RequiredError}
|
|
624
|
+
*/
|
|
625
|
+
getSimilarItems(itemId: string, excludeArtistIds?: Array<string>, userId?: string, limit?: number, fields?: Array<ItemFields>, options?: any): AxiosPromise<BaseItemDtoQueryResult>;
|
|
626
|
+
/**
|
|
627
|
+
*
|
|
628
|
+
* @summary Gets similar items.
|
|
629
|
+
* @param {string} itemId The item id.
|
|
630
|
+
* @param {Array<string>} [excludeArtistIds] Exclude artist ids.
|
|
631
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
632
|
+
* @param {number} [limit] Optional. The maximum number of records to return.
|
|
633
|
+
* @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines, TrailerUrls.
|
|
634
|
+
* @param {*} [options] Override http request option.
|
|
635
|
+
* @throws {RequiredError}
|
|
636
|
+
*/
|
|
637
|
+
getSimilarMovies(itemId: string, excludeArtistIds?: Array<string>, userId?: string, limit?: number, fields?: Array<ItemFields>, options?: any): AxiosPromise<BaseItemDtoQueryResult>;
|
|
638
|
+
/**
|
|
639
|
+
*
|
|
640
|
+
* @summary Gets similar items.
|
|
641
|
+
* @param {string} itemId The item id.
|
|
642
|
+
* @param {Array<string>} [excludeArtistIds] Exclude artist ids.
|
|
643
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
644
|
+
* @param {number} [limit] Optional. The maximum number of records to return.
|
|
645
|
+
* @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines, TrailerUrls.
|
|
646
|
+
* @param {*} [options] Override http request option.
|
|
647
|
+
* @throws {RequiredError}
|
|
648
|
+
*/
|
|
649
|
+
getSimilarShows(itemId: string, excludeArtistIds?: Array<string>, userId?: string, limit?: number, fields?: Array<ItemFields>, options?: any): AxiosPromise<BaseItemDtoQueryResult>;
|
|
650
|
+
/**
|
|
651
|
+
*
|
|
652
|
+
* @summary Gets similar items.
|
|
653
|
+
* @param {string} itemId The item id.
|
|
654
|
+
* @param {Array<string>} [excludeArtistIds] Exclude artist ids.
|
|
655
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
656
|
+
* @param {number} [limit] Optional. The maximum number of records to return.
|
|
657
|
+
* @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines, TrailerUrls.
|
|
658
|
+
* @param {*} [options] Override http request option.
|
|
659
|
+
* @throws {RequiredError}
|
|
660
|
+
*/
|
|
661
|
+
getSimilarTrailers(itemId: string, excludeArtistIds?: Array<string>, userId?: string, limit?: number, fields?: Array<ItemFields>, options?: any): AxiosPromise<BaseItemDtoQueryResult>;
|
|
662
|
+
/**
|
|
663
|
+
*
|
|
664
|
+
* @summary Get theme songs and videos for an item.
|
|
665
|
+
* @param {string} itemId The item id.
|
|
666
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
667
|
+
* @param {boolean} [inheritFromParent] Optional. Determines whether or not parent items should be searched for theme media.
|
|
668
|
+
* @param {*} [options] Override http request option.
|
|
669
|
+
* @throws {RequiredError}
|
|
670
|
+
*/
|
|
671
|
+
getThemeMedia(itemId: string, userId?: string, inheritFromParent?: boolean, options?: any): AxiosPromise<AllThemeMediaResult>;
|
|
672
|
+
/**
|
|
673
|
+
*
|
|
674
|
+
* @summary Get theme songs for an item.
|
|
675
|
+
* @param {string} itemId The item id.
|
|
676
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
677
|
+
* @param {boolean} [inheritFromParent] Optional. Determines whether or not parent items should be searched for theme media.
|
|
678
|
+
* @param {*} [options] Override http request option.
|
|
679
|
+
* @throws {RequiredError}
|
|
680
|
+
*/
|
|
681
|
+
getThemeSongs(itemId: string, userId?: string, inheritFromParent?: boolean, options?: any): AxiosPromise<ThemeMediaResult>;
|
|
682
|
+
/**
|
|
683
|
+
*
|
|
684
|
+
* @summary Get theme videos for an item.
|
|
685
|
+
* @param {string} itemId The item id.
|
|
686
|
+
* @param {string} [userId] Optional. Filter by user id, and attach user data.
|
|
687
|
+
* @param {boolean} [inheritFromParent] Optional. Determines whether or not parent items should be searched for theme media.
|
|
688
|
+
* @param {*} [options] Override http request option.
|
|
689
|
+
* @throws {RequiredError}
|
|
690
|
+
*/
|
|
691
|
+
getThemeVideos(itemId: string, userId?: string, inheritFromParent?: boolean, options?: any): AxiosPromise<ThemeMediaResult>;
|
|
692
|
+
/**
|
|
693
|
+
*
|
|
694
|
+
* @summary Reports that new movies have been added by an external source.
|
|
695
|
+
* @param {string} [tmdbId] The tmdbId.
|
|
696
|
+
* @param {string} [imdbId] The imdbId.
|
|
697
|
+
* @param {*} [options] Override http request option.
|
|
698
|
+
* @throws {RequiredError}
|
|
699
|
+
*/
|
|
700
|
+
postAddedMovies(tmdbId?: string, imdbId?: string, options?: any): AxiosPromise<void>;
|
|
701
|
+
/**
|
|
702
|
+
*
|
|
703
|
+
* @summary Reports that new episodes of a series have been added by an external source.
|
|
704
|
+
* @param {string} [tvdbId] The tvdbId.
|
|
705
|
+
* @param {*} [options] Override http request option.
|
|
706
|
+
* @throws {RequiredError}
|
|
707
|
+
*/
|
|
708
|
+
postAddedSeries(tvdbId?: string, options?: any): AxiosPromise<void>;
|
|
709
|
+
/**
|
|
710
|
+
*
|
|
711
|
+
* @summary Reports that new movies have been added by an external source.
|
|
712
|
+
* @param {MediaUpdateInfoDto} mediaUpdateInfoDto The update paths.
|
|
713
|
+
* @param {*} [options] Override http request option.
|
|
714
|
+
* @throws {RequiredError}
|
|
715
|
+
*/
|
|
716
|
+
postUpdatedMedia(mediaUpdateInfoDto: MediaUpdateInfoDto, options?: any): AxiosPromise<void>;
|
|
717
|
+
/**
|
|
718
|
+
*
|
|
719
|
+
* @summary Reports that new movies have been added by an external source.
|
|
720
|
+
* @param {string} [tmdbId] The tmdbId.
|
|
721
|
+
* @param {string} [imdbId] The imdbId.
|
|
722
|
+
* @param {*} [options] Override http request option.
|
|
723
|
+
* @throws {RequiredError}
|
|
724
|
+
*/
|
|
725
|
+
postUpdatedMovies(tmdbId?: string, imdbId?: string, options?: any): AxiosPromise<void>;
|
|
726
|
+
/**
|
|
727
|
+
*
|
|
728
|
+
* @summary Reports that new episodes of a series have been added by an external source.
|
|
729
|
+
* @param {string} [tvdbId] The tvdbId.
|
|
730
|
+
* @param {*} [options] Override http request option.
|
|
731
|
+
* @throws {RequiredError}
|
|
732
|
+
*/
|
|
733
|
+
postUpdatedSeries(tvdbId?: string, options?: any): AxiosPromise<void>;
|
|
734
|
+
/**
|
|
735
|
+
*
|
|
736
|
+
* @summary Starts a library scan.
|
|
737
|
+
* @param {*} [options] Override http request option.
|
|
738
|
+
* @throws {RequiredError}
|
|
739
|
+
*/
|
|
740
|
+
refreshLibrary(options?: any): AxiosPromise<void>;
|
|
741
|
+
};
|
|
742
|
+
/**
|
|
743
|
+
* Request parameters for deleteItem operation in LibraryApi.
|
|
744
|
+
* @export
|
|
745
|
+
* @interface LibraryApiDeleteItemRequest
|
|
746
|
+
*/
|
|
747
|
+
export interface LibraryApiDeleteItemRequest {
|
|
748
|
+
/**
|
|
749
|
+
* The item id.
|
|
750
|
+
* @type {string}
|
|
751
|
+
* @memberof LibraryApiDeleteItem
|
|
752
|
+
*/
|
|
753
|
+
readonly itemId: string;
|
|
754
|
+
}
|
|
755
|
+
/**
|
|
756
|
+
* Request parameters for deleteItems operation in LibraryApi.
|
|
757
|
+
* @export
|
|
758
|
+
* @interface LibraryApiDeleteItemsRequest
|
|
759
|
+
*/
|
|
760
|
+
export interface LibraryApiDeleteItemsRequest {
|
|
761
|
+
/**
|
|
762
|
+
* The item ids.
|
|
763
|
+
* @type {Array<string>}
|
|
764
|
+
* @memberof LibraryApiDeleteItems
|
|
765
|
+
*/
|
|
766
|
+
readonly ids?: Array<string>;
|
|
767
|
+
}
|
|
768
|
+
/**
|
|
769
|
+
* Request parameters for getAncestors operation in LibraryApi.
|
|
770
|
+
* @export
|
|
771
|
+
* @interface LibraryApiGetAncestorsRequest
|
|
772
|
+
*/
|
|
773
|
+
export interface LibraryApiGetAncestorsRequest {
|
|
774
|
+
/**
|
|
775
|
+
* The item id.
|
|
776
|
+
* @type {string}
|
|
777
|
+
* @memberof LibraryApiGetAncestors
|
|
778
|
+
*/
|
|
779
|
+
readonly itemId: string;
|
|
780
|
+
/**
|
|
781
|
+
* Optional. Filter by user id, and attach user data.
|
|
782
|
+
* @type {string}
|
|
783
|
+
* @memberof LibraryApiGetAncestors
|
|
784
|
+
*/
|
|
785
|
+
readonly userId?: string;
|
|
786
|
+
}
|
|
787
|
+
/**
|
|
788
|
+
* Request parameters for getCriticReviews operation in LibraryApi.
|
|
789
|
+
* @export
|
|
790
|
+
* @interface LibraryApiGetCriticReviewsRequest
|
|
791
|
+
*/
|
|
792
|
+
export interface LibraryApiGetCriticReviewsRequest {
|
|
793
|
+
/**
|
|
794
|
+
*
|
|
795
|
+
* @type {string}
|
|
796
|
+
* @memberof LibraryApiGetCriticReviews
|
|
797
|
+
*/
|
|
798
|
+
readonly itemId: string;
|
|
799
|
+
}
|
|
800
|
+
/**
|
|
801
|
+
* Request parameters for getDownload operation in LibraryApi.
|
|
802
|
+
* @export
|
|
803
|
+
* @interface LibraryApiGetDownloadRequest
|
|
804
|
+
*/
|
|
805
|
+
export interface LibraryApiGetDownloadRequest {
|
|
806
|
+
/**
|
|
807
|
+
* The item id.
|
|
808
|
+
* @type {string}
|
|
809
|
+
* @memberof LibraryApiGetDownload
|
|
810
|
+
*/
|
|
811
|
+
readonly itemId: string;
|
|
812
|
+
}
|
|
813
|
+
/**
|
|
814
|
+
* Request parameters for getFile operation in LibraryApi.
|
|
815
|
+
* @export
|
|
816
|
+
* @interface LibraryApiGetFileRequest
|
|
817
|
+
*/
|
|
818
|
+
export interface LibraryApiGetFileRequest {
|
|
819
|
+
/**
|
|
820
|
+
* The item id.
|
|
821
|
+
* @type {string}
|
|
822
|
+
* @memberof LibraryApiGetFile
|
|
823
|
+
*/
|
|
824
|
+
readonly itemId: string;
|
|
825
|
+
}
|
|
826
|
+
/**
|
|
827
|
+
* Request parameters for getItemCounts operation in LibraryApi.
|
|
828
|
+
* @export
|
|
829
|
+
* @interface LibraryApiGetItemCountsRequest
|
|
830
|
+
*/
|
|
831
|
+
export interface LibraryApiGetItemCountsRequest {
|
|
832
|
+
/**
|
|
833
|
+
* Optional. Get counts from a specific user\'s library.
|
|
834
|
+
* @type {string}
|
|
835
|
+
* @memberof LibraryApiGetItemCounts
|
|
836
|
+
*/
|
|
837
|
+
readonly userId?: string;
|
|
838
|
+
/**
|
|
839
|
+
* Optional. Get counts of favorite items.
|
|
840
|
+
* @type {boolean}
|
|
841
|
+
* @memberof LibraryApiGetItemCounts
|
|
842
|
+
*/
|
|
843
|
+
readonly isFavorite?: boolean;
|
|
844
|
+
}
|
|
845
|
+
/**
|
|
846
|
+
* Request parameters for getLibraryOptionsInfo operation in LibraryApi.
|
|
847
|
+
* @export
|
|
848
|
+
* @interface LibraryApiGetLibraryOptionsInfoRequest
|
|
849
|
+
*/
|
|
850
|
+
export interface LibraryApiGetLibraryOptionsInfoRequest {
|
|
851
|
+
/**
|
|
852
|
+
* Library content type.
|
|
853
|
+
* @type {string}
|
|
854
|
+
* @memberof LibraryApiGetLibraryOptionsInfo
|
|
855
|
+
*/
|
|
856
|
+
readonly libraryContentType?: string;
|
|
857
|
+
/**
|
|
858
|
+
* Whether this is a new library.
|
|
859
|
+
* @type {boolean}
|
|
860
|
+
* @memberof LibraryApiGetLibraryOptionsInfo
|
|
861
|
+
*/
|
|
862
|
+
readonly isNewLibrary?: boolean;
|
|
863
|
+
}
|
|
864
|
+
/**
|
|
865
|
+
* Request parameters for getMediaFolders operation in LibraryApi.
|
|
866
|
+
* @export
|
|
867
|
+
* @interface LibraryApiGetMediaFoldersRequest
|
|
868
|
+
*/
|
|
869
|
+
export interface LibraryApiGetMediaFoldersRequest {
|
|
870
|
+
/**
|
|
871
|
+
* Optional. Filter by folders that are marked hidden, or not.
|
|
872
|
+
* @type {boolean}
|
|
873
|
+
* @memberof LibraryApiGetMediaFolders
|
|
874
|
+
*/
|
|
875
|
+
readonly isHidden?: boolean;
|
|
876
|
+
}
|
|
877
|
+
/**
|
|
878
|
+
* Request parameters for getSimilarAlbums operation in LibraryApi.
|
|
879
|
+
* @export
|
|
880
|
+
* @interface LibraryApiGetSimilarAlbumsRequest
|
|
881
|
+
*/
|
|
882
|
+
export interface LibraryApiGetSimilarAlbumsRequest {
|
|
883
|
+
/**
|
|
884
|
+
* The item id.
|
|
885
|
+
* @type {string}
|
|
886
|
+
* @memberof LibraryApiGetSimilarAlbums
|
|
887
|
+
*/
|
|
888
|
+
readonly itemId: string;
|
|
889
|
+
/**
|
|
890
|
+
* Exclude artist ids.
|
|
891
|
+
* @type {Array<string>}
|
|
892
|
+
* @memberof LibraryApiGetSimilarAlbums
|
|
893
|
+
*/
|
|
894
|
+
readonly excludeArtistIds?: Array<string>;
|
|
895
|
+
/**
|
|
896
|
+
* Optional. Filter by user id, and attach user data.
|
|
897
|
+
* @type {string}
|
|
898
|
+
* @memberof LibraryApiGetSimilarAlbums
|
|
899
|
+
*/
|
|
900
|
+
readonly userId?: string;
|
|
901
|
+
/**
|
|
902
|
+
* Optional. The maximum number of records to return.
|
|
903
|
+
* @type {number}
|
|
904
|
+
* @memberof LibraryApiGetSimilarAlbums
|
|
905
|
+
*/
|
|
906
|
+
readonly limit?: number;
|
|
907
|
+
/**
|
|
908
|
+
* Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines, TrailerUrls.
|
|
909
|
+
* @type {Array<ItemFields>}
|
|
910
|
+
* @memberof LibraryApiGetSimilarAlbums
|
|
911
|
+
*/
|
|
912
|
+
readonly fields?: Array<ItemFields>;
|
|
913
|
+
}
|
|
914
|
+
/**
|
|
915
|
+
* Request parameters for getSimilarArtists operation in LibraryApi.
|
|
916
|
+
* @export
|
|
917
|
+
* @interface LibraryApiGetSimilarArtistsRequest
|
|
918
|
+
*/
|
|
919
|
+
export interface LibraryApiGetSimilarArtistsRequest {
|
|
920
|
+
/**
|
|
921
|
+
* The item id.
|
|
922
|
+
* @type {string}
|
|
923
|
+
* @memberof LibraryApiGetSimilarArtists
|
|
924
|
+
*/
|
|
925
|
+
readonly itemId: string;
|
|
926
|
+
/**
|
|
927
|
+
* Exclude artist ids.
|
|
928
|
+
* @type {Array<string>}
|
|
929
|
+
* @memberof LibraryApiGetSimilarArtists
|
|
930
|
+
*/
|
|
931
|
+
readonly excludeArtistIds?: Array<string>;
|
|
932
|
+
/**
|
|
933
|
+
* Optional. Filter by user id, and attach user data.
|
|
934
|
+
* @type {string}
|
|
935
|
+
* @memberof LibraryApiGetSimilarArtists
|
|
936
|
+
*/
|
|
937
|
+
readonly userId?: string;
|
|
938
|
+
/**
|
|
939
|
+
* Optional. The maximum number of records to return.
|
|
940
|
+
* @type {number}
|
|
941
|
+
* @memberof LibraryApiGetSimilarArtists
|
|
942
|
+
*/
|
|
943
|
+
readonly limit?: number;
|
|
944
|
+
/**
|
|
945
|
+
* Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines, TrailerUrls.
|
|
946
|
+
* @type {Array<ItemFields>}
|
|
947
|
+
* @memberof LibraryApiGetSimilarArtists
|
|
948
|
+
*/
|
|
949
|
+
readonly fields?: Array<ItemFields>;
|
|
950
|
+
}
|
|
951
|
+
/**
|
|
952
|
+
* Request parameters for getSimilarItems operation in LibraryApi.
|
|
953
|
+
* @export
|
|
954
|
+
* @interface LibraryApiGetSimilarItemsRequest
|
|
955
|
+
*/
|
|
956
|
+
export interface LibraryApiGetSimilarItemsRequest {
|
|
957
|
+
/**
|
|
958
|
+
* The item id.
|
|
959
|
+
* @type {string}
|
|
960
|
+
* @memberof LibraryApiGetSimilarItems
|
|
961
|
+
*/
|
|
962
|
+
readonly itemId: string;
|
|
963
|
+
/**
|
|
964
|
+
* Exclude artist ids.
|
|
965
|
+
* @type {Array<string>}
|
|
966
|
+
* @memberof LibraryApiGetSimilarItems
|
|
967
|
+
*/
|
|
968
|
+
readonly excludeArtistIds?: Array<string>;
|
|
969
|
+
/**
|
|
970
|
+
* Optional. Filter by user id, and attach user data.
|
|
971
|
+
* @type {string}
|
|
972
|
+
* @memberof LibraryApiGetSimilarItems
|
|
973
|
+
*/
|
|
974
|
+
readonly userId?: string;
|
|
975
|
+
/**
|
|
976
|
+
* Optional. The maximum number of records to return.
|
|
977
|
+
* @type {number}
|
|
978
|
+
* @memberof LibraryApiGetSimilarItems
|
|
979
|
+
*/
|
|
980
|
+
readonly limit?: number;
|
|
981
|
+
/**
|
|
982
|
+
* Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines, TrailerUrls.
|
|
983
|
+
* @type {Array<ItemFields>}
|
|
984
|
+
* @memberof LibraryApiGetSimilarItems
|
|
985
|
+
*/
|
|
986
|
+
readonly fields?: Array<ItemFields>;
|
|
987
|
+
}
|
|
988
|
+
/**
|
|
989
|
+
* Request parameters for getSimilarMovies operation in LibraryApi.
|
|
990
|
+
* @export
|
|
991
|
+
* @interface LibraryApiGetSimilarMoviesRequest
|
|
992
|
+
*/
|
|
993
|
+
export interface LibraryApiGetSimilarMoviesRequest {
|
|
994
|
+
/**
|
|
995
|
+
* The item id.
|
|
996
|
+
* @type {string}
|
|
997
|
+
* @memberof LibraryApiGetSimilarMovies
|
|
998
|
+
*/
|
|
999
|
+
readonly itemId: string;
|
|
1000
|
+
/**
|
|
1001
|
+
* Exclude artist ids.
|
|
1002
|
+
* @type {Array<string>}
|
|
1003
|
+
* @memberof LibraryApiGetSimilarMovies
|
|
1004
|
+
*/
|
|
1005
|
+
readonly excludeArtistIds?: Array<string>;
|
|
1006
|
+
/**
|
|
1007
|
+
* Optional. Filter by user id, and attach user data.
|
|
1008
|
+
* @type {string}
|
|
1009
|
+
* @memberof LibraryApiGetSimilarMovies
|
|
1010
|
+
*/
|
|
1011
|
+
readonly userId?: string;
|
|
1012
|
+
/**
|
|
1013
|
+
* Optional. The maximum number of records to return.
|
|
1014
|
+
* @type {number}
|
|
1015
|
+
* @memberof LibraryApiGetSimilarMovies
|
|
1016
|
+
*/
|
|
1017
|
+
readonly limit?: number;
|
|
1018
|
+
/**
|
|
1019
|
+
* Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines, TrailerUrls.
|
|
1020
|
+
* @type {Array<ItemFields>}
|
|
1021
|
+
* @memberof LibraryApiGetSimilarMovies
|
|
1022
|
+
*/
|
|
1023
|
+
readonly fields?: Array<ItemFields>;
|
|
1024
|
+
}
|
|
1025
|
+
/**
|
|
1026
|
+
* Request parameters for getSimilarShows operation in LibraryApi.
|
|
1027
|
+
* @export
|
|
1028
|
+
* @interface LibraryApiGetSimilarShowsRequest
|
|
1029
|
+
*/
|
|
1030
|
+
export interface LibraryApiGetSimilarShowsRequest {
|
|
1031
|
+
/**
|
|
1032
|
+
* The item id.
|
|
1033
|
+
* @type {string}
|
|
1034
|
+
* @memberof LibraryApiGetSimilarShows
|
|
1035
|
+
*/
|
|
1036
|
+
readonly itemId: string;
|
|
1037
|
+
/**
|
|
1038
|
+
* Exclude artist ids.
|
|
1039
|
+
* @type {Array<string>}
|
|
1040
|
+
* @memberof LibraryApiGetSimilarShows
|
|
1041
|
+
*/
|
|
1042
|
+
readonly excludeArtistIds?: Array<string>;
|
|
1043
|
+
/**
|
|
1044
|
+
* Optional. Filter by user id, and attach user data.
|
|
1045
|
+
* @type {string}
|
|
1046
|
+
* @memberof LibraryApiGetSimilarShows
|
|
1047
|
+
*/
|
|
1048
|
+
readonly userId?: string;
|
|
1049
|
+
/**
|
|
1050
|
+
* Optional. The maximum number of records to return.
|
|
1051
|
+
* @type {number}
|
|
1052
|
+
* @memberof LibraryApiGetSimilarShows
|
|
1053
|
+
*/
|
|
1054
|
+
readonly limit?: number;
|
|
1055
|
+
/**
|
|
1056
|
+
* Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines, TrailerUrls.
|
|
1057
|
+
* @type {Array<ItemFields>}
|
|
1058
|
+
* @memberof LibraryApiGetSimilarShows
|
|
1059
|
+
*/
|
|
1060
|
+
readonly fields?: Array<ItemFields>;
|
|
1061
|
+
}
|
|
1062
|
+
/**
|
|
1063
|
+
* Request parameters for getSimilarTrailers operation in LibraryApi.
|
|
1064
|
+
* @export
|
|
1065
|
+
* @interface LibraryApiGetSimilarTrailersRequest
|
|
1066
|
+
*/
|
|
1067
|
+
export interface LibraryApiGetSimilarTrailersRequest {
|
|
1068
|
+
/**
|
|
1069
|
+
* The item id.
|
|
1070
|
+
* @type {string}
|
|
1071
|
+
* @memberof LibraryApiGetSimilarTrailers
|
|
1072
|
+
*/
|
|
1073
|
+
readonly itemId: string;
|
|
1074
|
+
/**
|
|
1075
|
+
* Exclude artist ids.
|
|
1076
|
+
* @type {Array<string>}
|
|
1077
|
+
* @memberof LibraryApiGetSimilarTrailers
|
|
1078
|
+
*/
|
|
1079
|
+
readonly excludeArtistIds?: Array<string>;
|
|
1080
|
+
/**
|
|
1081
|
+
* Optional. Filter by user id, and attach user data.
|
|
1082
|
+
* @type {string}
|
|
1083
|
+
* @memberof LibraryApiGetSimilarTrailers
|
|
1084
|
+
*/
|
|
1085
|
+
readonly userId?: string;
|
|
1086
|
+
/**
|
|
1087
|
+
* Optional. The maximum number of records to return.
|
|
1088
|
+
* @type {number}
|
|
1089
|
+
* @memberof LibraryApiGetSimilarTrailers
|
|
1090
|
+
*/
|
|
1091
|
+
readonly limit?: number;
|
|
1092
|
+
/**
|
|
1093
|
+
* Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines, TrailerUrls.
|
|
1094
|
+
* @type {Array<ItemFields>}
|
|
1095
|
+
* @memberof LibraryApiGetSimilarTrailers
|
|
1096
|
+
*/
|
|
1097
|
+
readonly fields?: Array<ItemFields>;
|
|
1098
|
+
}
|
|
1099
|
+
/**
|
|
1100
|
+
* Request parameters for getThemeMedia operation in LibraryApi.
|
|
1101
|
+
* @export
|
|
1102
|
+
* @interface LibraryApiGetThemeMediaRequest
|
|
1103
|
+
*/
|
|
1104
|
+
export interface LibraryApiGetThemeMediaRequest {
|
|
1105
|
+
/**
|
|
1106
|
+
* The item id.
|
|
1107
|
+
* @type {string}
|
|
1108
|
+
* @memberof LibraryApiGetThemeMedia
|
|
1109
|
+
*/
|
|
1110
|
+
readonly itemId: string;
|
|
1111
|
+
/**
|
|
1112
|
+
* Optional. Filter by user id, and attach user data.
|
|
1113
|
+
* @type {string}
|
|
1114
|
+
* @memberof LibraryApiGetThemeMedia
|
|
1115
|
+
*/
|
|
1116
|
+
readonly userId?: string;
|
|
1117
|
+
/**
|
|
1118
|
+
* Optional. Determines whether or not parent items should be searched for theme media.
|
|
1119
|
+
* @type {boolean}
|
|
1120
|
+
* @memberof LibraryApiGetThemeMedia
|
|
1121
|
+
*/
|
|
1122
|
+
readonly inheritFromParent?: boolean;
|
|
1123
|
+
}
|
|
1124
|
+
/**
|
|
1125
|
+
* Request parameters for getThemeSongs operation in LibraryApi.
|
|
1126
|
+
* @export
|
|
1127
|
+
* @interface LibraryApiGetThemeSongsRequest
|
|
1128
|
+
*/
|
|
1129
|
+
export interface LibraryApiGetThemeSongsRequest {
|
|
1130
|
+
/**
|
|
1131
|
+
* The item id.
|
|
1132
|
+
* @type {string}
|
|
1133
|
+
* @memberof LibraryApiGetThemeSongs
|
|
1134
|
+
*/
|
|
1135
|
+
readonly itemId: string;
|
|
1136
|
+
/**
|
|
1137
|
+
* Optional. Filter by user id, and attach user data.
|
|
1138
|
+
* @type {string}
|
|
1139
|
+
* @memberof LibraryApiGetThemeSongs
|
|
1140
|
+
*/
|
|
1141
|
+
readonly userId?: string;
|
|
1142
|
+
/**
|
|
1143
|
+
* Optional. Determines whether or not parent items should be searched for theme media.
|
|
1144
|
+
* @type {boolean}
|
|
1145
|
+
* @memberof LibraryApiGetThemeSongs
|
|
1146
|
+
*/
|
|
1147
|
+
readonly inheritFromParent?: boolean;
|
|
1148
|
+
}
|
|
1149
|
+
/**
|
|
1150
|
+
* Request parameters for getThemeVideos operation in LibraryApi.
|
|
1151
|
+
* @export
|
|
1152
|
+
* @interface LibraryApiGetThemeVideosRequest
|
|
1153
|
+
*/
|
|
1154
|
+
export interface LibraryApiGetThemeVideosRequest {
|
|
1155
|
+
/**
|
|
1156
|
+
* The item id.
|
|
1157
|
+
* @type {string}
|
|
1158
|
+
* @memberof LibraryApiGetThemeVideos
|
|
1159
|
+
*/
|
|
1160
|
+
readonly itemId: string;
|
|
1161
|
+
/**
|
|
1162
|
+
* Optional. Filter by user id, and attach user data.
|
|
1163
|
+
* @type {string}
|
|
1164
|
+
* @memberof LibraryApiGetThemeVideos
|
|
1165
|
+
*/
|
|
1166
|
+
readonly userId?: string;
|
|
1167
|
+
/**
|
|
1168
|
+
* Optional. Determines whether or not parent items should be searched for theme media.
|
|
1169
|
+
* @type {boolean}
|
|
1170
|
+
* @memberof LibraryApiGetThemeVideos
|
|
1171
|
+
*/
|
|
1172
|
+
readonly inheritFromParent?: boolean;
|
|
1173
|
+
}
|
|
1174
|
+
/**
|
|
1175
|
+
* Request parameters for postAddedMovies operation in LibraryApi.
|
|
1176
|
+
* @export
|
|
1177
|
+
* @interface LibraryApiPostAddedMoviesRequest
|
|
1178
|
+
*/
|
|
1179
|
+
export interface LibraryApiPostAddedMoviesRequest {
|
|
1180
|
+
/**
|
|
1181
|
+
* The tmdbId.
|
|
1182
|
+
* @type {string}
|
|
1183
|
+
* @memberof LibraryApiPostAddedMovies
|
|
1184
|
+
*/
|
|
1185
|
+
readonly tmdbId?: string;
|
|
1186
|
+
/**
|
|
1187
|
+
* The imdbId.
|
|
1188
|
+
* @type {string}
|
|
1189
|
+
* @memberof LibraryApiPostAddedMovies
|
|
1190
|
+
*/
|
|
1191
|
+
readonly imdbId?: string;
|
|
1192
|
+
}
|
|
1193
|
+
/**
|
|
1194
|
+
* Request parameters for postAddedSeries operation in LibraryApi.
|
|
1195
|
+
* @export
|
|
1196
|
+
* @interface LibraryApiPostAddedSeriesRequest
|
|
1197
|
+
*/
|
|
1198
|
+
export interface LibraryApiPostAddedSeriesRequest {
|
|
1199
|
+
/**
|
|
1200
|
+
* The tvdbId.
|
|
1201
|
+
* @type {string}
|
|
1202
|
+
* @memberof LibraryApiPostAddedSeries
|
|
1203
|
+
*/
|
|
1204
|
+
readonly tvdbId?: string;
|
|
1205
|
+
}
|
|
1206
|
+
/**
|
|
1207
|
+
* Request parameters for postUpdatedMedia operation in LibraryApi.
|
|
1208
|
+
* @export
|
|
1209
|
+
* @interface LibraryApiPostUpdatedMediaRequest
|
|
1210
|
+
*/
|
|
1211
|
+
export interface LibraryApiPostUpdatedMediaRequest {
|
|
1212
|
+
/**
|
|
1213
|
+
* The update paths.
|
|
1214
|
+
* @type {MediaUpdateInfoDto}
|
|
1215
|
+
* @memberof LibraryApiPostUpdatedMedia
|
|
1216
|
+
*/
|
|
1217
|
+
readonly mediaUpdateInfoDto: MediaUpdateInfoDto;
|
|
1218
|
+
}
|
|
1219
|
+
/**
|
|
1220
|
+
* Request parameters for postUpdatedMovies operation in LibraryApi.
|
|
1221
|
+
* @export
|
|
1222
|
+
* @interface LibraryApiPostUpdatedMoviesRequest
|
|
1223
|
+
*/
|
|
1224
|
+
export interface LibraryApiPostUpdatedMoviesRequest {
|
|
1225
|
+
/**
|
|
1226
|
+
* The tmdbId.
|
|
1227
|
+
* @type {string}
|
|
1228
|
+
* @memberof LibraryApiPostUpdatedMovies
|
|
1229
|
+
*/
|
|
1230
|
+
readonly tmdbId?: string;
|
|
1231
|
+
/**
|
|
1232
|
+
* The imdbId.
|
|
1233
|
+
* @type {string}
|
|
1234
|
+
* @memberof LibraryApiPostUpdatedMovies
|
|
1235
|
+
*/
|
|
1236
|
+
readonly imdbId?: string;
|
|
1237
|
+
}
|
|
1238
|
+
/**
|
|
1239
|
+
* Request parameters for postUpdatedSeries operation in LibraryApi.
|
|
1240
|
+
* @export
|
|
1241
|
+
* @interface LibraryApiPostUpdatedSeriesRequest
|
|
1242
|
+
*/
|
|
1243
|
+
export interface LibraryApiPostUpdatedSeriesRequest {
|
|
1244
|
+
/**
|
|
1245
|
+
* The tvdbId.
|
|
1246
|
+
* @type {string}
|
|
1247
|
+
* @memberof LibraryApiPostUpdatedSeries
|
|
1248
|
+
*/
|
|
1249
|
+
readonly tvdbId?: string;
|
|
1250
|
+
}
|
|
1251
|
+
/**
|
|
1252
|
+
* LibraryApi - object-oriented interface
|
|
1253
|
+
* @export
|
|
1254
|
+
* @class LibraryApi
|
|
1255
|
+
* @extends {BaseAPI}
|
|
1256
|
+
*/
|
|
1257
|
+
export declare class LibraryApi extends BaseAPI {
|
|
1258
|
+
/**
|
|
1259
|
+
*
|
|
1260
|
+
* @summary Deletes an item from the library and filesystem.
|
|
1261
|
+
* @param {LibraryApiDeleteItemRequest} requestParameters Request parameters.
|
|
1262
|
+
* @param {*} [options] Override http request option.
|
|
1263
|
+
* @throws {RequiredError}
|
|
1264
|
+
* @memberof LibraryApi
|
|
1265
|
+
*/
|
|
1266
|
+
deleteItem(requestParameters: LibraryApiDeleteItemRequest, options?: any): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1267
|
+
/**
|
|
1268
|
+
*
|
|
1269
|
+
* @summary Deletes items from the library and filesystem.
|
|
1270
|
+
* @param {LibraryApiDeleteItemsRequest} requestParameters Request parameters.
|
|
1271
|
+
* @param {*} [options] Override http request option.
|
|
1272
|
+
* @throws {RequiredError}
|
|
1273
|
+
* @memberof LibraryApi
|
|
1274
|
+
*/
|
|
1275
|
+
deleteItems(requestParameters?: LibraryApiDeleteItemsRequest, options?: any): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1276
|
+
/**
|
|
1277
|
+
*
|
|
1278
|
+
* @summary Gets all parents of an item.
|
|
1279
|
+
* @param {LibraryApiGetAncestorsRequest} requestParameters Request parameters.
|
|
1280
|
+
* @param {*} [options] Override http request option.
|
|
1281
|
+
* @throws {RequiredError}
|
|
1282
|
+
* @memberof LibraryApi
|
|
1283
|
+
*/
|
|
1284
|
+
getAncestors(requestParameters: LibraryApiGetAncestorsRequest, options?: any): Promise<import("axios").AxiosResponse<BaseItemDto[], any>>;
|
|
1285
|
+
/**
|
|
1286
|
+
*
|
|
1287
|
+
* @summary Gets critic review for an item.
|
|
1288
|
+
* @param {LibraryApiGetCriticReviewsRequest} requestParameters Request parameters.
|
|
1289
|
+
* @param {*} [options] Override http request option.
|
|
1290
|
+
* @deprecated
|
|
1291
|
+
* @throws {RequiredError}
|
|
1292
|
+
* @memberof LibraryApi
|
|
1293
|
+
*/
|
|
1294
|
+
getCriticReviews(requestParameters: LibraryApiGetCriticReviewsRequest, options?: any): Promise<import("axios").AxiosResponse<BaseItemDtoQueryResult, any>>;
|
|
1295
|
+
/**
|
|
1296
|
+
*
|
|
1297
|
+
* @summary Downloads item media.
|
|
1298
|
+
* @param {LibraryApiGetDownloadRequest} requestParameters Request parameters.
|
|
1299
|
+
* @param {*} [options] Override http request option.
|
|
1300
|
+
* @throws {RequiredError}
|
|
1301
|
+
* @memberof LibraryApi
|
|
1302
|
+
*/
|
|
1303
|
+
getDownload(requestParameters: LibraryApiGetDownloadRequest, options?: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
1304
|
+
/**
|
|
1305
|
+
*
|
|
1306
|
+
* @summary Get the original file of an item.
|
|
1307
|
+
* @param {LibraryApiGetFileRequest} requestParameters Request parameters.
|
|
1308
|
+
* @param {*} [options] Override http request option.
|
|
1309
|
+
* @throws {RequiredError}
|
|
1310
|
+
* @memberof LibraryApi
|
|
1311
|
+
*/
|
|
1312
|
+
getFile(requestParameters: LibraryApiGetFileRequest, options?: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
1313
|
+
/**
|
|
1314
|
+
*
|
|
1315
|
+
* @summary Get item counts.
|
|
1316
|
+
* @param {LibraryApiGetItemCountsRequest} requestParameters Request parameters.
|
|
1317
|
+
* @param {*} [options] Override http request option.
|
|
1318
|
+
* @throws {RequiredError}
|
|
1319
|
+
* @memberof LibraryApi
|
|
1320
|
+
*/
|
|
1321
|
+
getItemCounts(requestParameters?: LibraryApiGetItemCountsRequest, options?: any): Promise<import("axios").AxiosResponse<ItemCounts, any>>;
|
|
1322
|
+
/**
|
|
1323
|
+
*
|
|
1324
|
+
* @summary Gets the library options info.
|
|
1325
|
+
* @param {LibraryApiGetLibraryOptionsInfoRequest} requestParameters Request parameters.
|
|
1326
|
+
* @param {*} [options] Override http request option.
|
|
1327
|
+
* @throws {RequiredError}
|
|
1328
|
+
* @memberof LibraryApi
|
|
1329
|
+
*/
|
|
1330
|
+
getLibraryOptionsInfo(requestParameters?: LibraryApiGetLibraryOptionsInfoRequest, options?: any): Promise<import("axios").AxiosResponse<LibraryOptionsResultDto, any>>;
|
|
1331
|
+
/**
|
|
1332
|
+
*
|
|
1333
|
+
* @summary Gets all user media folders.
|
|
1334
|
+
* @param {LibraryApiGetMediaFoldersRequest} requestParameters Request parameters.
|
|
1335
|
+
* @param {*} [options] Override http request option.
|
|
1336
|
+
* @throws {RequiredError}
|
|
1337
|
+
* @memberof LibraryApi
|
|
1338
|
+
*/
|
|
1339
|
+
getMediaFolders(requestParameters?: LibraryApiGetMediaFoldersRequest, options?: any): Promise<import("axios").AxiosResponse<BaseItemDtoQueryResult, any>>;
|
|
1340
|
+
/**
|
|
1341
|
+
*
|
|
1342
|
+
* @summary Gets a list of physical paths from virtual folders.
|
|
1343
|
+
* @param {*} [options] Override http request option.
|
|
1344
|
+
* @throws {RequiredError}
|
|
1345
|
+
* @memberof LibraryApi
|
|
1346
|
+
*/
|
|
1347
|
+
getPhysicalPaths(options?: any): Promise<import("axios").AxiosResponse<string[], any>>;
|
|
1348
|
+
/**
|
|
1349
|
+
*
|
|
1350
|
+
* @summary Gets similar items.
|
|
1351
|
+
* @param {LibraryApiGetSimilarAlbumsRequest} requestParameters Request parameters.
|
|
1352
|
+
* @param {*} [options] Override http request option.
|
|
1353
|
+
* @throws {RequiredError}
|
|
1354
|
+
* @memberof LibraryApi
|
|
1355
|
+
*/
|
|
1356
|
+
getSimilarAlbums(requestParameters: LibraryApiGetSimilarAlbumsRequest, options?: any): Promise<import("axios").AxiosResponse<BaseItemDtoQueryResult, any>>;
|
|
1357
|
+
/**
|
|
1358
|
+
*
|
|
1359
|
+
* @summary Gets similar items.
|
|
1360
|
+
* @param {LibraryApiGetSimilarArtistsRequest} requestParameters Request parameters.
|
|
1361
|
+
* @param {*} [options] Override http request option.
|
|
1362
|
+
* @throws {RequiredError}
|
|
1363
|
+
* @memberof LibraryApi
|
|
1364
|
+
*/
|
|
1365
|
+
getSimilarArtists(requestParameters: LibraryApiGetSimilarArtistsRequest, options?: any): Promise<import("axios").AxiosResponse<BaseItemDtoQueryResult, any>>;
|
|
1366
|
+
/**
|
|
1367
|
+
*
|
|
1368
|
+
* @summary Gets similar items.
|
|
1369
|
+
* @param {LibraryApiGetSimilarItemsRequest} requestParameters Request parameters.
|
|
1370
|
+
* @param {*} [options] Override http request option.
|
|
1371
|
+
* @throws {RequiredError}
|
|
1372
|
+
* @memberof LibraryApi
|
|
1373
|
+
*/
|
|
1374
|
+
getSimilarItems(requestParameters: LibraryApiGetSimilarItemsRequest, options?: any): Promise<import("axios").AxiosResponse<BaseItemDtoQueryResult, any>>;
|
|
1375
|
+
/**
|
|
1376
|
+
*
|
|
1377
|
+
* @summary Gets similar items.
|
|
1378
|
+
* @param {LibraryApiGetSimilarMoviesRequest} requestParameters Request parameters.
|
|
1379
|
+
* @param {*} [options] Override http request option.
|
|
1380
|
+
* @throws {RequiredError}
|
|
1381
|
+
* @memberof LibraryApi
|
|
1382
|
+
*/
|
|
1383
|
+
getSimilarMovies(requestParameters: LibraryApiGetSimilarMoviesRequest, options?: any): Promise<import("axios").AxiosResponse<BaseItemDtoQueryResult, any>>;
|
|
1384
|
+
/**
|
|
1385
|
+
*
|
|
1386
|
+
* @summary Gets similar items.
|
|
1387
|
+
* @param {LibraryApiGetSimilarShowsRequest} requestParameters Request parameters.
|
|
1388
|
+
* @param {*} [options] Override http request option.
|
|
1389
|
+
* @throws {RequiredError}
|
|
1390
|
+
* @memberof LibraryApi
|
|
1391
|
+
*/
|
|
1392
|
+
getSimilarShows(requestParameters: LibraryApiGetSimilarShowsRequest, options?: any): Promise<import("axios").AxiosResponse<BaseItemDtoQueryResult, any>>;
|
|
1393
|
+
/**
|
|
1394
|
+
*
|
|
1395
|
+
* @summary Gets similar items.
|
|
1396
|
+
* @param {LibraryApiGetSimilarTrailersRequest} requestParameters Request parameters.
|
|
1397
|
+
* @param {*} [options] Override http request option.
|
|
1398
|
+
* @throws {RequiredError}
|
|
1399
|
+
* @memberof LibraryApi
|
|
1400
|
+
*/
|
|
1401
|
+
getSimilarTrailers(requestParameters: LibraryApiGetSimilarTrailersRequest, options?: any): Promise<import("axios").AxiosResponse<BaseItemDtoQueryResult, any>>;
|
|
1402
|
+
/**
|
|
1403
|
+
*
|
|
1404
|
+
* @summary Get theme songs and videos for an item.
|
|
1405
|
+
* @param {LibraryApiGetThemeMediaRequest} requestParameters Request parameters.
|
|
1406
|
+
* @param {*} [options] Override http request option.
|
|
1407
|
+
* @throws {RequiredError}
|
|
1408
|
+
* @memberof LibraryApi
|
|
1409
|
+
*/
|
|
1410
|
+
getThemeMedia(requestParameters: LibraryApiGetThemeMediaRequest, options?: any): Promise<import("axios").AxiosResponse<AllThemeMediaResult, any>>;
|
|
1411
|
+
/**
|
|
1412
|
+
*
|
|
1413
|
+
* @summary Get theme songs for an item.
|
|
1414
|
+
* @param {LibraryApiGetThemeSongsRequest} requestParameters Request parameters.
|
|
1415
|
+
* @param {*} [options] Override http request option.
|
|
1416
|
+
* @throws {RequiredError}
|
|
1417
|
+
* @memberof LibraryApi
|
|
1418
|
+
*/
|
|
1419
|
+
getThemeSongs(requestParameters: LibraryApiGetThemeSongsRequest, options?: any): Promise<import("axios").AxiosResponse<ThemeMediaResult, any>>;
|
|
1420
|
+
/**
|
|
1421
|
+
*
|
|
1422
|
+
* @summary Get theme videos for an item.
|
|
1423
|
+
* @param {LibraryApiGetThemeVideosRequest} requestParameters Request parameters.
|
|
1424
|
+
* @param {*} [options] Override http request option.
|
|
1425
|
+
* @throws {RequiredError}
|
|
1426
|
+
* @memberof LibraryApi
|
|
1427
|
+
*/
|
|
1428
|
+
getThemeVideos(requestParameters: LibraryApiGetThemeVideosRequest, options?: any): Promise<import("axios").AxiosResponse<ThemeMediaResult, any>>;
|
|
1429
|
+
/**
|
|
1430
|
+
*
|
|
1431
|
+
* @summary Reports that new movies have been added by an external source.
|
|
1432
|
+
* @param {LibraryApiPostAddedMoviesRequest} requestParameters Request parameters.
|
|
1433
|
+
* @param {*} [options] Override http request option.
|
|
1434
|
+
* @throws {RequiredError}
|
|
1435
|
+
* @memberof LibraryApi
|
|
1436
|
+
*/
|
|
1437
|
+
postAddedMovies(requestParameters?: LibraryApiPostAddedMoviesRequest, options?: any): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1438
|
+
/**
|
|
1439
|
+
*
|
|
1440
|
+
* @summary Reports that new episodes of a series have been added by an external source.
|
|
1441
|
+
* @param {LibraryApiPostAddedSeriesRequest} requestParameters Request parameters.
|
|
1442
|
+
* @param {*} [options] Override http request option.
|
|
1443
|
+
* @throws {RequiredError}
|
|
1444
|
+
* @memberof LibraryApi
|
|
1445
|
+
*/
|
|
1446
|
+
postAddedSeries(requestParameters?: LibraryApiPostAddedSeriesRequest, options?: any): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1447
|
+
/**
|
|
1448
|
+
*
|
|
1449
|
+
* @summary Reports that new movies have been added by an external source.
|
|
1450
|
+
* @param {LibraryApiPostUpdatedMediaRequest} requestParameters Request parameters.
|
|
1451
|
+
* @param {*} [options] Override http request option.
|
|
1452
|
+
* @throws {RequiredError}
|
|
1453
|
+
* @memberof LibraryApi
|
|
1454
|
+
*/
|
|
1455
|
+
postUpdatedMedia(requestParameters: LibraryApiPostUpdatedMediaRequest, options?: any): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1456
|
+
/**
|
|
1457
|
+
*
|
|
1458
|
+
* @summary Reports that new movies have been added by an external source.
|
|
1459
|
+
* @param {LibraryApiPostUpdatedMoviesRequest} requestParameters Request parameters.
|
|
1460
|
+
* @param {*} [options] Override http request option.
|
|
1461
|
+
* @throws {RequiredError}
|
|
1462
|
+
* @memberof LibraryApi
|
|
1463
|
+
*/
|
|
1464
|
+
postUpdatedMovies(requestParameters?: LibraryApiPostUpdatedMoviesRequest, options?: any): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1465
|
+
/**
|
|
1466
|
+
*
|
|
1467
|
+
* @summary Reports that new episodes of a series have been added by an external source.
|
|
1468
|
+
* @param {LibraryApiPostUpdatedSeriesRequest} requestParameters Request parameters.
|
|
1469
|
+
* @param {*} [options] Override http request option.
|
|
1470
|
+
* @throws {RequiredError}
|
|
1471
|
+
* @memberof LibraryApi
|
|
1472
|
+
*/
|
|
1473
|
+
postUpdatedSeries(requestParameters?: LibraryApiPostUpdatedSeriesRequest, options?: any): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1474
|
+
/**
|
|
1475
|
+
*
|
|
1476
|
+
* @summary Starts a library scan.
|
|
1477
|
+
* @param {*} [options] Override http request option.
|
|
1478
|
+
* @throws {RequiredError}
|
|
1479
|
+
* @memberof LibraryApi
|
|
1480
|
+
*/
|
|
1481
|
+
refreshLibrary(options?: any): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1482
|
+
}
|