Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Feature Request: extended param for user.getRecentTracks #18

@fawni

Description

@fawni

the user.getRecentTracks method provides an extended param that returns more info about the artist and whether the user loved the song. in my particular use case i'm interested in the loved key.

the same functionality can be implemented by using user.getRecentTracks followed by track.getInfo with the username provided, but that would add one additional request per song instead of just one request for all of them.

would that be something you are willing to add?

reference: https://www.last.fm/api/show/user.getRecentTracks#params

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions