29 #ifndef COVERLOOKUP_H_ 30 #define COVERLOOKUP_H_ 32 #include "AbstractCoverLookup.h" 33 #include "Helper/Pimpl.h" 51 CoverLookup(QObject* parent=
nullptr,
int n_covers=1);
54 void set_identifier(
const QString&
id);
55 QString identifier()
const;
95 void cover_found(
const QString& cover_path);
bool fetch_cover(const CoverLocation &cl, bool also_www=true)
fetches cover for a CoverLocation.
The CoverLocation class.
Definition: CoverLocation.h:37
void stop() override
not implemented
The Album class.
Definition: Album.h:38
The CoverLookupInterface class.
Definition: AbstractCoverLookup.h:32
The CoverLookup class.
Definition: CoverLookup.h:42
std::shared_ptr< CoverLookup > CoverLookupPtr
CoverLookupPtr.
Definition: CoverLookup.h:107
bool fetch_album_cover(const Album &album, bool also_www=true)
uses CoverLocation(const Album& album)