24#include "Utils/Pimpl.h"
29namespace DynamicPlayback
41 double similarity{-1.0};
44 Entry(
const QString& artist,
const QString& mbid,
double similarity);
48 bool operator==(
const Entry& other)
const;
108 static ArtistMatch fromString(
const QString& data);
Definition: ArtistMatch.h:32
Quality
The Quality enum used to access the bin of interest. See ArtistMatch::get(Quality q)
Definition: ArtistMatch.h:55
QString toString() const
converts the artist match to string
bool isValid() const
checks, if structure is valid.
QList< Entry > get(Quality q) const
get bin by quality
void add(const Entry &entry)
adds an artist string to the corresponding bin
bool operator==(const ArtistMatch &am) const
Compares two ArtistMatch structures.
QString artistName() const
get the corresponding artist name of the ArtistMatch structure
Definition: EngineUtils.h:33
Definition: ArtistMatch.h:38