SongInfo

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>? = null,     album: String? = null,     artists: List<String>? = null)