![]() |
Sayonara Player
|
#include <DiscogsCoverFetcher.h>
The DiscogsCoverFetcher class. See CoverFetcherInterface.
Public Member Functions | |
bool | can_fetch_cover_directly () const override |
Can the cover be fetched from the adress without starting a two-stage query? More... | |
QStringList | calc_addresses_from_website (const QByteArray &website) const override |
Get addresses from the downloaded website. If can_fetch_cover_directly returns true, this method is not called. More... | |
QString | artist_address (const QString &artist) const override |
Get the artist search url. This is called if is_artist_supported returns true. More... | |
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. More... | |
QString | search_address (const QString &str) const override |
Get a custom search address This is called if is_search_supported returns true. More... | |
bool | is_search_supported () const override |
Is text search supported. More... | |
bool | is_album_supported () const override |
is album search supported More... | |
bool | is_artist_supported () const override |
is artist search supported More... | |
int | estimated_size () const override |
get_estimated_size. Rough image size of the CoverFetchInterface More... | |
QString | keyword () const override |
get name of CoverFetcherInterface like e.g. Discogs More... | |
|
overridevirtual |
Get the album search url. This is called if is_album_supported returns true.
artist | artist name |
album | album name |
Implements Cover::Fetcher::Base.
|
overridevirtual |
Get the artist search url. This is called if is_artist_supported returns true.
artist | artist name |
Implements Cover::Fetcher::Base.
|
overridevirtual |
Get addresses from the downloaded website. If can_fetch_cover_directly returns true, this method is not called.
website | website data |
Implements Cover::Fetcher::Base.
|
overridevirtual |
Can the cover be fetched from the adress without starting a two-stage query?
Implements Cover::Fetcher::Base.
|
overridevirtual |
get_estimated_size. Rough image size of the CoverFetchInterface
Implements Cover::Fetcher::Base.
|
overridevirtual |
|
overridevirtual |
is artist search supported
Implements Cover::Fetcher::Base.
|
overridevirtual |
Is text search supported.
Implements Cover::Fetcher::Base.
|
overridevirtual |
|
overridevirtual |
Get a custom search address This is called if is_search_supported returns true.
str | search string |
Implements Cover::Fetcher::Base.