mirror of
https://github.com/entriphy/sp-playcount-librespot.git
synced 2026-04-26 22:26:02 +03:00
[GH-ISSUE #3] Artists: Monthly Listeners and Followers #3
Labels
No labels
bug
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sp-playcount-librespot#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @slapheadted on GitHub (Apr 20, 2020).
Original GitHub issue: https://github.com/entriphy/sp-playcount-librespot/issues/3
Is your feature request related to a problem? Please describe.
Not a problem per se, but I'd like to be able to retrieve monthly listeners and follower counts for artists.
Describe the solution you'd like
Another endpoint like the album playcounts endpoint e.g.
/artist/:id/metadataDescribe alternatives you've considered
Manually doing it in the Spotify Desktop app...slow and manual.
Additional context
I've looked into your "Let's try this out" commit @evilarceus and it looks like we'd probably achieve an Artist MetaData solution by using the MercuryRequest class...I saw an artist-related method in there that seems to get meta data. It might be as simple as creating a new endpoint that uses that method under-the-hood.
@entriphy commented on GitHub (Apr 20, 2020):
I haven't looked through all the Hermes (hm://) requests and URIs yet, but it should be a simple feature to add as you described.
@Stoley commented on GitHub (Apr 29, 2020):
looking forward to this one in the next release
@entriphy commented on GitHub (Apr 29, 2020):
I created a new release with the changes. I'm closing this issue since this feature has been added. #2 is still an active issue.