23 #ifndef ALLMUSICCOVERFETCHER_H 24 #define ALLMUSICCOVERFETCHER_H 26 #include "../CoverFetcherInterface.h" 28 namespace Cover::Fetcher
34 QString priv_identifier()
const override;
41 QString
album_address(
const QString& artist,
const QString& album)
const override;
48 #endif // ALLMUSICCOVERFETCHER_H Definition: Allmusic.h:30
The CoverFetcherInterface interface.
Definition: CoverFetcherInterface.h:36
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.
int estimated_size() const override
get_estimated_size. Rough image size of the CoverFetchInterface
QStringList parse_addresses(const QByteArray &website) const override
Get addresses from the downloaded website. If can_fetch_cover_directly returns true,...
QString search_address(const QString &str) const override
Get a custom search address This is called if is_search_supported returns true.
QString artist_address(const QString &artist) const override
Get the artist search url. This is called if is_artist_supported returns true.
bool can_fetch_cover_directly() const override
Can the cover be fetched from the adress without starting a two-stage query?