xgate1 / pylast

Automatically exported from code.google.com/p/pylast
Apache License 2.0
0 stars 0 forks source link

getTopWeeklyTracks does not extract playcount #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Please type example code that produces the issue:
The last.fm api shows that there is a playcount variable returned for this
call http://www.last.fm/api/show?service=282 but it's not extracted into
the results.

for track in user.getTopWeeklyTracks(from,to):
    print track.playcount

What version of pyLast is this?
> trunk

Please provide any additional information below.

the attached diff patch extracts the playcount and the url

Original issue reported on code.google.com by jehiah on 19 Dec 2008 at 12:55

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by amr.hassan on 1 Feb 2009 at 7:14

GoogleCodeExporter commented 8 years ago

Original comment by amr.hassan on 2 Feb 2009 at 3:36