jellyfin-sdk-kotlin
Toggle table of contents
latest-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
jellyfin-sdk-kotlin
jellyfin-model
/
org.jellyfin.sdk.model.api
/
XbmcMetadataOptions
Xbmc
Metadata
Options
common
@
Serializable
data
class
XbmcMetadataOptions
(
val
userId
:
String
?
=
null
,
val
releaseDateFormat
:
String
,
val
saveImagePathsInNfo
:
Boolean
,
val
enablePathSubstitution
:
Boolean
,
val
enableExtraThumbsDuplication
:
Boolean
)
Members
Constructors
Xbmc
Metadata
Options
Link copied to clipboard
common
constructor
(
userId
:
String
?
=
null
,
releaseDateFormat
:
String
,
saveImagePathsInNfo
:
Boolean
,
enablePathSubstitution
:
Boolean
,
enableExtraThumbsDuplication
:
Boolean
)
Properties
enable
Extra
Thumbs
Duplication
Link copied to clipboard
common
@
SerialName
(
value
=
"EnableExtraThumbsDuplication"
)
val
enableExtraThumbsDuplication
:
Boolean
enable
Path
Substitution
Link copied to clipboard
common
@
SerialName
(
value
=
"EnablePathSubstitution"
)
val
enablePathSubstitution
:
Boolean
release
Date
Format
Link copied to clipboard
common
@
SerialName
(
value
=
"ReleaseDateFormat"
)
val
releaseDateFormat
:
String
save
Image
Paths
In
Nfo
Link copied to clipboard
common
@
SerialName
(
value
=
"SaveImagePathsInNfo"
)
val
saveImagePathsInNfo
:
Boolean
user
Id
Link copied to clipboard
common
@
SerialName
(
value
=
"UserId"
)
val
userId
:
String
?