kinyerakenneth / lastfm-java

Automatically exported from code.google.com/p/lastfm-java
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Tracks returned from getSimilarTracks do not include "match" attribute #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use the regular Track.getSimilar() method

What is the expected output? What do you see instead?
The expected output is a collection of tracks, where each track has a "match" 
attribute ranging from 0 to 1. The greater the value of the attribute, the more 
similar a track is to another. 

What version of the product are you using? On what operating system?
Latest revision downloaded on 04/26/2011 running over JDK 1.6.

Please provide any additional information below.
The method responsible for filling the track attributes is 
Track$TrackFactory.createItemFromElement. This method is not considering the 
"match" attribute. Also, the Track class must be changed to store this 
information.

Original issue reported on code.google.com by pauloand...@gmail.com on 27 Apr 2011 at 1:24

GoogleCodeExporter commented 9 years ago
Thanks, we need to move getSmiliarityMatch() from Artist to MusicEntry.

Original comment by jannikov...@gmail.com on 27 Apr 2011 at 9:13

GoogleCodeExporter commented 9 years ago

Original comment by jannikov...@gmail.com on 2 May 2011 at 12:28