![]() |
LeechCraft 0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
|
A structure describing an artist. More...
#include "audiostructs.h"
Public Member Functions | |
bool | operator== (const ArtistInfo &other) const =default |
bool | operator!= (const ArtistInfo &other) const =default |
Public Attributes | |
QString | Name_ |
The artist name. | |
QString | ShortDesc_ |
Short artist description. | |
QString | FullDesc_ |
Full artist description, not including the short description. | |
QUrl | Image_ |
An URL of a thumbnail artist image. | |
QUrl | LargeImage_ |
A bigger artist image. | |
QUrl | Page_ |
An URL to a page describing this artist. | |
TagInfos_t | Tags_ |
Genres this artist plays in. | |
A structure describing an artist.
Definition at line 80 of file audiostructs.h.
|
default |
|
default |
QString Media::ArtistInfo::FullDesc_ |
Full artist description, not including the short description.
Definition at line 92 of file audiostructs.h.
QUrl Media::ArtistInfo::Image_ |
An URL of a thumbnail artist image.
Definition at line 96 of file audiostructs.h.
QUrl Media::ArtistInfo::LargeImage_ |
A bigger artist image.
Definition at line 100 of file audiostructs.h.
QString Media::ArtistInfo::Name_ |
The artist name.
Definition at line 84 of file audiostructs.h.
QUrl Media::ArtistInfo::Page_ |
An URL to a page describing this artist.
Generally this should be set to the artist page on some service this ArtistInfo is fetched from, not to the artist's own web site. For example, a Last.FM client would set this to "http://www.last.fm/music/Fellsilent" for Fellsilent band.
Definition at line 110 of file audiostructs.h.
QString Media::ArtistInfo::ShortDesc_ |
Short artist description.
Definition at line 88 of file audiostructs.h.
TagInfos_t Media::ArtistInfo::Tags_ |
Genres this artist plays in.
Definition at line 114 of file audiostructs.h.