23 #ifndef COVERFETCHMANAGER_H 24 #define COVERFETCHMANAGER_H 26 #include "Utils/Singleton.h" 27 #include "Utils/Pimpl.h" 28 #include "Utils/Settings/SayonaraClass.h" 86 QStringList
album_addresses(
const QString& artist,
const QString& album)
const;
103 const QString& cover_fetcher_identifier)
const;
134 void servers_changed();
139 #endif // COVERFETCHMANAGER_H QStringList search_addresses(const QString &str) const
get urls for a fuzzy query
The SayonaraClass class provides access to Settings and notifications.
Definition: SayonaraClass.h:29
The CoverFetcherInterface interface.
Definition: CoverFetcherInterface.h:39
QStringList album_addresses(const QString &artist, const QString &album) const
get urls for a album search query
void register_coverfetcher(Cover::Fetcher::Base *t)
Register a cover fetcher. Per default there is one for Discogs, last.fm and Google.
Cover::Fetcher::Base * available_coverfetcher(const QString &url) const
get a CoverFetcherInterface by a specific url
Cover::Fetcher::Base * active_coverfetcher(const QString &url) const
get an activated coverfetcher
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:49
QList< Cover::Fetcher::Base * > available_coverfetchers() const
fetches all available cover fetcher
QList< Cover::Fetcher::Base * > active_coverfetchers() const
fetches all active cover fetchers
Definition: SomaFMStation.h:33
QStringList artist_addresses(const QString &artist) const
get urls for a artist search query
void activate_coverfetchers(const QStringList &coverfetchers)
activate coverfetchers by their keywords
Definition: org_mpris_media_player2_adaptor.h:20