20#ifndef SAYONARA_PLAYER_DYNAMICPLAYBACKHANDLER_H
21#define SAYONARA_PLAYER_DYNAMICPLAYBACKHANDLER_H
23#include "Utils/Pimpl.h"
39namespace DynamicPlayback
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 SimilarArtistFetcher.h:53
Definition PlayManager.h:34
Definition PlaylistInterface.h:43
Definition FileSystem.h:34
Helper functions.
Definition MetaTypeRegistry.h:25