You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 26, 2024. It is now read-only.
Is there a workaround for having multiple artists with the same name? Like for example there are many artists named 'Future':
https://rateyourmusic.com/search?bx=c518a8649560e5985062f842520e8bb8&searchtype=a&searchterm=future
And
network.get_discography_infos(name="Future")would get me the first one on the list.But is there any way to specify which one I need? Or to extract more data on each of them and find it from other names, genre or something else?