![]() |
Sayonara Player
|
Contains everythin about cover management. Logic and UI.
Modules | |
GUICovers | |
UI side of cover management. | |
Typedefs | |
typedef std::shared_ptr< CoverLookup > | CoverLookupPtr |
CoverLookupPtr. | |
Namespaces | |
LocalCoverSearcher | |
Helper Namespace for finding covers in a specific directory. | |
Classes | |
class | AbstractCoverLookup |
The CoverLookupInterface class. More... | |
class | CoverFetcherInterface |
The CoverFetcherInterface interface. More... | |
class | CoverFetchManager |
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. More... | |
class | CoverFetchThread |
The CoverFetchThread class, This is not a real QThread class, but behaves like one because of AsyncWebAccess. More... | |
class | CoverLocation |
The CoverLocation class. More... | |
class | CoverLookup |
The CoverLookup class. More... | |
class | CoverLookupAlternative |
The CoverLookupAlternative class. More... | |
class | DiscogsCoverFetcher |
The DiscogsCoverFetcher class. See CoverFetcherInterface. More... | |
class | GoogleCoverFetcher |
The GoogleCoverFetcher class. See CoverFetcherInterface. More... | |
class | LFMCoverFetcher |
The LFMCoverFetcher class. See CoverFetcherInterface. More... | |
class | StandardCoverFetcher |
The StandardCoverFetcher class. Convenience class for local cover search. See CoverFetcherInterface. More... | |