AlbumInfo
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>)