- void CapitalizeAllFields(NeonScriptTrack track) JS compatibleCapitalize 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) JS compatibleCommits all changes in the input tracks collection to tags and the database.Parameters
Name Description tracks The tracks to update - void SaveTags(NeonScriptTrack track) JS compatibleSaves 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) JS compatibleReturns a NeonScriptTrack object for the given detail ID.Parameters
Name Description detailId The id - NeonScriptTrack TrackFromFilename(String filename) JS compatibleReturns a NeonScriptTrack object for the given filename.Parameters
Name Description filename The filename
Scripting - Tracks Print
Created by: Mikael Stalvik
Modified on: Mon, 27 Oct, 2025 at 7:18 PM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.