![]() |
Sayonara Player
|
#include <CoverLookup.h>
The CoverLookup class.
Signals | |
void | sig_cover_found (const QString &file_path) |
void | sig_finished (bool success) |
Public Member Functions | |
CoverLookup (QObject *parent=nullptr, int n_covers=1) | |
void | set_identifier (const QString &id) |
QString | identifier () const |
bool | fetch_cover (const CoverLocation &cl, bool also_www=true) |
fetches cover for a CoverLocation. More... | |
bool | fetch_album_cover (const Album &album, bool also_www=true) |
uses CoverLocation(const Album& album) More... | |
void | stop () override |
not implemented | |
bool CoverLookup::fetch_album_cover | ( | const Album & | album, |
bool | also_www = true |
||
) |
bool CoverLookup::fetch_cover | ( | const CoverLocation & | cl, |
bool | also_www = true |
||
) |
fetches cover for a CoverLocation.
cl | CoverLocation of interest |