I didn't want to make any more calls to the last.fm API, so the urls for the user and artists are essentially just guesses by taking https://www.last.fm/user/ or https://www.last.fm/music/ and concatenating the user/artist name.
This works fine for now. Might not in the future. Who knows?!
The tags, however, should remain working as their urls are taken from the last.fm API; I get them anyway when I call artist.getTopTags, so it made sense to use them.
I didn't want to make any more calls to the last.fm API, so the urls for the user and artists are essentially just guesses by taking
https://www.last.fm/user/
orhttps://www.last.fm/music/
and concatenating the user/artist name.This works fine for now. Might not in the future. Who knows?!
The tags, however, should remain working as their urls are taken from the last.fm API; I get them anyway when I call artist.getTopTags, so it made sense to use them.