- void AddFiles(List<String> filesToAdd) Adds files to the Helium database.Parameters
Name Description filesToAdd The files to add - string QuotedString(String data) Returns a quoted string suitable for use in a database query.Parameters
Name Description data - string SuggestedAlbumPath(NeonScriptAlbum album, Boolean fromFile) Returns the suggested album path according to Helium's album rules.Parameters
Name Description album The album to get the path for fromFile If true, the path will be calculated based on the actual (first) file from the album to give more precise results. - void UpdateAlbumPath(NeonScriptAlbum album, String path) Updates the path for an album in the database.Parameters
Name Description album The album to update path The path to set for the album - void UpdateAlbumPicture(NeonScriptAlbum album, String filename) Updates the picture for an album in the database.Parameters
Name Description album The album to update filename The picture filename - void UpdateArtistPicture(NeonScriptArtist artist, String filename) Updates the picture for an artist in the database.Parameters
Name Description artist The artist to update filename The picture filename - int ActiveUserId() Returns the ID of the currently active user in Helium.
- List<NeonScriptAlbum> Albums() Provides access to the albums in the database.
- List<NeonScriptArtist> Artists() Provides access to the artists in the database.
- List<NeonScriptTrack> Tracks() Provides access to the tracks in the database.
INeonScriptDatabase 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.