• void UpdateProgress(String status)
    Updates the progress text displayed in the script host UI.
    Parameters
    NameDescription
    statusThe 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