Interface IAimpExtensionAlbumArtCatalog
This interface is a extension for the IAimpServiceAlbumArt service. It allows for the plugin to add a menu item to the context menu for external album art catalogs.
Inherited Members
Namespace: AIMP.SDK.AlbumArtManager
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpExtensionAlbumArtCatalog : IAimpExtensionAlbumArtCatalog2, IAimpExtension
Methods
GetIcon()
Gets icon for menu item, icon must be 16x16.
Declaration
AimpActionResult<Bitmap> GetIcon()
GetName()
Gets the catalog name.
Declaration
AimpActionResult<string> GetName()
Show(String, String, String)
This method will be called on menu item click.
Declaration
AimpActionResult<Bitmap> Show(string fileUrl, string artist, string album)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileUrl | The file URL. |
System.String | artist | Optional. The artist. , can be null |
System.String | album | Optional. The album. |