Parses a website for all images. This cover fetcher behaves different from the others because every Cover::Fetcher::Base has a special website attached to it. This one does not have a special website. The search address will return the input itself because when searching for "https://kexp.org" this is exactly the search address.
More...
|
| Website (const QString &url=QString()) |
|
bool | canFetchCoverDirectly () const override |
| Can the cover be fetched from the adress without starting a two-stage query? More...
|
|
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. More...
|
|
int | estimatedSize () const override |
| get_estimated_size. Rough image size of the CoverFetchInterface More...
|
|
bool | isWebserviceFetcher () const override |
|
QString | fulltextSearchAddress (const QString &address) const override |
| will always return the website which has been set by set_website(const QString&) More...
|
|
virtual void | setWebsite (const QString &website) |
|
virtual QString | identifier () const final |
| get name of CoverFetcherInterface like e.g. Discogs More...
|
|
virtual QString | artistAddress (const QString &artist) const |
| Get the artist search url. This is called if is_artist_supported returns true. More...
|
|
virtual QString | albumAddress (const QString &artist, const QString &album) const |
| Get the album search url. This is called if is_album_supported returns true. More...
|
|
virtual QString | radioSearchAddress (const QString &stationName, const QString &stationUrl) const |
|
Parses a website for all images. This cover fetcher behaves different from the others because every Cover::Fetcher::Base has a special website attached to it. This one does not have a special website. The search address will return the input itself because when searching for "https://kexp.org" this is exactly the search address.