mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[GH-ISSUE #881] Missing support for <playlist>:recommended #538
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#538
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 @wicol on GitHub (Nov 10, 2022).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/881
Getting this in homeassistant:
I'm guessing it's a new type of type that needs to be supported? :)
@dieser-niko commented on GitHub (Nov 14, 2022):
From where exactly is the
:recommendedparameter coming from? Is there another API call before that?@wicol commented on GitHub (Nov 17, 2022):
I think it tranitioned from playing a playlist to playing a "radio" based on that playlist.
@dieser-niko commented on GitHub (Nov 17, 2022):
Do you have an endpoint? As far as I know, spotipy does not support anything that is not documented by Spotify themselves. When I try to retrieve the current playback when playing a radio playlist, the context (where a playlist would normally be referenced) is always null.
As a workaround, simply remove the
:recommended.@wicol commented on GitHub (Nov 17, 2022):
No I don't have an endpoint. But I found how to reproduce:
@stephanebruckert commented on GitHub (Nov 17, 2022):
It would be good to link this to an issue posted in https://github.com/home-assistant/core as it's unclear what code is being called.
@dieser-niko commented on GitHub (May 1, 2024):
@wicol any updates? The only related issue that I could find was this one, which was marked as stale: https://github.com/home-assistant/core/issues/48258
@wicol commented on GitHub (May 2, 2024):
Updates? No, not really. Was it not reproducable for you using my instructions?
I can try it again I suppose, brb.
@dieser-niko commented on GitHub (May 2, 2024):
The thing is, I've never seen this :recommended "tag" before. To me it seems like this is coming from home assistant, which I don't have since my home is not very smart. I might set it up on a Raspberry Pi, but as I said, I don't have any smart home devices (like WiFi Speakers) to test it with, so I'm not sure how far I can get.
@wicol commented on GitHub (May 2, 2024):
Yeah I can't reproduce this anymore 🤷
Happy days, feel free to close :)