Interface IAimpAlbumArtSearchOptions
The search options for album art.
Namespace: AIMP.SDK.AlbumArtManager
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpAlbumArtSearchOptions
Properties
FileExtensions
Gets or sets the available cover file extensions.
List of extensions that are supported. Each value must be separated from others via ";".
Declaration
string[] FileExtensions { get; set; }
FileMasks
Gets or sets the file masks for searching.
List of templates (without extensions) for searching. Each value must be separated from others via ";".
Declaration
string[] FileMasks { get; set; }
FindInFiles
Gets or sets a value indicating whether allow an ability to find album art in files.
Declaration
bool FindInFiles { get; set; }
FindInInternet
Gets or sets a value indicating whether allow an ability to find album art in internet.
Declaration
bool FindInInternet { get; set; }
MaxFileSize
Gets or sets the maximum size of the file which can be downloaded from internet. 0 - size is unlimited.
Declaration
int MaxFileSize { get; set; }