20#ifndef SAYONARA_PLAYER_DYNAMICPLAYBACKHANDLER_H
21#define SAYONARA_PLAYER_DYNAMICPLAYBACKHANDLER_H
23#include "Utils/Pimpl.h"
39namespace DynamicPlayback
41 class SimilarArtistFetcherFactory;
51 const std::shared_ptr<SimilarArtistFetcherFactory>& similarArtistFetcherFactory,
52 const std::shared_ptr<Util::FileSystem>& fileSystem, QObject* parent =
nullptr);
56 void currentTrackChanged(
const MetaData& track);
57 void similarArtistsAvailable();
61 void processArtistMatch(
const ArtistMatch& artistMatch);
Definition: ArtistMatch.h:32
Definition: DynamicPlaybackHandler.h:45
Definition: PlayManager.h:34
Definition: PlaylistInterface.h:43
Helper functions.
Definition: MetaTypeRegistry.h:25