mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 00:05:55 +03:00
[GH-ISSUE #1604] Add DJ X support #732
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#732
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 @fegauthier on GitHub (Sep 29, 2025).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/1604
Look for similar bugs
Please check if there's already an issue for your problem.
If you've only a "me too" comment to make, consider if a 👍 reaction
will suffice.
Description
When using librespot to listen music, it's working well except DJ X.
Version
version 0.7.1
How to reproduce
Steps to reproduce the behavior in librespot e.g.
Log
Host (what you are running
librespoton):@kingosticks commented on GitHub (Sep 29, 2025):
This is my first usage of "DJ X". For me, librespot gave those same errors but then it did play the correct track. But only that track and then stopped, the "queue" is empty (there doesn't appear to be a queue available for DJ X). Maybe that's the same as you describe in your OP, isn't clear to me. I think it might be playing the
fallbackuri instead (which in my case was an actual track URI, rather than the DJX playlist again that you got).This feature works quite differently from normal playlists. Notice that https://open.spotify.com/playlist/37i9dQZF1EYkqdzj48dyYq doesn't load. Someone interested would need to investigate what their Spotify client is doing to resolve this weird playlist.
@fegauthier commented on GitHub (Sep 29, 2025):
It’s exactly the behavior I have.
Here’s how DJ X works:
DJ X talks for 5–10 seconds, then a playlist of 5 songs plays. After that, he talks again, and another playlist of 5 songs follows, and so on.
@photovoltex commented on GitHub (Sep 29, 2025):
I don't have access to the feature so I can't help on this end. And I'm not even sure we can support this when the context we are getting, doesn't have any tracks.
@fegauthier commented on GitHub (Sep 29, 2025):
Spotify Public API doesnt seems to provide any info about DJ X tracks... Digging HTTP requests from Android Spotify should help me to understand how it works.
@kingosticks commented on GitHub (Jan 28, 2026):
Related: https://github.com/devgianlu/go-librespot/issues/287