- void UpdateProgress(String status) Updates the progress text displayed in the script host UI.Parameters
Name Description status The progress text to show - IEnumerable<NeonScriptAlbum> Albums() Returns a collection of albums shown in the actual view.
- IEnumerable<NeonScriptArtist> Artists() Returns a collection of artists shown in the actual view.
- IEnumerable<NeonScriptTrack> DistinctTracks() Returns the disctinct files from the selection. If the selection contains subtracks, then a specific subtrack will only occur once in this list whereas it will occur multiple times in the Tracks method.
- string ReturnMessage() Set a custom exit message
- IEnumerable<NeonScriptTrack> Tracks() Contains a collection of the selected tracks
INeonScriptHost Print
Created by: Mikael Stalvik
Modified on: Tue, 19 Aug, 2025 at 4:30 PM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.