@jellyfin/sdk 0.10.0 → 0.12.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/CHANGELOG.md +127 -0
- package/README.md +3 -41
- package/lib/api.d.ts +7 -11
- package/lib/api.js +13 -14
- package/lib/generated-client/api/activity-log-api.d.ts +9 -12
- package/lib/generated-client/api/activity-log-api.js +8 -8
- package/lib/generated-client/api/api-key-api.d.ts +18 -18
- package/lib/generated-client/api/api-key-api.js +19 -10
- package/lib/generated-client/api/artists-api.d.ts +27 -90
- package/lib/generated-client/api/artists-api.js +22 -76
- package/lib/generated-client/api/audio-api.d.ts +87 -255
- package/lib/generated-client/api/audio-api.js +97 -249
- package/lib/generated-client/api/backup-api.d.ts +209 -0
- package/lib/generated-client/api/backup-api.js +311 -0
- package/lib/generated-client/api/branding-api.d.ts +16 -16
- package/lib/generated-client/api/branding-api.js +13 -4
- package/lib/generated-client/api/channels-api.d.ts +33 -51
- package/lib/generated-client/api/channels-api.js +33 -36
- package/lib/generated-client/api/client-log-api.d.ts +13 -13
- package/lib/generated-client/api/client-log-api.js +10 -7
- package/lib/generated-client/api/collection-api.d.ts +19 -24
- package/lib/generated-client/api/collection-api.js +22 -18
- package/lib/generated-client/api/configuration-api.d.ts +75 -29
- package/lib/generated-client/api/configuration-api.js +98 -17
- package/lib/generated-client/api/dashboard-api.d.ts +14 -14
- package/lib/generated-client/api/dashboard-api.js +16 -10
- package/lib/generated-client/api/devices-api.d.ts +31 -33
- package/lib/generated-client/api/devices-api.js +37 -23
- package/lib/generated-client/api/display-preferences-api.d.ts +14 -19
- package/lib/generated-client/api/display-preferences-api.js +16 -15
- package/lib/generated-client/api/dlna-api.d.ts +6 -6
- package/lib/generated-client/api/dlna-server-api.d.ts +16 -16
- package/lib/generated-client/api/dynamic-hls-api.d.ts +246 -607
- package/lib/generated-client/api/dynamic-hls-api.js +233 -573
- package/lib/generated-client/api/environment-api.d.ts +33 -35
- package/lib/generated-client/api/environment-api.js +35 -19
- package/lib/generated-client/api/filter-api.d.ts +17 -29
- package/lib/generated-client/api/filter-api.js +15 -21
- package/lib/generated-client/api/genres-api.d.ts +20 -38
- package/lib/generated-client/api/genres-api.js +16 -28
- package/lib/generated-client/api/hls-segment-api.d.ts +28 -35
- package/lib/generated-client/api/hls-segment-api.js +37 -29
- package/lib/generated-client/api/image-api.d.ts +216 -942
- package/lib/generated-client/api/image-api.js +282 -789
- package/lib/generated-client/api/image-by-name-api.d.ts +6 -6
- package/lib/generated-client/api/instant-mix-api.d.ts +46 -102
- package/lib/generated-client/api/instant-mix-api.js +57 -89
- package/lib/generated-client/api/item-lookup-api.d.ts +69 -71
- package/lib/generated-client/api/item-lookup-api.js +78 -47
- package/lib/generated-client/api/item-refresh-api.d.ts +17 -13
- package/lib/generated-client/api/item-refresh-api.js +17 -13
- package/lib/generated-client/api/item-update-api.d.ts +20 -22
- package/lib/generated-client/api/item-update-api.js +22 -15
- package/lib/generated-client/api/items-api.d.ts +44 -137
- package/lib/generated-client/api/items-api.js +39 -123
- package/lib/generated-client/api/library-api.d.ts +185 -170
- package/lib/generated-client/api/library-api.js +213 -143
- package/lib/generated-client/api/library-structure-api.d.ts +48 -58
- package/lib/generated-client/api/library-structure-api.js +54 -40
- package/lib/generated-client/api/live-tv-api.d.ts +236 -336
- package/lib/generated-client/api/live-tv-api.js +287 -267
- package/lib/generated-client/api/localization-api.d.ts +23 -23
- package/lib/generated-client/api/localization-api.js +17 -5
- package/lib/generated-client/api/lyrics-api.d.ts +39 -42
- package/lib/generated-client/api/lyrics-api.js +46 -31
- package/lib/generated-client/api/media-info-api.d.ts +40 -59
- package/lib/generated-client/api/media-info-api.js +46 -53
- package/lib/generated-client/api/media-segments-api.d.ts +95 -0
- package/lib/generated-client/api/media-segments-api.js +123 -0
- package/lib/generated-client/api/movies-api.d.ts +10 -14
- package/lib/generated-client/api/movies-api.js +8 -9
- package/lib/generated-client/api/music-genres-api.d.ts +20 -38
- package/lib/generated-client/api/music-genres-api.js +16 -28
- package/lib/generated-client/api/notifications-api.d.ts +7 -7
- package/lib/generated-client/api/package-api.d.ts +33 -37
- package/lib/generated-client/api/package-api.js +38 -24
- package/lib/generated-client/api/persons-api.d.ts +18 -31
- package/lib/generated-client/api/persons-api.js +16 -23
- package/lib/generated-client/api/playlists-api.d.ts +109 -84
- package/lib/generated-client/api/playlists-api.js +138 -64
- package/lib/generated-client/api/playstate-api.d.ts +66 -80
- package/lib/generated-client/api/playstate-api.js +77 -64
- package/lib/generated-client/api/plugins-api.d.ts +48 -52
- package/lib/generated-client/api/plugins-api.js +61 -38
- package/lib/generated-client/api/quick-connect-api.d.ts +22 -23
- package/lib/generated-client/api/quick-connect-api.js +24 -13
- package/lib/generated-client/api/remote-image-api.d.ts +21 -28
- package/lib/generated-client/api/remote-image-api.js +22 -20
- package/lib/generated-client/api/scheduled-tasks-api.d.ts +30 -32
- package/lib/generated-client/api/scheduled-tasks-api.js +37 -24
- package/lib/generated-client/api/search-api.d.ts +11 -28
- package/lib/generated-client/api/search-api.js +8 -22
- package/lib/generated-client/api/session-api.d.ts +90 -117
- package/lib/generated-client/api/session-api.js +104 -83
- package/lib/generated-client/api/startup-api.d.ts +37 -37
- package/lib/generated-client/api/startup-api.js +39 -18
- package/lib/generated-client/api/studios-api.d.ts +18 -35
- package/lib/generated-client/api/studios-api.js +16 -27
- package/lib/generated-client/api/subtitle-api.d.ts +55 -86
- package/lib/generated-client/api/subtitle-api.js +69 -70
- package/lib/generated-client/api/suggestions-api.d.ts +11 -16
- package/lib/generated-client/api/suggestions-api.js +8 -10
- package/lib/generated-client/api/sync-play-api.d.ts +166 -120
- package/lib/generated-client/api/sync-play-api.js +200 -71
- package/lib/generated-client/api/system-api.d.ts +53 -57
- package/lib/generated-client/api/system-api.js +56 -30
- package/lib/generated-client/api/time-sync-api.d.ts +8 -8
- package/lib/generated-client/api/time-sync-api.js +5 -2
- package/lib/generated-client/api/tmdb-api.d.ts +8 -8
- package/lib/generated-client/api/tmdb-api.js +5 -2
- package/lib/generated-client/api/trailers-api.d.ts +19 -102
- package/lib/generated-client/api/trailers-api.js +8 -88
- package/lib/generated-client/api/trickplay-api.d.ts +13 -18
- package/lib/generated-client/api/trickplay-api.js +15 -14
- package/lib/generated-client/api/tv-shows-api.d.ts +27 -72
- package/lib/generated-client/api/tv-shows-api.js +30 -63
- package/lib/generated-client/api/universal-audio-api.d.ts +30 -48
- package/lib/generated-client/api/universal-audio-api.js +33 -51
- package/lib/generated-client/api/user-api.d.ts +83 -88
- package/lib/generated-client/api/user-api.js +94 -57
- package/lib/generated-client/api/user-library-api.d.ts +59 -78
- package/lib/generated-client/api/user-library-api.js +71 -60
- package/lib/generated-client/api/user-views-api.d.ts +16 -19
- package/lib/generated-client/api/user-views-api.js +15 -12
- package/lib/generated-client/api/video-attachments-api.d.ts +8 -10
- package/lib/generated-client/api/video-attachments-api.js +8 -7
- package/lib/generated-client/api/videos-api.d.ts +97 -274
- package/lib/generated-client/api/videos-api.js +114 -266
- package/lib/generated-client/api/years-api.d.ts +21 -36
- package/lib/generated-client/api/years-api.js +16 -25
- package/lib/generated-client/api.d.ts +2 -0
- package/lib/generated-client/base.d.ts +15 -4
- package/lib/generated-client/base.js +8 -4
- package/lib/generated-client/common.d.ts +4 -4
- package/lib/generated-client/common.js +23 -14
- package/lib/generated-client/configuration.d.ts +8 -0
- package/lib/generated-client/configuration.js +1 -0
- package/lib/generated-client/index.js +11 -1
- package/lib/generated-client/models/access-schedule.d.ts +1 -1
- package/lib/generated-client/models/activity-log-entry-message.d.ts +2 -2
- package/lib/generated-client/models/activity-log-entry-query-result.d.ts +3 -3
- package/lib/generated-client/models/activity-log-entry-start-message.d.ts +1 -1
- package/lib/generated-client/models/activity-log-entry-stop-message.d.ts +1 -1
- package/lib/generated-client/models/activity-log-entry.d.ts +1 -1
- package/lib/generated-client/models/add-virtual-folder-dto.d.ts +1 -1
- package/lib/generated-client/models/album-info-remote-search-query.d.ts +1 -1
- package/lib/generated-client/models/album-info.d.ts +5 -5
- package/lib/generated-client/models/all-theme-media-result.d.ts +1 -1
- package/lib/generated-client/models/artist-info-remote-search-query.d.ts +1 -1
- package/lib/generated-client/models/artist-info.d.ts +3 -3
- package/lib/generated-client/models/authentication-info-query-result.d.ts +3 -3
- package/lib/generated-client/models/authentication-result.d.ts +7 -7
- package/lib/generated-client/models/backup-manifest-dto.d.ts +48 -0
- package/lib/generated-client/models/backup-options-dto.d.ts +41 -0
- package/lib/generated-client/models/backup-restore-request-dto.d.ts +23 -0
- package/lib/generated-client/models/base-item-dto-query-result.d.ts +3 -3
- package/lib/generated-client/models/base-item-dto.d.ts +28 -28
- package/lib/generated-client/models/base-item-person.d.ts +2 -2
- package/lib/generated-client/models/book-info-remote-search-query.d.ts +1 -1
- package/lib/generated-client/models/book-info.d.ts +2 -2
- package/lib/generated-client/models/box-set-info-remote-search-query.d.ts +1 -1
- package/lib/generated-client/models/box-set-info.d.ts +2 -2
- package/lib/generated-client/models/branding-options-dto.d.ts +35 -0
- package/lib/generated-client/models/channel-features.d.ts +3 -3
- package/lib/generated-client/models/channel-mapping-options-dto.d.ts +3 -3
- package/lib/generated-client/models/client-capabilities-dto.d.ts +3 -17
- package/lib/generated-client/models/client-capabilities.d.ts +3 -3
- package/lib/generated-client/models/codec-profile.d.ts +15 -9
- package/lib/generated-client/models/container-profile.d.ts +12 -6
- package/lib/generated-client/models/create-playlist-dto.d.ts +2 -2
- package/lib/generated-client/models/custom-database-option.d.ts +29 -0
- package/lib/generated-client/models/custom-database-options.d.ts +42 -0
- package/lib/generated-client/models/database-configuration-options.d.ts +37 -0
- package/lib/generated-client/models/database-locking-behavior-types.d.ts +21 -0
- package/lib/generated-client/models/database-locking-behavior-types.js +24 -0
- package/lib/generated-client/models/deinterlace-method.d.ts +20 -0
- package/lib/generated-client/models/{hardware-encoding-type.js → deinterlace-method.js} +5 -10
- package/lib/generated-client/models/device-info-dto-query-result.d.ts +36 -0
- package/lib/generated-client/models/device-info-dto.d.ts +84 -0
- package/lib/generated-client/models/device-info-query-result.d.ts +1 -1
- package/lib/generated-client/models/device-info.d.ts +1 -1
- package/lib/generated-client/models/device-profile.d.ts +8 -8
- package/lib/generated-client/models/direct-play-profile.d.ts +6 -6
- package/lib/generated-client/models/display-preferences-dto.d.ts +4 -4
- package/lib/generated-client/models/down-mix-stereo-algorithms.d.ts +3 -1
- package/lib/generated-client/models/down-mix-stereo-algorithms.js +4 -2
- package/lib/generated-client/models/encoder-preset.d.ts +29 -0
- package/lib/generated-client/models/encoder-preset.js +32 -0
- package/lib/generated-client/models/encoding-options.d.ts +43 -19
- package/lib/generated-client/models/external-id-info.d.ts +1 -7
- package/lib/generated-client/models/external-id-media-type.d.ts +1 -0
- package/lib/generated-client/models/external-id-media-type.js +2 -1
- package/lib/generated-client/models/file-system-entry-info.d.ts +1 -1
- package/lib/generated-client/models/folder-storage-dto.d.ts +47 -0
- package/lib/generated-client/models/force-keep-alive-message.d.ts +1 -1
- package/lib/generated-client/models/forgot-password-result.d.ts +1 -1
- package/lib/generated-client/models/general-command-message.d.ts +2 -2
- package/lib/generated-client/models/general-command.d.ts +3 -3
- package/lib/generated-client/models/get-programs-dto.d.ts +34 -34
- package/lib/generated-client/models/group-info-dto-group-update.d.ts +2 -2
- package/lib/generated-client/models/group-info-dto.d.ts +1 -1
- package/lib/generated-client/models/group-state-update-group-update.d.ts +2 -2
- package/lib/generated-client/models/group-state-update.d.ts +2 -2
- package/lib/generated-client/models/group-update-type.d.ts +0 -2
- package/lib/generated-client/models/group-update-type.js +0 -2
- package/lib/generated-client/models/group-update.d.ts +29 -6
- package/lib/generated-client/models/hardware-acceleration-type.d.ts +26 -0
- package/lib/generated-client/models/hardware-acceleration-type.js +29 -0
- package/lib/generated-client/models/image-info.d.ts +1 -1
- package/lib/generated-client/models/image-option.d.ts +1 -1
- package/lib/generated-client/models/image-provider-info.d.ts +1 -1
- package/lib/generated-client/models/inbound-keep-alive-message.d.ts +1 -1
- package/lib/generated-client/models/inbound-web-socket-message.d.ts +22 -8
- package/lib/generated-client/models/index.d.ts +38 -14
- package/lib/generated-client/models/index.js +9 -1
- package/lib/generated-client/models/installation-info.d.ts +1 -1
- package/lib/generated-client/models/item-fields.d.ts +0 -11
- package/lib/generated-client/models/item-fields.js +0 -11
- package/lib/generated-client/models/item-sort-by.d.ts +0 -2
- package/lib/generated-client/models/item-sort-by.js +1 -3
- package/lib/generated-client/models/library-changed-message.d.ts +2 -2
- package/lib/generated-client/models/library-options-result-dto.d.ts +14 -2
- package/lib/generated-client/models/library-options.d.ts +57 -3
- package/lib/generated-client/models/library-storage-dto.d.ts +36 -0
- package/lib/generated-client/models/library-type-options-dto.d.ts +3 -3
- package/lib/generated-client/models/listings-provider-info.d.ts +1 -1
- package/lib/generated-client/models/live-stream-response.d.ts +1 -1
- package/lib/generated-client/models/live-tv-info.d.ts +1 -1
- package/lib/generated-client/models/live-tv-options.d.ts +2 -2
- package/lib/generated-client/models/live-tv-service-info.d.ts +1 -1
- package/lib/generated-client/models/lyric-dto.d.ts +2 -2
- package/lib/generated-client/models/lyric-line-cue.d.ts +41 -0
- package/lib/generated-client/models/lyric-line.d.ts +7 -0
- package/lib/generated-client/models/media-path-dto.d.ts +1 -1
- package/lib/generated-client/models/media-path-info.d.ts +0 -6
- package/lib/generated-client/models/media-segment-dto-query-result.d.ts +36 -0
- package/lib/generated-client/models/media-segment-dto.d.ts +48 -0
- package/lib/generated-client/models/media-segment-type.d.ts +24 -0
- package/lib/generated-client/models/media-segment-type.js +27 -0
- package/lib/generated-client/models/media-source-info.d.ts +29 -11
- package/lib/generated-client/models/media-stream.d.ts +23 -5
- package/lib/generated-client/models/media-update-info-dto.d.ts +1 -1
- package/lib/generated-client/models/metadata-editor-info.d.ts +12 -12
- package/lib/generated-client/models/movie-info-remote-search-query.d.ts +1 -1
- package/lib/generated-client/models/movie-info.d.ts +2 -2
- package/lib/generated-client/models/music-video-info-remote-search-query.d.ts +1 -1
- package/lib/generated-client/models/music-video-info.d.ts +2 -2
- package/lib/generated-client/models/network-configuration.d.ts +1 -0
- package/lib/generated-client/models/open-live-stream-dto.d.ts +9 -3
- package/lib/generated-client/models/outbound-keep-alive-message.d.ts +1 -1
- package/lib/generated-client/models/outbound-web-socket-message.d.ts +85 -29
- package/lib/generated-client/models/package-info.d.ts +1 -1
- package/lib/generated-client/models/parental-rating-score.d.ts +29 -0
- package/lib/generated-client/models/parental-rating.d.ts +8 -1
- package/lib/generated-client/models/person-lookup-info-remote-search-query.d.ts +1 -1
- package/lib/generated-client/models/person-lookup-info.d.ts +2 -2
- package/lib/generated-client/models/play-message.d.ts +2 -2
- package/lib/generated-client/models/play-queue-update-group-update.d.ts +2 -2
- package/lib/generated-client/models/play-queue-update.d.ts +4 -4
- package/lib/generated-client/models/play-request.d.ts +1 -1
- package/lib/generated-client/models/playback-info-dto.d.ts +8 -2
- package/lib/generated-client/models/playback-info-response.d.ts +2 -2
- package/lib/generated-client/models/playback-progress-info.d.ts +5 -5
- package/lib/generated-client/models/playback-start-info.d.ts +5 -5
- package/lib/generated-client/models/playback-stop-info.d.ts +2 -2
- package/lib/generated-client/models/player-state-info.d.ts +3 -3
- package/lib/generated-client/models/playlist-dto.d.ts +36 -0
- package/lib/generated-client/models/playstate-message.d.ts +2 -2
- package/lib/generated-client/models/playstate-request.d.ts +1 -1
- package/lib/generated-client/models/plugin-info.d.ts +1 -1
- package/lib/generated-client/models/plugin-installation-cancelled-message.d.ts +2 -2
- package/lib/generated-client/models/plugin-installation-completed-message.d.ts +2 -2
- package/lib/generated-client/models/plugin-installation-failed-message.d.ts +2 -2
- package/lib/generated-client/models/plugin-installing-message.d.ts +2 -2
- package/lib/generated-client/models/plugin-status.d.ts +1 -0
- package/lib/generated-client/models/plugin-status.js +1 -0
- package/lib/generated-client/models/plugin-uninstalled-message.d.ts +2 -2
- package/lib/generated-client/models/problem-details.d.ts +1 -1
- package/lib/generated-client/models/profile-condition-value.d.ts +1 -0
- package/lib/generated-client/models/profile-condition-value.js +2 -1
- package/lib/generated-client/models/profile-condition.d.ts +2 -2
- package/lib/generated-client/models/query-filters.d.ts +1 -1
- package/lib/generated-client/models/queue-request-dto.d.ts +1 -1
- package/lib/generated-client/models/recommendation-dto.d.ts +2 -2
- package/lib/generated-client/models/refresh-progress-message.d.ts +3 -3
- package/lib/generated-client/models/remote-image-info.d.ts +2 -2
- package/lib/generated-client/models/remote-image-result.d.ts +1 -1
- package/lib/generated-client/models/remote-lyric-info-dto.d.ts +1 -1
- package/lib/generated-client/models/remote-search-result.d.ts +2 -2
- package/lib/generated-client/models/restart-required-message.d.ts +1 -1
- package/lib/generated-client/models/scheduled-task-ended-message.d.ts +2 -2
- package/lib/generated-client/models/scheduled-tasks-info-message.d.ts +2 -2
- package/lib/generated-client/models/scheduled-tasks-info-start-message.d.ts +1 -1
- package/lib/generated-client/models/scheduled-tasks-info-stop-message.d.ts +1 -1
- package/lib/generated-client/models/search-hint-result.d.ts +1 -1
- package/lib/generated-client/models/search-hint.d.ts +2 -2
- package/lib/generated-client/models/send-command.d.ts +1 -1
- package/lib/generated-client/models/series-info-remote-search-query.d.ts +1 -1
- package/lib/generated-client/models/series-info.d.ts +2 -2
- package/lib/generated-client/models/series-timer-cancelled-message.d.ts +2 -2
- package/lib/generated-client/models/series-timer-created-message.d.ts +2 -2
- package/lib/generated-client/models/series-timer-info-dto-query-result.d.ts +3 -3
- package/lib/generated-client/models/series-timer-info-dto.d.ts +3 -3
- package/lib/generated-client/models/server-configuration.d.ts +29 -23
- package/lib/generated-client/models/server-restarting-message.d.ts +1 -1
- package/lib/generated-client/models/server-shutting-down-message.d.ts +1 -1
- package/lib/generated-client/models/session-info-dto.d.ts +199 -0
- package/lib/generated-client/models/session-info.d.ts +8 -8
- package/lib/generated-client/models/sessions-message.d.ts +4 -4
- package/lib/generated-client/models/sessions-start-message.d.ts +1 -1
- package/lib/generated-client/models/sessions-stop-message.d.ts +1 -1
- package/lib/generated-client/models/set-repeat-mode-request-dto.d.ts +1 -1
- package/lib/generated-client/models/set-shuffle-mode-request-dto.d.ts +1 -1
- package/lib/generated-client/models/song-info.d.ts +2 -2
- package/lib/generated-client/models/startup-configuration-dto.d.ts +6 -0
- package/lib/generated-client/models/startup-remote-access-dto.d.ts +1 -0
- package/lib/generated-client/models/string-group-update.d.ts +1 -1
- package/lib/generated-client/models/subtitle-profile.d.ts +6 -6
- package/lib/generated-client/models/sync-play-command-message.d.ts +2 -2
- package/lib/generated-client/models/sync-play-group-does-not-exist-update.d.ts +36 -0
- package/lib/generated-client/models/sync-play-group-joined-update.d.ts +37 -0
- package/lib/generated-client/models/sync-play-group-left-update.d.ts +36 -0
- package/lib/generated-client/models/sync-play-group-update-command-message.d.ts +2 -2
- package/lib/generated-client/models/sync-play-group-update-message.d.ts +37 -0
- package/lib/generated-client/models/sync-play-library-access-denied-update.d.ts +36 -0
- package/lib/generated-client/models/sync-play-not-in-group-update.d.ts +36 -0
- package/lib/generated-client/models/sync-play-play-queue-update.d.ts +37 -0
- package/lib/generated-client/models/sync-play-state-update.d.ts +37 -0
- package/lib/generated-client/models/sync-play-user-joined-update.d.ts +36 -0
- package/lib/generated-client/models/sync-play-user-left-update.d.ts +36 -0
- package/lib/generated-client/models/system-info.d.ts +9 -2
- package/lib/generated-client/models/system-storage-dto.d.ts +67 -0
- package/lib/generated-client/models/task-info.d.ts +3 -3
- package/lib/generated-client/models/task-result.d.ts +1 -1
- package/lib/generated-client/models/task-trigger-info-type.d.ts +22 -0
- package/lib/generated-client/models/task-trigger-info-type.js +25 -0
- package/lib/generated-client/models/task-trigger-info.d.ts +5 -4
- package/lib/generated-client/models/theme-media-result.d.ts +2 -2
- package/lib/generated-client/models/timer-cancelled-message.d.ts +2 -2
- package/lib/generated-client/models/timer-created-message.d.ts +2 -2
- package/lib/generated-client/models/timer-info-dto-query-result.d.ts +3 -3
- package/lib/generated-client/models/timer-info-dto.d.ts +3 -3
- package/lib/generated-client/models/tonemapping-algorithm.d.ts +26 -0
- package/lib/generated-client/models/tonemapping-algorithm.js +29 -0
- package/lib/generated-client/models/tonemapping-mode.d.ts +23 -0
- package/lib/generated-client/models/tonemapping-mode.js +26 -0
- package/lib/generated-client/models/tonemapping-range.d.ts +21 -0
- package/lib/generated-client/models/tonemapping-range.js +24 -0
- package/lib/generated-client/models/trailer-info-remote-search-query.d.ts +1 -1
- package/lib/generated-client/models/trailer-info.d.ts +2 -2
- package/lib/generated-client/models/transcode-reason.d.ts +2 -0
- package/lib/generated-client/models/transcode-reason.js +3 -1
- package/lib/generated-client/models/transcoding-info.d.ts +16 -16
- package/lib/generated-client/models/transcoding-profile.d.ts +24 -18
- package/lib/generated-client/models/trickplay-info-dto.d.ts +59 -0
- package/lib/generated-client/models/trickplay-info.d.ts +7 -1
- package/lib/generated-client/models/trickplay-options.d.ts +8 -2
- package/lib/generated-client/models/tuner-host-info.d.ts +24 -0
- package/lib/generated-client/models/type-options.d.ts +1 -1
- package/lib/generated-client/models/update-library-options-dto.d.ts +1 -1
- package/lib/generated-client/models/update-media-path-request-dto.d.ts +1 -1
- package/lib/generated-client/models/update-playlist-dto.d.ts +1 -1
- package/lib/generated-client/models/user-configuration.d.ts +1 -1
- package/lib/generated-client/models/user-data-change-info.d.ts +3 -3
- package/lib/generated-client/models/user-data-changed-message.d.ts +2 -2
- package/lib/generated-client/models/user-deleted-message.d.ts +1 -1
- package/lib/generated-client/models/user-dto.d.ts +2 -2
- package/lib/generated-client/models/user-item-data-dto.d.ts +2 -2
- package/lib/generated-client/models/user-policy.d.ts +9 -3
- package/lib/generated-client/models/user-updated-message.d.ts +2 -2
- package/lib/generated-client/models/video-range-type.d.ts +4 -0
- package/lib/generated-client/models/video-range-type.js +4 -0
- package/lib/generated-client/models/virtual-folder-info.d.ts +2 -2
- package/lib/generated-client/models/web-socket-message.d.ts +2 -2
- package/lib/models/api/image-request-parameters.d.ts +0 -1
- package/lib/models/api/index.d.ts +0 -1
- package/lib/models/api/index.js +1 -1
- package/lib/utils/address-candidates.js +15 -10
- package/lib/utils/api/index.d.ts +1 -0
- package/lib/utils/api/index.js +1 -0
- package/lib/utils/api/media-segments-api.d.ts +8 -0
- package/lib/utils/api/media-segments-api.js +12 -0
- package/lib/utils/index.js +1 -1
- package/lib/utils/url/index.d.ts +16 -3
- package/lib/utils/url/index.js +26 -4
- package/lib/versions.d.ts +2 -2
- package/lib/versions.js +2 -2
- package/package.json +20 -18
- package/lib/models/api/item-sort-by.d.ts +0 -40
- package/lib/models/api/item-sort-by.js +0 -43
|
@@ -15,6 +15,9 @@ export * from './authenticate-user-by-name';
|
|
|
15
15
|
export * from './authentication-info';
|
|
16
16
|
export * from './authentication-info-query-result';
|
|
17
17
|
export * from './authentication-result';
|
|
18
|
+
export * from './backup-manifest-dto';
|
|
19
|
+
export * from './backup-options-dto';
|
|
20
|
+
export * from './backup-restore-request-dto';
|
|
18
21
|
export * from './base-item-dto';
|
|
19
22
|
export * from './base-item-dto-image-blur-hashes';
|
|
20
23
|
export * from './base-item-dto-query-result';
|
|
@@ -25,7 +28,7 @@ export * from './book-info';
|
|
|
25
28
|
export * from './book-info-remote-search-query';
|
|
26
29
|
export * from './box-set-info';
|
|
27
30
|
export * from './box-set-info-remote-search-query';
|
|
28
|
-
export * from './branding-options';
|
|
31
|
+
export * from './branding-options-dto';
|
|
29
32
|
export * from './buffer-request-dto';
|
|
30
33
|
export * from './cast-receiver-application';
|
|
31
34
|
export * from './channel-features';
|
|
@@ -35,7 +38,6 @@ export * from './channel-media-content-type';
|
|
|
35
38
|
export * from './channel-media-type';
|
|
36
39
|
export * from './channel-type';
|
|
37
40
|
export * from './chapter-info';
|
|
38
|
-
export * from './client-capabilities';
|
|
39
41
|
export * from './client-capabilities-dto';
|
|
40
42
|
export * from './client-log-document-response-dto';
|
|
41
43
|
export * from './codec-profile';
|
|
@@ -50,12 +52,16 @@ export * from './country-info';
|
|
|
50
52
|
export * from './create-playlist-dto';
|
|
51
53
|
export * from './create-user-by-name';
|
|
52
54
|
export * from './culture-dto';
|
|
55
|
+
export * from './custom-database-option';
|
|
56
|
+
export * from './custom-database-options';
|
|
57
|
+
export * from './database-configuration-options';
|
|
58
|
+
export * from './database-locking-behavior-types';
|
|
53
59
|
export * from './day-of-week';
|
|
54
60
|
export * from './day-pattern';
|
|
55
61
|
export * from './default-directory-browser-info-dto';
|
|
56
|
-
export * from './
|
|
57
|
-
export * from './device-info-
|
|
58
|
-
export * from './device-
|
|
62
|
+
export * from './deinterlace-method';
|
|
63
|
+
export * from './device-info-dto';
|
|
64
|
+
export * from './device-info-dto-query-result';
|
|
59
65
|
export * from './device-options-dto';
|
|
60
66
|
export * from './device-profile';
|
|
61
67
|
export * from './direct-play-profile';
|
|
@@ -64,6 +70,7 @@ export * from './dlna-profile-type';
|
|
|
64
70
|
export * from './down-mix-stereo-algorithms';
|
|
65
71
|
export * from './dynamic-day-of-week';
|
|
66
72
|
export * from './embedded-subtitle-options';
|
|
73
|
+
export * from './encoder-preset';
|
|
67
74
|
export * from './encoding-context';
|
|
68
75
|
export * from './encoding-options';
|
|
69
76
|
export * from './end-point-info';
|
|
@@ -73,6 +80,7 @@ export * from './external-url';
|
|
|
73
80
|
export * from './extra-type';
|
|
74
81
|
export * from './file-system-entry-info';
|
|
75
82
|
export * from './file-system-entry-type';
|
|
83
|
+
export * from './folder-storage-dto';
|
|
76
84
|
export * from './font-file';
|
|
77
85
|
export * from './force-keep-alive-message';
|
|
78
86
|
export * from './forgot-password-action';
|
|
@@ -84,17 +92,15 @@ export * from './general-command-message';
|
|
|
84
92
|
export * from './general-command-type';
|
|
85
93
|
export * from './get-programs-dto';
|
|
86
94
|
export * from './group-info-dto';
|
|
87
|
-
export * from './group-info-dto-group-update';
|
|
88
95
|
export * from './group-queue-mode';
|
|
89
96
|
export * from './group-repeat-mode';
|
|
90
97
|
export * from './group-shuffle-mode';
|
|
91
98
|
export * from './group-state-type';
|
|
92
99
|
export * from './group-state-update';
|
|
93
|
-
export * from './group-state-update-group-update';
|
|
94
100
|
export * from './group-update';
|
|
95
101
|
export * from './group-update-type';
|
|
96
102
|
export * from './guide-info';
|
|
97
|
-
export * from './hardware-
|
|
103
|
+
export * from './hardware-acceleration-type';
|
|
98
104
|
export * from './iplugin';
|
|
99
105
|
export * from './ignore-wait-request-dto';
|
|
100
106
|
export * from './image-format';
|
|
@@ -119,6 +125,7 @@ export * from './library-changed-message';
|
|
|
119
125
|
export * from './library-option-info-dto';
|
|
120
126
|
export * from './library-options';
|
|
121
127
|
export * from './library-options-result-dto';
|
|
128
|
+
export * from './library-storage-dto';
|
|
122
129
|
export * from './library-type-options-dto';
|
|
123
130
|
export * from './library-update-info';
|
|
124
131
|
export * from './listings-provider-info';
|
|
@@ -133,11 +140,15 @@ export * from './log-file';
|
|
|
133
140
|
export * from './log-level';
|
|
134
141
|
export * from './lyric-dto';
|
|
135
142
|
export * from './lyric-line';
|
|
143
|
+
export * from './lyric-line-cue';
|
|
136
144
|
export * from './lyric-metadata';
|
|
137
145
|
export * from './media-attachment';
|
|
138
146
|
export * from './media-path-dto';
|
|
139
147
|
export * from './media-path-info';
|
|
140
148
|
export * from './media-protocol';
|
|
149
|
+
export * from './media-segment-dto';
|
|
150
|
+
export * from './media-segment-dto-query-result';
|
|
151
|
+
export * from './media-segment-type';
|
|
141
152
|
export * from './media-source-info';
|
|
142
153
|
export * from './media-source-type';
|
|
143
154
|
export * from './media-stream';
|
|
@@ -169,6 +180,7 @@ export * from './outbound-keep-alive-message';
|
|
|
169
180
|
export * from './outbound-web-socket-message';
|
|
170
181
|
export * from './package-info';
|
|
171
182
|
export * from './parental-rating';
|
|
183
|
+
export * from './parental-rating-score';
|
|
172
184
|
export * from './path-substitution';
|
|
173
185
|
export * from './person-kind';
|
|
174
186
|
export * from './person-lookup-info';
|
|
@@ -180,7 +192,6 @@ export * from './play-command';
|
|
|
180
192
|
export * from './play-message';
|
|
181
193
|
export * from './play-method';
|
|
182
194
|
export * from './play-queue-update';
|
|
183
|
-
export * from './play-queue-update-group-update';
|
|
184
195
|
export * from './play-queue-update-reason';
|
|
185
196
|
export * from './play-request';
|
|
186
197
|
export * from './play-request-dto';
|
|
@@ -194,6 +205,7 @@ export * from './playback-start-info';
|
|
|
194
205
|
export * from './playback-stop-info';
|
|
195
206
|
export * from './player-state-info';
|
|
196
207
|
export * from './playlist-creation-result';
|
|
208
|
+
export * from './playlist-dto';
|
|
197
209
|
export * from './playlist-user-permissions';
|
|
198
210
|
export * from './playstate-command';
|
|
199
211
|
export * from './playstate-message';
|
|
@@ -255,7 +267,7 @@ export * from './server-configuration';
|
|
|
255
267
|
export * from './server-discovery-info';
|
|
256
268
|
export * from './server-restarting-message';
|
|
257
269
|
export * from './server-shutting-down-message';
|
|
258
|
-
export * from './session-info';
|
|
270
|
+
export * from './session-info-dto';
|
|
259
271
|
export * from './session-message-type';
|
|
260
272
|
export * from './session-user-info';
|
|
261
273
|
export * from './sessions-message';
|
|
@@ -271,27 +283,40 @@ export * from './special-view-option-dto';
|
|
|
271
283
|
export * from './startup-configuration-dto';
|
|
272
284
|
export * from './startup-remote-access-dto';
|
|
273
285
|
export * from './startup-user-dto';
|
|
274
|
-
export * from './string-group-update';
|
|
275
286
|
export * from './subtitle-delivery-method';
|
|
276
287
|
export * from './subtitle-options';
|
|
277
288
|
export * from './subtitle-playback-mode';
|
|
278
289
|
export * from './subtitle-profile';
|
|
279
290
|
export * from './sync-play-command-message';
|
|
280
|
-
export * from './sync-play-group-
|
|
291
|
+
export * from './sync-play-group-does-not-exist-update';
|
|
292
|
+
export * from './sync-play-group-joined-update';
|
|
293
|
+
export * from './sync-play-group-left-update';
|
|
294
|
+
export * from './sync-play-group-update-message';
|
|
295
|
+
export * from './sync-play-library-access-denied-update';
|
|
296
|
+
export * from './sync-play-not-in-group-update';
|
|
297
|
+
export * from './sync-play-play-queue-update';
|
|
281
298
|
export * from './sync-play-queue-item';
|
|
299
|
+
export * from './sync-play-state-update';
|
|
282
300
|
export * from './sync-play-user-access-type';
|
|
301
|
+
export * from './sync-play-user-joined-update';
|
|
302
|
+
export * from './sync-play-user-left-update';
|
|
283
303
|
export * from './system-info';
|
|
304
|
+
export * from './system-storage-dto';
|
|
284
305
|
export * from './task-completion-status';
|
|
285
306
|
export * from './task-info';
|
|
286
307
|
export * from './task-result';
|
|
287
308
|
export * from './task-state';
|
|
288
309
|
export * from './task-trigger-info';
|
|
310
|
+
export * from './task-trigger-info-type';
|
|
289
311
|
export * from './theme-media-result';
|
|
290
312
|
export * from './timer-cancelled-message';
|
|
291
313
|
export * from './timer-created-message';
|
|
292
314
|
export * from './timer-event-info';
|
|
293
315
|
export * from './timer-info-dto';
|
|
294
316
|
export * from './timer-info-dto-query-result';
|
|
317
|
+
export * from './tonemapping-algorithm';
|
|
318
|
+
export * from './tonemapping-mode';
|
|
319
|
+
export * from './tonemapping-range';
|
|
295
320
|
export * from './trailer-info';
|
|
296
321
|
export * from './trailer-info-remote-search-query';
|
|
297
322
|
export * from './transcode-reason';
|
|
@@ -299,7 +324,7 @@ export * from './transcode-seek-info';
|
|
|
299
324
|
export * from './transcoding-info';
|
|
300
325
|
export * from './transcoding-profile';
|
|
301
326
|
export * from './transport-stream-timestamp';
|
|
302
|
-
export * from './trickplay-info';
|
|
327
|
+
export * from './trickplay-info-dto';
|
|
303
328
|
export * from './trickplay-options';
|
|
304
329
|
export * from './trickplay-scan-behavior';
|
|
305
330
|
export * from './tuner-channel-mapping';
|
|
@@ -329,6 +354,5 @@ export * from './video-range';
|
|
|
329
354
|
export * from './video-range-type';
|
|
330
355
|
export * from './video-type';
|
|
331
356
|
export * from './virtual-folder-info';
|
|
332
|
-
export * from './wake-on-lan-info';
|
|
333
357
|
export * from './web-socket-message';
|
|
334
358
|
export * from './xbmc-metadata-options';
|
|
@@ -7,12 +7,15 @@ export { ChannelType } from './channel-type.js';
|
|
|
7
7
|
export { CodecType } from './codec-type.js';
|
|
8
8
|
export { CollectionType } from './collection-type.js';
|
|
9
9
|
export { CollectionTypeOptions } from './collection-type-options.js';
|
|
10
|
+
export { DatabaseLockingBehaviorTypes } from './database-locking-behavior-types.js';
|
|
10
11
|
export { DayOfWeek } from './day-of-week.js';
|
|
11
12
|
export { DayPattern } from './day-pattern.js';
|
|
13
|
+
export { DeinterlaceMethod } from './deinterlace-method.js';
|
|
12
14
|
export { DlnaProfileType } from './dlna-profile-type.js';
|
|
13
15
|
export { DownMixStereoAlgorithms } from './down-mix-stereo-algorithms.js';
|
|
14
16
|
export { DynamicDayOfWeek } from './dynamic-day-of-week.js';
|
|
15
17
|
export { EmbeddedSubtitleOptions } from './embedded-subtitle-options.js';
|
|
18
|
+
export { EncoderPreset } from './encoder-preset.js';
|
|
16
19
|
export { EncodingContext } from './encoding-context.js';
|
|
17
20
|
export { ExternalIdMediaType } from './external-id-media-type.js';
|
|
18
21
|
export { ExtraType } from './extra-type.js';
|
|
@@ -24,7 +27,7 @@ export { GroupRepeatMode } from './group-repeat-mode.js';
|
|
|
24
27
|
export { GroupShuffleMode } from './group-shuffle-mode.js';
|
|
25
28
|
export { GroupStateType } from './group-state-type.js';
|
|
26
29
|
export { GroupUpdateType } from './group-update-type.js';
|
|
27
|
-
export {
|
|
30
|
+
export { HardwareAccelerationType } from './hardware-acceleration-type.js';
|
|
28
31
|
export { ImageFormat } from './image-format.js';
|
|
29
32
|
export { ImageOrientation } from './image-orientation.js';
|
|
30
33
|
export { ImageResolution } from './image-resolution.js';
|
|
@@ -39,6 +42,7 @@ export { LiveTvServiceStatus } from './live-tv-service-status.js';
|
|
|
39
42
|
export { LocationType } from './location-type.js';
|
|
40
43
|
export { LogLevel } from './log-level.js';
|
|
41
44
|
export { MediaProtocol } from './media-protocol.js';
|
|
45
|
+
export { MediaSegmentType } from './media-segment-type.js';
|
|
42
46
|
export { MediaSourceType } from './media-source-type.js';
|
|
43
47
|
export { MediaStreamProtocol } from './media-stream-protocol.js';
|
|
44
48
|
export { MediaStreamType } from './media-stream-type.js';
|
|
@@ -73,6 +77,10 @@ export { SubtitlePlaybackMode } from './subtitle-playback-mode.js';
|
|
|
73
77
|
export { SyncPlayUserAccessType } from './sync-play-user-access-type.js';
|
|
74
78
|
export { TaskCompletionStatus } from './task-completion-status.js';
|
|
75
79
|
export { TaskState } from './task-state.js';
|
|
80
|
+
export { TaskTriggerInfoType } from './task-trigger-info-type.js';
|
|
81
|
+
export { TonemappingAlgorithm } from './tonemapping-algorithm.js';
|
|
82
|
+
export { TonemappingMode } from './tonemapping-mode.js';
|
|
83
|
+
export { TonemappingRange } from './tonemapping-range.js';
|
|
76
84
|
export { TranscodeReason } from './transcode-reason.js';
|
|
77
85
|
export { TranscodeSeekInfo } from './transcode-seek-info.js';
|
|
78
86
|
export { TranscodingInfoTranscodeReasonsEnum } from './transcoding-info.js';
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
9
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
10
|
*/
|
|
11
|
-
import { PackageInfo } from './package-info';
|
|
11
|
+
import type { PackageInfo } from './package-info';
|
|
12
12
|
/**
|
|
13
13
|
* Class InstallationInfo.
|
|
14
14
|
* @export
|
|
@@ -29,7 +29,6 @@ export declare const ItemFields: {
|
|
|
29
29
|
readonly Etag: "Etag";
|
|
30
30
|
readonly ExternalUrls: "ExternalUrls";
|
|
31
31
|
readonly Genres: "Genres";
|
|
32
|
-
readonly HomePageUrl: "HomePageUrl";
|
|
33
32
|
readonly ItemCounts: "ItemCounts";
|
|
34
33
|
readonly MediaSourceCount: "MediaSourceCount";
|
|
35
34
|
readonly MediaSources: "MediaSources";
|
|
@@ -44,8 +43,6 @@ export declare const ItemFields: {
|
|
|
44
43
|
readonly PrimaryImageAspectRatio: "PrimaryImageAspectRatio";
|
|
45
44
|
readonly RecursiveItemCount: "RecursiveItemCount";
|
|
46
45
|
readonly Settings: "Settings";
|
|
47
|
-
readonly ScreenshotImageTags: "ScreenshotImageTags";
|
|
48
|
-
readonly SeriesPrimaryImage: "SeriesPrimaryImage";
|
|
49
46
|
readonly SeriesStudio: "SeriesStudio";
|
|
50
47
|
readonly SortName: "SortName";
|
|
51
48
|
readonly SpecialEpisodeNumbers: "SpecialEpisodeNumbers";
|
|
@@ -55,14 +52,6 @@ export declare const ItemFields: {
|
|
|
55
52
|
readonly RemoteTrailers: "RemoteTrailers";
|
|
56
53
|
readonly MediaStreams: "MediaStreams";
|
|
57
54
|
readonly SeasonUserData: "SeasonUserData";
|
|
58
|
-
readonly ServiceName: "ServiceName";
|
|
59
|
-
readonly ThemeSongIds: "ThemeSongIds";
|
|
60
|
-
readonly ThemeVideoIds: "ThemeVideoIds";
|
|
61
|
-
readonly ExternalEtag: "ExternalEtag";
|
|
62
|
-
readonly PresentationUniqueKey: "PresentationUniqueKey";
|
|
63
|
-
readonly InheritedParentalRatingValue: "InheritedParentalRatingValue";
|
|
64
|
-
readonly ExternalSeriesId: "ExternalSeriesId";
|
|
65
|
-
readonly SeriesPresentationUniqueKey: "SeriesPresentationUniqueKey";
|
|
66
55
|
readonly DateLastRefreshed: "DateLastRefreshed";
|
|
67
56
|
readonly DateLastSaved: "DateLastSaved";
|
|
68
57
|
readonly RefreshState: "RefreshState";
|
|
@@ -31,7 +31,6 @@ const ItemFields = {
|
|
|
31
31
|
Etag: 'Etag',
|
|
32
32
|
ExternalUrls: 'ExternalUrls',
|
|
33
33
|
Genres: 'Genres',
|
|
34
|
-
HomePageUrl: 'HomePageUrl',
|
|
35
34
|
ItemCounts: 'ItemCounts',
|
|
36
35
|
MediaSourceCount: 'MediaSourceCount',
|
|
37
36
|
MediaSources: 'MediaSources',
|
|
@@ -46,8 +45,6 @@ const ItemFields = {
|
|
|
46
45
|
PrimaryImageAspectRatio: 'PrimaryImageAspectRatio',
|
|
47
46
|
RecursiveItemCount: 'RecursiveItemCount',
|
|
48
47
|
Settings: 'Settings',
|
|
49
|
-
ScreenshotImageTags: 'ScreenshotImageTags',
|
|
50
|
-
SeriesPrimaryImage: 'SeriesPrimaryImage',
|
|
51
48
|
SeriesStudio: 'SeriesStudio',
|
|
52
49
|
SortName: 'SortName',
|
|
53
50
|
SpecialEpisodeNumbers: 'SpecialEpisodeNumbers',
|
|
@@ -57,14 +54,6 @@ const ItemFields = {
|
|
|
57
54
|
RemoteTrailers: 'RemoteTrailers',
|
|
58
55
|
MediaStreams: 'MediaStreams',
|
|
59
56
|
SeasonUserData: 'SeasonUserData',
|
|
60
|
-
ServiceName: 'ServiceName',
|
|
61
|
-
ThemeSongIds: 'ThemeSongIds',
|
|
62
|
-
ThemeVideoIds: 'ThemeVideoIds',
|
|
63
|
-
ExternalEtag: 'ExternalEtag',
|
|
64
|
-
PresentationUniqueKey: 'PresentationUniqueKey',
|
|
65
|
-
InheritedParentalRatingValue: 'InheritedParentalRatingValue',
|
|
66
|
-
ExternalSeriesId: 'ExternalSeriesId',
|
|
67
|
-
SeriesPresentationUniqueKey: 'SeriesPresentationUniqueKey',
|
|
68
57
|
DateLastRefreshed: 'DateLastRefreshed',
|
|
69
58
|
DateLastSaved: 'DateLastSaved',
|
|
70
59
|
RefreshState: 'RefreshState',
|
|
@@ -44,7 +44,5 @@ export declare const ItemSortBy: {
|
|
|
44
44
|
readonly SeriesDatePlayed: "SeriesDatePlayed";
|
|
45
45
|
readonly ParentIndexNumber: "ParentIndexNumber";
|
|
46
46
|
readonly IndexNumber: "IndexNumber";
|
|
47
|
-
readonly SimilarityScore: "SimilarityScore";
|
|
48
|
-
readonly SearchScore: "SearchScore";
|
|
49
47
|
};
|
|
50
48
|
export type ItemSortBy = typeof ItemSortBy[keyof typeof ItemSortBy];
|
|
@@ -45,9 +45,7 @@ const ItemSortBy = {
|
|
|
45
45
|
DateLastContentAdded: 'DateLastContentAdded',
|
|
46
46
|
SeriesDatePlayed: 'SeriesDatePlayed',
|
|
47
47
|
ParentIndexNumber: 'ParentIndexNumber',
|
|
48
|
-
IndexNumber: 'IndexNumber'
|
|
49
|
-
SimilarityScore: 'SimilarityScore',
|
|
50
|
-
SearchScore: 'SearchScore'
|
|
48
|
+
IndexNumber: 'IndexNumber'
|
|
51
49
|
};
|
|
52
50
|
|
|
53
51
|
export { ItemSortBy };
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
9
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
10
|
*/
|
|
11
|
-
import { LibraryUpdateInfo } from './library-update-info';
|
|
12
|
-
import { SessionMessageType } from './session-message-type';
|
|
11
|
+
import type { LibraryUpdateInfo } from './library-update-info';
|
|
12
|
+
import type { SessionMessageType } from './session-message-type';
|
|
13
13
|
/**
|
|
14
14
|
* Library changed message.
|
|
15
15
|
* @export
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
9
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
10
|
*/
|
|
11
|
-
import { LibraryOptionInfoDto } from './library-option-info-dto';
|
|
12
|
-
import { LibraryTypeOptionsDto } from './library-type-options-dto';
|
|
11
|
+
import type { LibraryOptionInfoDto } from './library-option-info-dto';
|
|
12
|
+
import type { LibraryTypeOptionsDto } from './library-type-options-dto';
|
|
13
13
|
/**
|
|
14
14
|
* Library options result dto.
|
|
15
15
|
* @export
|
|
@@ -34,6 +34,18 @@ export interface LibraryOptionsResultDto {
|
|
|
34
34
|
* @memberof LibraryOptionsResultDto
|
|
35
35
|
*/
|
|
36
36
|
'SubtitleFetchers'?: Array<LibraryOptionInfoDto>;
|
|
37
|
+
/**
|
|
38
|
+
* Gets or sets the list of lyric fetchers.
|
|
39
|
+
* @type {Array<LibraryOptionInfoDto>}
|
|
40
|
+
* @memberof LibraryOptionsResultDto
|
|
41
|
+
*/
|
|
42
|
+
'LyricFetchers'?: Array<LibraryOptionInfoDto>;
|
|
43
|
+
/**
|
|
44
|
+
* Gets or sets the list of MediaSegment Providers.
|
|
45
|
+
* @type {Array<LibraryOptionInfoDto>}
|
|
46
|
+
* @memberof LibraryOptionsResultDto
|
|
47
|
+
*/
|
|
48
|
+
'MediaSegmentProviders'?: Array<LibraryOptionInfoDto>;
|
|
37
49
|
/**
|
|
38
50
|
* Gets or sets the type options.
|
|
39
51
|
* @type {Array<LibraryTypeOptionsDto>}
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
9
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
10
|
*/
|
|
11
|
-
import { EmbeddedSubtitleOptions } from './embedded-subtitle-options';
|
|
12
|
-
import { MediaPathInfo } from './media-path-info';
|
|
13
|
-
import { TypeOptions } from './type-options';
|
|
11
|
+
import type { EmbeddedSubtitleOptions } from './embedded-subtitle-options';
|
|
12
|
+
import type { MediaPathInfo } from './media-path-info';
|
|
13
|
+
import type { TypeOptions } from './type-options';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -162,6 +162,18 @@ export interface LibraryOptions {
|
|
|
162
162
|
* @memberof LibraryOptions
|
|
163
163
|
*/
|
|
164
164
|
'SubtitleFetcherOrder'?: Array<string>;
|
|
165
|
+
/**
|
|
166
|
+
*
|
|
167
|
+
* @type {Array<string>}
|
|
168
|
+
* @memberof LibraryOptions
|
|
169
|
+
*/
|
|
170
|
+
'DisabledMediaSegmentProviders'?: Array<string>;
|
|
171
|
+
/**
|
|
172
|
+
*
|
|
173
|
+
* @type {Array<string>}
|
|
174
|
+
* @memberof LibraryOptions
|
|
175
|
+
*/
|
|
176
|
+
'MediaSegmentProviderOrder'?: Array<string>;
|
|
165
177
|
/**
|
|
166
178
|
*
|
|
167
179
|
* @type {boolean}
|
|
@@ -198,6 +210,48 @@ export interface LibraryOptions {
|
|
|
198
210
|
* @memberof LibraryOptions
|
|
199
211
|
*/
|
|
200
212
|
'SaveLyricsWithMedia'?: boolean;
|
|
213
|
+
/**
|
|
214
|
+
*
|
|
215
|
+
* @type {boolean}
|
|
216
|
+
* @memberof LibraryOptions
|
|
217
|
+
*/
|
|
218
|
+
'SaveTrickplayWithMedia'?: boolean;
|
|
219
|
+
/**
|
|
220
|
+
*
|
|
221
|
+
* @type {Array<string>}
|
|
222
|
+
* @memberof LibraryOptions
|
|
223
|
+
*/
|
|
224
|
+
'DisabledLyricFetchers'?: Array<string>;
|
|
225
|
+
/**
|
|
226
|
+
*
|
|
227
|
+
* @type {Array<string>}
|
|
228
|
+
* @memberof LibraryOptions
|
|
229
|
+
*/
|
|
230
|
+
'LyricFetcherOrder'?: Array<string>;
|
|
231
|
+
/**
|
|
232
|
+
*
|
|
233
|
+
* @type {boolean}
|
|
234
|
+
* @memberof LibraryOptions
|
|
235
|
+
*/
|
|
236
|
+
'PreferNonstandardArtistsTag'?: boolean;
|
|
237
|
+
/**
|
|
238
|
+
*
|
|
239
|
+
* @type {boolean}
|
|
240
|
+
* @memberof LibraryOptions
|
|
241
|
+
*/
|
|
242
|
+
'UseCustomTagDelimiters'?: boolean;
|
|
243
|
+
/**
|
|
244
|
+
*
|
|
245
|
+
* @type {Array<string>}
|
|
246
|
+
* @memberof LibraryOptions
|
|
247
|
+
*/
|
|
248
|
+
'CustomTagDelimiters'?: Array<string>;
|
|
249
|
+
/**
|
|
250
|
+
*
|
|
251
|
+
* @type {Array<string>}
|
|
252
|
+
* @memberof LibraryOptions
|
|
253
|
+
*/
|
|
254
|
+
'DelimiterWhitelist'?: Array<string>;
|
|
201
255
|
/**
|
|
202
256
|
*
|
|
203
257
|
* @type {boolean}
|
|
@@ -0,0 +1,36 @@
|
|
|
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 type { FolderStorageDto } from './folder-storage-dto';
|
|
12
|
+
/**
|
|
13
|
+
* Contains informations about a libraries storage informations.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface LibraryStorageDto
|
|
16
|
+
*/
|
|
17
|
+
export interface LibraryStorageDto {
|
|
18
|
+
/**
|
|
19
|
+
* Gets or sets the Library Id.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof LibraryStorageDto
|
|
22
|
+
*/
|
|
23
|
+
'Id'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Gets or sets the name of the library.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof LibraryStorageDto
|
|
28
|
+
*/
|
|
29
|
+
'Name'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Gets or sets the storage informations about the folders used in a library.
|
|
32
|
+
* @type {Array<FolderStorageDto>}
|
|
33
|
+
* @memberof LibraryStorageDto
|
|
34
|
+
*/
|
|
35
|
+
'Folders'?: Array<FolderStorageDto>;
|
|
36
|
+
}
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
9
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
10
|
*/
|
|
11
|
-
import { ImageOption } from './image-option';
|
|
12
|
-
import { ImageType } from './image-type';
|
|
13
|
-
import { LibraryOptionInfoDto } from './library-option-info-dto';
|
|
11
|
+
import type { ImageOption } from './image-option';
|
|
12
|
+
import type { ImageType } from './image-type';
|
|
13
|
+
import type { LibraryOptionInfoDto } from './library-option-info-dto';
|
|
14
14
|
/**
|
|
15
15
|
* Library type options dto.
|
|
16
16
|
* @export
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
9
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
10
|
*/
|
|
11
|
-
import { NameValuePair } from './name-value-pair';
|
|
11
|
+
import type { NameValuePair } from './name-value-pair';
|
|
12
12
|
/**
|
|
13
13
|
*
|
|
14
14
|
* @export
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
9
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
10
|
*/
|
|
11
|
-
import { MediaSourceInfo } from './media-source-info';
|
|
11
|
+
import type { MediaSourceInfo } from './media-source-info';
|
|
12
12
|
/**
|
|
13
13
|
*
|
|
14
14
|
* @export
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
9
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
10
|
*/
|
|
11
|
-
import { LiveTvServiceInfo } from './live-tv-service-info';
|
|
11
|
+
import type { LiveTvServiceInfo } from './live-tv-service-info';
|
|
12
12
|
/**
|
|
13
13
|
*
|
|
14
14
|
* @export
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
9
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
10
|
*/
|
|
11
|
-
import { ListingsProviderInfo } from './listings-provider-info';
|
|
12
|
-
import { TunerHostInfo } from './tuner-host-info';
|
|
11
|
+
import type { ListingsProviderInfo } from './listings-provider-info';
|
|
12
|
+
import type { TunerHostInfo } from './tuner-host-info';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
9
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
10
|
*/
|
|
11
|
-
import { LiveTvServiceStatus } from './live-tv-service-status';
|
|
11
|
+
import type { LiveTvServiceStatus } from './live-tv-service-status';
|
|
12
12
|
/**
|
|
13
13
|
* Class ServiceInfo.
|
|
14
14
|
* @export
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
9
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
10
|
*/
|
|
11
|
-
import { LyricLine } from './lyric-line';
|
|
12
|
-
import { LyricMetadata } from './lyric-metadata';
|
|
11
|
+
import type { LyricLine } from './lyric-line';
|
|
12
|
+
import type { LyricMetadata } from './lyric-metadata';
|
|
13
13
|
/**
|
|
14
14
|
* LyricResponse model.
|
|
15
15
|
* @export
|
|
@@ -0,0 +1,41 @@
|
|
|
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
|
+
/**
|
|
12
|
+
* LyricLineCue model, holds information about the timing of words within a LyricLine.
|
|
13
|
+
* @export
|
|
14
|
+
* @interface LyricLineCue
|
|
15
|
+
*/
|
|
16
|
+
export interface LyricLineCue {
|
|
17
|
+
/**
|
|
18
|
+
* Gets the start character index of the cue.
|
|
19
|
+
* @type {number}
|
|
20
|
+
* @memberof LyricLineCue
|
|
21
|
+
*/
|
|
22
|
+
'Position'?: number;
|
|
23
|
+
/**
|
|
24
|
+
* Gets the end character index of the cue.
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof LyricLineCue
|
|
27
|
+
*/
|
|
28
|
+
'EndPosition'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* Gets the timestamp the lyric is synced to in ticks.
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof LyricLineCue
|
|
33
|
+
*/
|
|
34
|
+
'Start'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* Gets the end timestamp the lyric is synced to in ticks.
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof LyricLineCue
|
|
39
|
+
*/
|
|
40
|
+
'End'?: number | null;
|
|
41
|
+
}
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
9
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
10
|
*/
|
|
11
|
+
import type { LyricLineCue } from './lyric-line-cue';
|
|
11
12
|
/**
|
|
12
13
|
* Lyric model.
|
|
13
14
|
* @export
|
|
@@ -26,4 +27,10 @@ export interface LyricLine {
|
|
|
26
27
|
* @memberof LyricLine
|
|
27
28
|
*/
|
|
28
29
|
'Start'?: number | null;
|
|
30
|
+
/**
|
|
31
|
+
* Gets the time-aligned cues for the song\'s lyrics.
|
|
32
|
+
* @type {Array<LyricLineCue>}
|
|
33
|
+
* @memberof LyricLine
|
|
34
|
+
*/
|
|
35
|
+
'Cues'?: Array<LyricLineCue> | null;
|
|
29
36
|
}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
9
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
10
|
*/
|
|
11
|
-
import { MediaPathInfo } from './media-path-info';
|
|
11
|
+
import type { MediaPathInfo } from './media-path-info';
|
|
12
12
|
/**
|
|
13
13
|
* Media Path dto.
|
|
14
14
|
* @export
|