MetadataOptions
data class MetadataOptions(val itemType: String? = null, val disabledMetadataSavers: List<String>? = null, val localMetadataReaderOrder: List<String>? = null, val disabledMetadataFetchers: List<String>? = null, val metadataFetcherOrder: List<String>? = null, val disabledImageFetchers: List<String>? = null, val imageFetcherOrder: List<String>? = null)
Class MetadataOptions.
Constructors
Link copied to clipboard
constructor(itemType: String? = null, disabledMetadataSavers: List<String>? = null, localMetadataReaderOrder: List<String>? = null, disabledMetadataFetchers: List<String>? = null, metadataFetcherOrder: List<String>? = null, disabledImageFetchers: List<String>? = null, imageFetcherOrder: List<String>? = null)