InstantMixApi
Functions
Link copied to clipboard
suspend fun getInstantMixFromAlbum(request: ERROR CLASS: Symbol not found for GetInstantMixFromAlbumRequest): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
suspend fun getInstantMixFromAlbum(itemId: ERROR CLASS: Symbol not found for UUID, userId: ERROR CLASS: Symbol not found for UUID?? = null, limit: Int? = null, fields: Collection<ERROR CLASS: Symbol not found for ItemFields>? = emptyList(), enableImages: Boolean? = null, enableUserData: Boolean? = null, imageTypeLimit: Int? = null, enableImageTypes: Collection<ERROR CLASS: Symbol not found for ImageType>? = emptyList()): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
Creates an instant playlist based on a given album.
Link copied to clipboard
suspend fun getInstantMixFromArtists(request: ERROR CLASS: Symbol not found for GetInstantMixFromArtistsRequest): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
suspend fun getInstantMixFromArtists(itemId: ERROR CLASS: Symbol not found for UUID, userId: ERROR CLASS: Symbol not found for UUID?? = null, limit: Int? = null, fields: Collection<ERROR CLASS: Symbol not found for ItemFields>? = emptyList(), enableImages: Boolean? = null, enableUserData: Boolean? = null, imageTypeLimit: Int? = null, enableImageTypes: Collection<ERROR CLASS: Symbol not found for ImageType>? = emptyList()): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
Creates an instant playlist based on a given artist.
Link copied to clipboard
suspend fun getInstantMixFromArtists2(request: ERROR CLASS: Symbol not found for GetInstantMixFromArtists2Request): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
suspend fun getInstantMixFromArtists2(id: ERROR CLASS: Symbol not found for UUID, userId: ERROR CLASS: Symbol not found for UUID?? = null, limit: Int? = null, fields: Collection<ERROR CLASS: Symbol not found for ItemFields>? = emptyList(), enableImages: Boolean? = null, enableUserData: Boolean? = null, imageTypeLimit: Int? = null, enableImageTypes: Collection<ERROR CLASS: Symbol not found for ImageType>? = emptyList()): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
Creates an instant playlist based on a given artist.
Link copied to clipboard
suspend fun getInstantMixFromItem(request: ERROR CLASS: Symbol not found for GetInstantMixFromItemRequest): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
suspend fun getInstantMixFromItem(itemId: ERROR CLASS: Symbol not found for UUID, userId: ERROR CLASS: Symbol not found for UUID?? = null, limit: Int? = null, fields: Collection<ERROR CLASS: Symbol not found for ItemFields>? = emptyList(), enableImages: Boolean? = null, enableUserData: Boolean? = null, imageTypeLimit: Int? = null, enableImageTypes: Collection<ERROR CLASS: Symbol not found for ImageType>? = emptyList()): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
Creates an instant playlist based on a given item.
Link copied to clipboard
suspend fun getInstantMixFromMusicGenreById(request: ERROR CLASS: Symbol not found for GetInstantMixFromMusicGenreByIdRequest): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
suspend fun getInstantMixFromMusicGenreById(id: ERROR CLASS: Symbol not found for UUID, userId: ERROR CLASS: Symbol not found for UUID?? = null, limit: Int? = null, fields: Collection<ERROR CLASS: Symbol not found for ItemFields>? = emptyList(), enableImages: Boolean? = null, enableUserData: Boolean? = null, imageTypeLimit: Int? = null, enableImageTypes: Collection<ERROR CLASS: Symbol not found for ImageType>? = emptyList()): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
Creates an instant playlist based on a given genre.
Link copied to clipboard
suspend fun getInstantMixFromMusicGenreByName(request: ERROR CLASS: Symbol not found for GetInstantMixFromMusicGenreByNameRequest): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
suspend fun getInstantMixFromMusicGenreByName(name: String, userId: ERROR CLASS: Symbol not found for UUID?? = null, limit: Int? = null, fields: Collection<ERROR CLASS: Symbol not found for ItemFields>? = emptyList(), enableImages: Boolean? = null, enableUserData: Boolean? = null, imageTypeLimit: Int? = null, enableImageTypes: Collection<ERROR CLASS: Symbol not found for ImageType>? = emptyList()): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
Creates an instant playlist based on a given genre.
Link copied to clipboard
suspend fun getInstantMixFromPlaylist(request: ERROR CLASS: Symbol not found for GetInstantMixFromPlaylistRequest): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
suspend fun getInstantMixFromPlaylist(itemId: ERROR CLASS: Symbol not found for UUID, userId: ERROR CLASS: Symbol not found for UUID?? = null, limit: Int? = null, fields: Collection<ERROR CLASS: Symbol not found for ItemFields>? = emptyList(), enableImages: Boolean? = null, enableUserData: Boolean? = null, imageTypeLimit: Int? = null, enableImageTypes: Collection<ERROR CLASS: Symbol not found for ImageType>? = emptyList()): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
Creates an instant playlist based on a given playlist.
Link copied to clipboard
suspend fun getInstantMixFromSong(request: ERROR CLASS: Symbol not found for GetInstantMixFromSongRequest): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
suspend fun getInstantMixFromSong(itemId: ERROR CLASS: Symbol not found for UUID, userId: ERROR CLASS: Symbol not found for UUID?? = null, limit: Int? = null, fields: Collection<ERROR CLASS: Symbol not found for ItemFields>? = emptyList(), enableImages: Boolean? = null, enableUserData: Boolean? = null, imageTypeLimit: Int? = null, enableImageTypes: Collection<ERROR CLASS: Symbol not found for ImageType>? = emptyList()): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
Creates an instant playlist based on a given song.