getInstantMixFromMusicGenreByName

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.

Parameters

name

The genre name.

userId

Optional. Filter by user id, and attach user data.

limit

Optional. The maximum number of records to return.

fields

Optional. Specify additional fields of information to return in the output.

enableImages

Optional. Include image information in output.

enableUserData

Optional. Include user data.

imageTypeLimit

Optional. The max number of images to return, per image type.

enableImageTypes

Optional. The image types to include in the output.


suspend fun getInstantMixFromMusicGenreByName(request: ERROR CLASS: Symbol not found for GetInstantMixFromMusicGenreByNameRequest): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>

Creates an instant playlist based on a given genre.

Parameters

request

The request parameters