XbmcMetadataOptions

@Serializable
data class XbmcMetadataOptions(val userId: String? = null, val releaseDateFormat: String, val saveImagePathsInNfo: Boolean, val enablePathSubstitution: Boolean, val enableExtraThumbsDuplication: Boolean)

Constructors

Link copied to clipboard
constructor(userId: String? = null, releaseDateFormat: String, saveImagePathsInNfo: Boolean, enablePathSubstitution: Boolean, enableExtraThumbsDuplication: Boolean)

Properties

Link copied to clipboard
@SerialName(value = "EnableExtraThumbsDuplication")
val enableExtraThumbsDuplication: Boolean
Link copied to clipboard
@SerialName(value = "EnablePathSubstitution")
val enablePathSubstitution: Boolean
Link copied to clipboard
@SerialName(value = "ReleaseDateFormat")
val releaseDateFormat: String
Link copied to clipboard
@SerialName(value = "SaveImagePathsInNfo")
val saveImagePathsInNfo: Boolean
Link copied to clipboard
@SerialName(value = "UserId")
val userId: String?