21 #ifndef COVERFETCHMANAGER_H 22 #define COVERFETCHMANAGER_H 24 #include "Utils/Singleton.h" 25 #include "Utils/Pimpl.h" 90 const QString& cover_fetcher_identifier,
bool also_inactive)
const;
109 bool is_active(
const QString& identifier)
const;
111 QString identifier_by_url(
const QString& url)
const;
115 void servers_changed();
120 #endif // COVERFETCHMANAGER_H QList< Url > artist_addresses(const QString &artist, bool also_inactive) const
get urls for a artist search query
The CoverFetcherInterface interface.
Definition: CoverFetcher.h:34
void register_coverfetcher(Cover::Fetcher::Base *t)
Register a cover fetcher. Per default there is one for Discogs, last.fm and Google.
Retrieve Download Urls for Cover Searcher. CoverFetcherInterface can be registered, so for example a last.fm cover fetcher via the register_cover_fetcher method. A specific CoverFetcherInterface may be retrieved by using the get_coverfetcher method.
Definition: CoverFetchManager.h:44
Cover::Fetcher::Base * coverfetcher(const QString &url) const
get a CoverFetcherInterface by a specific url
QList< Url > album_addresses(const QString &artist, const QString &album, bool also_inactive) const
get urls for a album search query
Definition: AbstractCoverLookup.h:30
QList< Cover::Fetcher::Base * > coverfetchers() const
fetches all available cover fetcher
QList< Url > search_addresses(const QString &str, bool also_inactive) const
get urls for a fuzzy query
Definition: EngineUtils.h:33