 |
Sayonara Player
|
21 #ifndef STANDARDCOVERFETCHER_H
22 #define STANDARDCOVERFETCHER_H
24 #include "CoverFetcher.h"
26 namespace Cover::Fetcher
37 QString priv_identifier()
const override;
47 #endif // STANDARDCOVERFETCHER_H
The StandardCoverFetcher class. Convenience class for local cover search. See CoverFetcherInterface.
Definition: Standard.h:33
int estimated_size() const override
get_estimated_size. Rough image size of the CoverFetchInterface
The CoverFetcherInterface interface.
Definition: CoverFetcher.h:34
bool can_fetch_cover_directly() const override
Can the cover be fetched from the adress without starting a two-stage query?
QStringList parse_addresses(const QByteArray &website) const override
Get addresses from the downloaded website. If can_fetch_cover_directly returns true,...