mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-03-03 00:26:58 -05:00
Spotify Followed Artists only imports 30 artists #758
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Extras
Area: Import Lists
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Organizer
Area: Parser
Area: Scanning
Area: Tooling
Area: UI
Area: Unit Tests
Area: Update API
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Don't Merge
Status: Help Wanted
Status: In Progress
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: On Hold
Status: Ready for Review
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
conflict
no-conflict
not-pulled
radarr-pull
readarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Lidarr-Lidarr#758
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 @cookandy on GitHub (Jul 2, 2020).
Describe the bug
When using the
Spotify Followed Artistslist import, only 30 artists are returned.To Reproduce
Steps to reproduce the behavior:
Spotify Followed Artistslist importImport List SynctaskExpected behavior
All artists should be imported, not just 30.
Logs
System info (please complete the following information):
0.7.1.1712Linux5.20.1.34Additional context
I can see from the Spotify API that it returns the correct number of followed artists (
45).AB#231
@oliverjhyde commented on GitHub (Aug 14, 2020):
I'm also seeing this but only getting the 20 most recently followed artists added
@ta264 commented on GitHub (Aug 26, 2020):
@cookandy would need more details, I'm pretty sure it's paging through correctly. Can you give some examples it's not importing? I wonder if it can't find a corresponding musicbrainz artist.
@vindevil commented on GitHub (Oct 19, 2020):
I can only import 20 artists too. After that, Lidarr refused to import any more even if I followed new artists. This means it just doesn't work anymore.
@Maerchensarg commented on GitHub (Nov 9, 2020):
Can confirm this (20 artists).
@wieluk commented on GitHub (Nov 25, 2020):
20 only for me aswell on rasbian
@ta264 commented on GitHub (Dec 21, 2020):
Can anyone confirm this is still occuring on 0.8? I believe it's fixed there.
@wieluk commented on GitHub (Dec 21, 2020):
I am on stable so I am still on Version 0.7.2.1878
still thanks for fixing it
@Eldarock commented on GitHub (Nov 3, 2021):
Looks lile i'm capped to 64 imported artists in Lidarr, while i have a total of 134 when i call the spotify API.
Edit : Nevermind, just the mapping who rejected like half my artists, Lidarr fetched all my Spotify artists correctly.
@bakerboy448 commented on GitHub (Sep 26, 2022):
any updates for this persisting in v1?
@truxnell commented on GitHub (Sep 28, 2022):
@bakerboy448 I have been following this of the last few months.
I believe I'm having this issue, currently on
1.1.0.2649It feels to me like its set to a 20 limit, and it isnt pagating through it. (Its possible i only have 18 list items as i have some import list exclusions?
I can use the below url and curl up all my artists (I did
jq '.[].items[].nameand set limit to 50 and got a page of 50, i probably have nearly 100)I did note that sometimes it will pick up artists if i add them but mostly doesnt - i think its simply if the artist is lucky enough to pop into my top 18 on the list. (which reinforces a lack of pagination as a possibility)
https://developer.spotify.com/console/get-following/?type=artist&after=&limit=
I had a cursory glance through the code in 'SpotifyFollowedArtists' and didnt see any issue, possibly an issue in the
SpotifyAPI.Webmodule?@bakerboy448 commented on GitHub (Sep 28, 2022):
Info Logs != Trace Logs needed for bug reports
@truxnell commented on GitHub (Sep 28, 2022):
My apologies!
Is there an existing issue for this?
[x] I have searched the existing open and closed issues
Current Behavior
Spotify Followed Artists Import List Sync only imports/syncs a small subest of my total followed artists (18 of 82 artists I follow)
Expected Behavior
Lidarr to attempt to import majority/all of my spotify artists
Steps To Reproduce
Setup Spotify List sync to Spotify followed artists.
Run 'Import List Sync' job
Check event log / info / trace log, only a small subset of my followed artsists are synced.
Environment
What branch are you running?
Develop
Trace Logs?
Looks like the list is being received from Spotify in full, but the matching process to musicbrainz ID's is largely failing/missing.
In the interest of helping with the Spotify ID's that arent returing matches, here is a small subset of my Spotify Followed artisists for 3 of the 'missing' matches so you can see the details/name of the Artist.
@GerardGarcia commented on GitHub (Dec 1, 2022):
Has this been ever solved or is there some kind of workaround? I believe I'm having this problem since most followed artists are not being imported into Lidarr
@nweishar commented on GitHub (Mar 22, 2023):
Same here months later...
@ghost commented on GitHub (Aug 6, 2023):
Any chance we can get a fix for this?
@deecypher commented on GitHub (Sep 12, 2023):
Still an issue over 3 years later...
@bakerboy448 commented on GitHub (Sep 12, 2023):
PRs and Contributors welcome.
You effectively have 1.5-2 devs working on Lidarr/Readarr/Radarr/Prowlarr/Whisparr and Sonarr upstream efforts in their non-work, non-family free time.
@ghost commented on GitHub (Sep 12, 2023):
Damn, that is quite the workload! Good to know, thank you!
@overtoneblue commented on GitHub (Jan 8, 2024):
I'm getting this issue as well, if anyone has any ideas for where to start I'd appreciate it. I'm not certain I can fix it myself but I will try to make some progress so we can get closer to a working solution.
@m8tec commented on GitHub (Jan 8, 2024):
I’m having the same issue but with Spotify playlist list.
A solution could be to implement a fallback to search for the artist name (+ album for Spotify playlist sync) you want to import from Spotify on MusicBrainz if it can’t map it by their spotify id because of missing data. That way it wouldn’t only rely on the Musicbrainz spotify id.
@overtoneblue commented on GitHub (Jan 8, 2024):
Even basic searches will pop up with this error https://api.lidarr.audio/api/v0.4/spotify/artist/4VnomLtKTm9Ahe1tZfmZju : invalid uuid. Which makes me think this is not just an issue with the spotify_lookup function but how spotify searches are being handles as a whole? this is artist jackie wilson that was used in the search above, and here is his musicbrainz: https://musicbrainz.org/artist/f0bf4fa0-028e-452f-82d3-7d4375e105dd wouldn't that mean that his spotify id would be in the database? because it has been linked on musicbrainz for a while.
@Kaveinator commented on GitHub (Jan 15, 2024):
Bumping, have the same issue
@overtoneblue commented on GitHub (Jan 15, 2024):
There is an issue with how spotifyID's are mapped. I explored this with one of the arr devs in the discord a week ago. Not sure when a fix can be expected, the bug is in the lidarr api.
@u-Kotovsky commented on GitHub (Jan 18, 2024):
I have the same issue, a fix would be nice
@capsel22 commented on GitHub (Dec 22, 2024):
same issue here on brand new lidarr install.
Doing the trace logs, I can see it picks up all the artists but imports only one.
latest docker version 2.8.2.4493