AlbumInfo
data class AlbumInfo(val name: String? = null, val originalTitle: String? = null, val path: String? = null, val metadataLanguage: String? = null, val metadataCountryCode: String? = null, val providerIds: Map<String, String?>? = null, val year: Int? = null, val indexNumber: Int? = null, val parentIndexNumber: Int? = null, val premiereDate: DateTime? = null, val isAutomated: Boolean, val albumArtists: List<String>, val artistProviderIds: Map<String, String?>, val songInfos: List<SongInfo>)
Constructors
Link copied to clipboard
constructor(name: String? = null, originalTitle: String? = null, path: String? = null, metadataLanguage: String? = null, metadataCountryCode: String? = null, providerIds: Map<String, String?>? = null, year: Int? = null, indexNumber: Int? = null, parentIndexNumber: Int? = null, premiereDate: DateTime? = null, isAutomated: Boolean, albumArtists: List<String>, artistProviderIds: Map<String, String?>, songInfos: List<SongInfo>)
Properties
Link copied to clipboard
The album artist.
Link copied to clipboard
The artist provider ids.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The metadata country code.
Link copied to clipboard
The metadata language.
Link copied to clipboard
The original title.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The provider ids.