Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When adding playlist(s) from Spotify, the "Liked Songs" playlist is not available to be imported. #2565

Open
1 task done
sifotes opened this issue Dec 28, 2021 · 3 comments · May be fixed by #4613
Open
1 task done
Labels
Status: Needs Triage New Issue needing triage Type: Bug Issue is a bug

Comments

@sifotes
Copy link

sifotes commented Dec 28, 2021

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

After authenticating with Spotify, all of my playlists are displayed, expect for "Liked Songs". I am unable to select the playlist I want to be imported.

Note that "Liked from Radio" is different from "Liked Songs".

Expected Behavior

All playlists should be included in the list after authenticating with Spotify.
"Liked Songs" is a bit of a different type of playlist and is displayed differently in Spotify on both the web app and the desktop app, but is still a valid "playlist"

Spotify explicitly makes this playlist available in their API as discussed on the forums and documented here.

Steps To Reproduce

  1. Fresh install of Lidarr
  2. Settings > Import Lists > + > Spotify Playlists
  3. Authenticate with Spotify (requires active account)
  4. Examine displayed lists of playlists for "Liked Songs"

Environment

- OS: Ubuntu 20
- Lidarr: 0.8.1.2135
- Docker Install: Yes
- Using Reverse Proxy: Yes
- Browser: Chrome

What branch are you running?

Master

Trace Logs?

n/a

AB#2283

@sifotes sifotes added Status: Needs Triage New Issue needing triage Type: Bug Issue is a bug labels Dec 28, 2021
@mikescrill
Copy link

I can confirm I have the same issue with Import List, I do not see Spotify Liked songs

@Waldkoenig
Copy link

Waldkoenig commented Sep 5, 2023

Is this working for anybody at all and just a glitch on some configurations maybe? I'm just confused because this seems to be the killer feature of Lidarr.

@hazardsy
Copy link

hazardsy commented Feb 4, 2024

Stumbled into this issue, looking for the same thing.
From looking at the code, Lidarr only performs a call to retrieve a user's playlists from Spotify. Somehow, the Liked Songs list isn't returned by this call and you would need to make another API call altogether - as linked by @sifotes - to get that one.
I'd gladly work on this and make a PR but I'm not sure how we should go about this. I'd err on the side of making the Liked Songs yet another separate Import List since it relies on another API call but it feels like patching it onto the existing Playlists Import List would be a significantly better solution on the UX side.
Since it would be my first contribution to the project, I'd like some kind of validation from a contributor to make sure I don't go against the project philosophy.

@hazardsy hazardsy linked a pull request Feb 21, 2024 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Triage New Issue needing triage Type: Bug Issue is a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants