Open mswatek opened 1 year ago
get_artist_audio_features
uses search_spotify
to find artists that were inputed using a name and at least I got songs for an artist called "44phantom" instead of "+44" (44phantom was 1st on the list of results when running search_spotify("+44", type = "artist")
).
I would always use the artist ID to have the most exact results. Searching and fuzzy matching can be a bit finicky at times.
That is a very good suggestions.
I think this enhancement could mainly be about clarifying documentation and suggesting more explicitly that users would use artist ID's. The current code is fine, in my opinion.
I'm trying to get audio features for each song I've listened to, but the get_artist_audio_features() function does not display every song for each artist. It seems like there might be an issue with punctuation either within the song title or album name, but not sure if that's the reason. I've also running into issues when I input certain artists of their songs not appearing at all (an example of this is "+44", which is not recognized by name but does appear when I enter their artist ID). Any idea of why this might be? Thanks!