21 #ifndef LFMCOVERFETCHER_H 22 #define LFMCOVERFETCHER_H 24 #include "../CoverFetcherInterface.h" 26 namespace Cover::Fetcher
36 QString priv_identifier()
const override;
42 QString
album_address(
const QString& artist,
const QString& album)
const override;
48 #endif // LFMCOVERFETCHER_H QStringList parse_addresses(const QByteArray &website) const override
Get addresses from the downloaded website. If can_fetch_cover_directly returns true,...
The CoverFetcherInterface interface.
Definition: CoverFetcherInterface.h:36
bool can_fetch_cover_directly() const override
Can the cover be fetched from the adress without starting a two-stage query?
int estimated_size() const override
get_estimated_size. Rough image size of the CoverFetchInterface
QString album_address(const QString &artist, const QString &album) const override
Get the album search url. This is called if is_album_supported returns true.
The LFMCoverFetcher class. See CoverFetcherInterface.
Definition: Audioscrobbler.h:32