 |
Sayonara Player
|
4 #include "CoverFetcher.h"
5 #include "Utils/Pimpl.h"
7 namespace Cover::Fetcher
24 QString privateIdentifier()
const override;
43 virtual void setWebsite(
const QString& website);
QStringList parseAddresses(const QByteArray &website) const override
Get addresses from the downloaded website. If can_fetch_cover_directly returns true,...
The CoverFetcherInterface interface.
Definition: CoverFetcher.h:35
int estimatedSize() const override
get_estimated_size. Rough image size of the CoverFetchInterface
bool canFetchCoverDirectly() const override
Can the cover be fetched from the adress without starting a two-stage query?
QString fulltextSearchAddress(const QString &address) const override
will always return the website which has been set by set_website(const QString&)
Parses a website for all images. This cover fetcher behaves different from the others because every C...
Definition: Website.h:20