- void CapitalizeAllFields(NeonScriptTrack track) Capitalize all text fields for the track using the active capitalization rules.Parameters
Name Description track The track to update - Task CommitAllChanges(IEnumerable<NeonScriptTrack> tracks) Commits all changes in the input tracks collection to tags and the database. (Async version)Parameters
Name Description tracks The tracks to update - Task CommitAllChangesSync(IEnumerable<NeonScriptTrack> tracks) Commits all changes in the input tracks collection to tags and the database.Parameters
Name Description tracks The tracks to update - void SaveTags(NeonScriptTrack track) Saves the tags for the given track to the file system and database.Parameters
Name Description track The track to save tags for - NeonScriptTrack TrackById(Int32 detailId) Returns a NeonScriptTrack object for the given detail ID.Parameters
Name Description detailId The id - NeonScriptTrack TrackFromFilename(String filename) Returns a NeonScriptTrack object for the given filename.Parameters
Name Description filename The filename
Scripting - Tracks 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.