mirror of
https://github.com/entriphy/sp-playcount-librespot.git
synced 2026-04-26 22:26:02 +03:00
[GH-ISSUE #12] Artist info stops including track listing after first 8 albums #12
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#12
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 @ghost on GitHub (Aug 24, 2020).
Original GitHub issue: https://github.com/entriphy/sp-playcount-librespot/issues/12
Describe the bug
When querying the
artistInfoendpoint, only the first 8 albums include the list of tracks, after that it stops including them.To Reproduce
data.releases.albums.releasesanddata.releases.singles.releasesdiscsattribute disappears starting from the single called "On My Way"Expected behavior
This info should be included for every track if possible. I'm building a shortcut for iOS and would like to avoid the overhead of calling albumPlayCount individually for each album.
Screenshots/Stracktraces/Logs
N/A
Version/Commit
Whatever the current version on https://api.t4ils.dev is at the time this issue was created.
Version used or commit pulled if compiled locally.
@jpgrovy commented on GitHub (Jun 12, 2023):
This appears to be the same bug I just listed or part of the same bug… playcounts are missing as well. It happens to singles if there are less than 8 albums. Any ideas how to fix this?
@entriphy commented on GitHub (Jun 20, 2023):
This is not a bug with this project but rather an issue with what Spotify returns from their endpoint. Unfortunately, you'd have to get the album ID from each album that isn't showing the play count and use the
albumPlayCountendpoint.