mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #186] Discord Rich Presence is not showing #136
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#136
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 @MertBhey on GitHub (Sep 29, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/186
In the official Spotify app (including web and mobile version) it sets your Discord Rich Presence (RPC) to "Listening to Spotify" with the songs name etc. but in Psst, this feature is not working.
@jpochyla commented on GitHub (Oct 1, 2021):
Hi! I don't personally use Discord, but a PR would be welcome, if it's not too complex.
@MertBhey commented on GitHub (Oct 1, 2021):
Can u suggest me a way (or an network tracker app) to find how is the official Spotify app doing this?
@naufik commented on GitHub (Oct 4, 2021):
Not 100% sure on this, but it looks like the Discord Rich presence for Spotify is actually generated remotely from Spotify Connect activity. See #33.
I did some research on spotifyd/spotifyd. They support rich presence but I couldn't find anything in their codebase that explicitly sends out a rich presence event. So it leans towards spotify actually generating this remotely.
Implementing it inside psst's codebase would instead create a custom "Psst" rich presence badge.
@yavko commented on GitHub (Oct 5, 2021):
The reason this probably doesn't work is because the music playback in psst isn't sent to the spotify api (I think) Whenever I get the current song through spotify api nothing appears when I use psst. Discord gets the song through spotify api. So the fix would be to fix that! (I THINK)
(Im not sure this is the case 100% but yeh)
@kothavade commented on GitHub (Oct 10, 2021):
https://github.com/trungk18/angular-spotify shows itself as a spotify player, which means it can identify itself as a spotify player, which should allow this... not sure how they implement it, but it seems possible.
@yavko commented on GitHub (Dec 2, 2021):
Maybe its for clients that appear in spotify connect?