 |
Sayonara Player
|
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
QList< Url > album_addresses(const QString &artist, const QString &album, bool also_inactive) const
get urls for a album search query
Definition: EngineUtils.h:33
Retrieve Download Urls for Cover Searcher. CoverFetcherInterface can be registered,...
Definition: CoverFetchManager.h:44
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
void register_coverfetcher(Cover::Fetcher::Base *t)
Register a cover fetcher. Per default there is one for Discogs, last.fm and Google.
The CoverFetcherInterface interface.
Definition: CoverFetcher.h:34
Cover::Fetcher::Base * coverfetcher(const QString &url) const
get a CoverFetcherInterface by a specific url