- NeonScriptArtist ArtistById(Int32 artistId) JS compatibleReturns an artist by ID.Parameters
Name Description artistId The artist id - NeonScriptArtist ArtistByName(String artist) JS compatibleReturns an artist by name.Parameters
Name Description artist The name of the artist - Task CommitAllChanges(NeonScriptArtist artist) JS compatibleCommits all changes made to the artist.Parameters
Name Description artist NeonScriptArtist - Task CommitAllChanges(IEnumerable<NeonScriptArtist> artists) Commits all changes made to the artists in the list.Parameters
Name Description artists List of NeonScriptArtist - void SetArtistAsFavourite(NeonScriptArtist artist, Boolean isFavourite) JS compatibleSets the specified artist as favourite or not.Parameters
Name Description artist The artist to set value for isFavourite True or false - IEnumerable<NeonScriptTrack> TracksForArtist(NeonScriptArtist artist) JS compatibleReturns all tracks for a given artist.Parameters
Name Description artist The artist to get the tracks for - IEnumerable<NeonScriptTrack> TracksForArtistAsync(NeonScriptArtist artist) Returns all tracks for a given artist. (async version)Parameters
Name Description artist The artist to get the tracks for
Scripting - Artists Print
Created by: Mikael Stalvik
Modified on: Mon, 27 Oct, 2025 at 7:14 PM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.