![]() |
LeechCraft
0.6.70-3565-g2d86529
Modular cross-platform feature rich live environment.
|
Interface for plugins that can search for album art. More...
#include "ialbumartprovider.h"
Public Member Functions | |
virtual | ~IAlbumArtProvider () |
virtual QString | GetAlbumArtProviderName () const =0 |
Returns the human-readable name of this provider. More... | |
virtual IPendingAlbumArt * | RequestAlbumArt (const AlbumInfo &album) const =0 |
Initiates search for album art of the given album. More... | |
Interface for plugins that can search for album art.
Plugins that can search for album art (like on Amazon or Last.FM) should implement this interface.
Album art lookup is asynchronous in nature: one first initiates a search via RequestAlbumArt() method and then listens for the gotAlbumArt() signal.
Definition at line 191 of file ialbumartprovider.h.
|
inlinevirtual |
Definition at line 194 of file ialbumartprovider.h.
|
pure virtual |
Returns the human-readable name of this provider.
|
pure virtual |
Initiates search for album art of the given album.
This function initiates searching for the album art of the given album and returns a search proxy that can be used to be notified when the search finishes.
[in] | album | The information about the album. |