21 #ifndef AMAZONCOVERFETCHER_H 22 #define AMAZONCOVERFETCHER_H 24 #include "CoverFetcher.h" 26 namespace Cover::Fetcher
32 QString privateIdentifier()
const override;
36 QStringList
parseAddresses(
const QByteArray& website)
const override;
38 QString
albumAddress(
const QString& artist,
const QString& album)
const override;
45 #endif // AMAZONCOVERFETCHER_H bool canFetchCoverDirectly() const override
Can the cover be fetched from the adress without starting a two-stage query?
The CoverFetcherInterface interface.
Definition: CoverFetcher.h:34
QStringList parseAddresses(const QByteArray &website) const override
Get addresses from the downloaded website. If can_fetch_cover_directly returns true,...
QString albumAddress(const QString &artist, const QString &album) const override
Get the album search url. This is called if is_album_supported returns true.
QString fulltextSearchAddress(const QString &str) const override
Get a custom search address This is called if is_search_supported returns true.
int estimatedSize() const override
get_estimated_size. Rough image size of the CoverFetchInterface