- void ClearAttachedPictures(NeonScriptTrack track) Clears all attached pictures from the specified track. Note: Changes needs to be commited through the CommitAllChanges method.Parameters
Name Description track The track to remove the attached pictures from - void ClearAttachedPicturesFromFiles(IEnumerable<NeonScriptTrack> rawTracks) Removes all attached pictures from all files in the list passed in the rawTracks parameter. Note: Changes needs to be commited through the CommitAllChanges method.Parameters
Name Description rawTracks The tracks to clear pictures from. - Task ClearAttachedPicturesFromFilesAsync(IEnumerable<NeonScriptTrack> rawTracks) Removes all attached pictures from all files in the list passed in the rawTracks parameter. (async version)Parameters
Name Description rawTracks The tracks to clear pictures from. - Task ResizeAndSaveAlbumPictureToTags(NeonScriptAlbum album, Boolean overwrite, Int32 width, Int32 height, Boolean keepAspect) obsoleteResizes the album picture to the specified dimensions and saves it to the tags of the specified album.Parameters
Name Description album Which album to take picture from overwrite If true, overwrite any existing pictures width The desired width height The desired height keepAspect If true, keep aspect ratio - Task ResizeAndSaveAlbumPictureToTagsAsync(NeonScriptAlbum album, Boolean overwrite, Int32 width, Int32 height, Boolean keepAspect) Resizes the album picture to the specified dimensions and saves it to the tags of the specified album. (async version)Parameters
Name Description album Which album to take picture from overwrite If true, overwrite any existing pictures width The desired width height The desired height keepAspect If true, keep aspect ratio - Task ResizeAndSaveAlbumPictureToTagsSync(NeonScriptAlbum album, Boolean overwrite, Int32 width, Int32 height, Boolean keepAspect) Resizes the album picture to the specified dimensions and saves it to the tags of the specified album.Parameters
Name Description album Which album to take picture from overwrite If true, overwrite any existing pictures width The desired width height The desired height keepAspect If true, keep aspect ratio - Task ResizeAndSaveArtistPictureToTags(NeonScriptArtist artist, Boolean overwrite, Int32 width, Int32 height, Boolean keepAspect) obsoleteResizes the artist picture to the specified dimensions and saves it to the tags of the specified artist.Parameters
Name Description artist Which artist to take the picture from overwrite If true, overwrite any existing pictures width The desired width height The desired height keepAspect If true, keep aspect ratio - Task ResizeAndSaveArtistPictureToTagsAsync(NeonScriptArtist artist, Boolean overwrite, Int32 width, Int32 height, Boolean keepAspect) Resizes the artist picture to the specified dimensions and saves it to the tags of the specified artist. (async version)Parameters
Name Description artist Which artist to take the picture from overwrite If true, overwrite any existing pictures width The desired width height The desired height keepAspect If true, keep aspect ratio - Task ResizeAndSaveArtistPictureToTagsSync(NeonScriptArtist artist, Boolean overwrite, Int32 width, Int32 height, Boolean keepAspect) Resizes the artist picture to the specified dimensions and saves it to the tags of the specified artist.Parameters
Name Description artist Which artist to take the picture from overwrite If true, overwrite any existing pictures width The desired width height The desired height keepAspect If true, keep aspect ratio - Task SaveAlbumPictureToTags(NeonScriptAlbum album, Boolean overwrite) obsoleteSaves the album picture to the tags of the specified album.Parameters
Name Description album Which album to save pictures for overwrite If true, overwrite any existing pictures - Task SaveAlbumPictureToTagsAsync(NeonScriptAlbum album, Boolean overwrite) Saves the album picture to the tags of the specified album. (async version)Parameters
Name Description album Which album to save pictures for overwrite If true, overwrite any existing pictures - void SaveAlbumPictureToTagsSync(NeonScriptAlbum album, Boolean overwrite) Saves the album picture to the tags of the specified album.Parameters
Name Description album Which album to save pictures for overwrite If true, overwrite any existing pictures - Task SaveArtistPictureToTags(NeonScriptArtist artist, Boolean overwrite) obsoleteSaves the artist picture to the tags of the specified artist.Parameters
Name Description artist Which artist to take the picture from overwrite If true, overwrite any existing pictures - Task SaveArtistPictureToTagsAsync(NeonScriptArtist artist, Boolean overwrite) Saves the artist picture to the tags of the specified artist. (async version)Parameters
Name Description artist Which artist to take the picture from overwrite If true, overwrite any existing pictures - Task SaveArtistPictureToTagsSync(NeonScriptArtist artist, Boolean overwrite) Saves the artist picture to the tags of the specified artist.Parameters
Name Description artist Which artist to take the picture from overwrite If true, overwrite any existing pictures - DefaultAlbumPicture() Gets the default album picture path.Returns: string
- DefaultArtistPicture() Gets the default artist picture path.Returns: string
Scripting - Pictures 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.