![]() |
LeechCraft
0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
|
Describes similarty information of an artist. More...
#include "audiostructs.h"
Public Attributes | |
ArtistInfo | Artist_ |
Information about artist this similary info is about. More... | |
int | Similarity_ |
Similarity in percents. More... | |
QStringList | SimilarTo_ |
Names of the artists similar to this one. More... | |
Describes similarty information of an artist.
Similarity information may contain similarity percentage (the Similarity_ field) with respect to some other artist or artist names similar to this one. For example, both IRecommendedArtists and ISimilarArtists return IPendingSimilarArtists which carries a list of SimilarityInfo structures, but IRecommendedArtists will typically contain the list of names of artists from the user library that an artist is similar to, while ISimilarArtists will carry around similarity percentage.
Definition at line 166 of file audiostructs.h.
ArtistInfo Media::SimilarityInfo::Artist_ |
Information about artist this similary info is about.
Definition at line 170 of file audiostructs.h.
int Media::SimilarityInfo::Similarity_ |
Similarity in percents.
May be 0 if only SimilarTo_ field is filled.
Definition at line 176 of file audiostructs.h.
QStringList Media::SimilarityInfo::SimilarTo_ |
Names of the artists similar to this one.
Definition at line 180 of file audiostructs.h.