- NeonScriptArtist ArtistById(Int32 artistId) Returns an artist by ID.Parameters
Name Description artistId The artist id - NeonScriptArtist ArtistByName(String artist) Returns an artist by name.Parameters
Name Description artist The name of the artist - Task CommitAllChanges(NeonScriptArtist artist) Commits 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) Sets 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) Returns 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: Tue, 19 Aug, 2025 at 4:29 PM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.