-
Notifications
You must be signed in to change notification settings - Fork 24
Data description
sahib edited this page Feb 14, 2012
·
2 revisions
Each GLYR_GET
-type returns different data.
This is actually a description of the GlyrMemCache→data field.
-
GLYR_GET_COVERART
Raw image data, the image format can be found in GlyrMemCache→img_format. -
GLYR_GET_LYRICS
Text, no special rules. When glyr_opt_force_utf8() is set, valid UTF8. -
GLYR_GET_ARTIST_PHOTOS
Raw image data, the image format can be found in GlyrMemCache→img_format. -
GLYR_GET_ARTISTBIO
Text, no special rules. When glyr_opt_force_utf8() is set, valid UTF8. -
GLYR_GET_SIMILIAR_ARTISTS
Newline seperated list, where:- A similar artist’s name.
- Similarity form [0.0..1.0]
- Link to the last.fm page
- Several links to artistphotos of this artist, where the largest is at last.
-
GLYR_GET_SIMILIAR_SONGS
Newline seperated list, where:- A similar song’s name.
- Similarity form [0.0..1.0]
- Link to the last.fm page
-
GLYR_GET_ALBUM_REVIEW
Text, no special rules. When glyr_opt_force_utf8() is set, valid UTF8. -
GLYR_GET_TRACKLIST
The tracktitle, UTF8. One title for each cache in the list. Duration is in GlyrMemCache→duration -
GLYR_GET_TAGS
Text, no special rules. When glyr_opt_force_utf8() is set, valid UTF8. -
GLYR_GET_RELATIONS
Text, no special rules. When glyr_opt_force_utf8() is set, valid UTF8. -
GLYR_GET_ALBUMLIST
Albumtitle, UTF8. One title for each cache. -
GLYR_GET_BACKDROPS
Fetches a background image for a certain artist.