• void CapitalizeAllFields(NeonScriptTrack track)
    Capitalize all text fields for the track using the active capitalization rules.
    Parameters
    NameDescription
    trackThe track to update
  • Task CommitAllChanges(IEnumerable<NeonScriptTrack> tracks)
    Commits all changes in the input tracks collection to tags and the database. (Async version)
    Parameters
    NameDescription
    tracksThe tracks to update
  • Task CommitAllChangesSync(IEnumerable<NeonScriptTrack> tracks)
    Commits all changes in the input tracks collection to tags and the database.
    Parameters
    NameDescription
    tracksThe tracks to update
  • void SaveTags(NeonScriptTrack track)
    Saves the tags for the given track to the file system and database.
    Parameters
    NameDescription
    trackThe track to save tags for
  • NeonScriptTrack TrackById(Int32 detailId)
    Returns a NeonScriptTrack object for the given detail ID.
    Parameters
    NameDescription
    detailIdThe id
  • NeonScriptTrack TrackFromFilename(String filename)
    Returns a NeonScriptTrack object for the given filename.
    Parameters
    NameDescription
    filenameThe filename