Sayonara Player
|
Public Member Functions | |
bool | canFetchCoverDirectly () const override |
Can the cover be fetched from the adress without starting a two-stage query? | |
QStringList | parseAddresses (const QByteArray &website) const override |
Get addresses from the downloaded website. If can_fetch_cover_directly returns true, this method is not called. | |
QString | artistAddress (const QString &artist) const override |
Get the artist search url. This is called if is_artist_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 | |
virtual QString | identifier () const final |
get name of CoverFetcherInterface like e.g. Discogs | |
virtual QString | albumAddress (const QString &artist, const QString &album) const |
Get the album search url. This is called if is_album_supported returns true. | |
virtual QString | radioSearchAddress (const QString &stationName, const QString &stationUrl) const |
virtual bool | isWebserviceFetcher () const |
Protected Member Functions | |
QString | searchStringFromRadioStation (const QString &stationName, const QString &stationUrl) const |
|
virtualinherited |
Get the album search url. This is called if is_album_supported returns true.
artist | artist name |
album | album name |
Reimplemented in Cover::Fetcher::Allmusic, Cover::Fetcher::Amazon, Cover::Fetcher::Audioscrobbler, Cover::Fetcher::Deezer, Cover::Fetcher::DirectFetcher, Cover::Fetcher::Google, and Cover::Fetcher::Yandex.
|
nodiscardoverridevirtual |
Get the artist search url. This is called if is_artist_supported returns true.
artist | artist name |
Reimplemented from Cover::Fetcher::Base.
|
nodiscardoverridevirtual |
Can the cover be fetched from the adress without starting a two-stage query?
Implements Cover::Fetcher::Base.
|
nodiscardoverridevirtual |
get_estimated_size. Rough image size of the CoverFetchInterface
Implements Cover::Fetcher::Base.
|
nodiscardoverridevirtual |
Get a custom search address This is called if is_search_supported returns true.
str | search string |
Reimplemented from Cover::Fetcher::Base.
|
finalvirtualinherited |
get name of CoverFetcherInterface like e.g. Discogs
|
nodiscardoverridevirtual |
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.