Vencord / plugin-requests

Vencord plugin requests. Open the link below to create a request
https://github.com/Vencord/plugin-requests/issues/new?template=request.yml
27 stars 4 forks source link

Detailed Spotify Status #912

Open SushiRoll55 opened 1 month ago

SushiRoll55 commented 1 month ago

Plugin Description

Instead of displaying "Listening to Spotify" in your status when using Spotify, it would say "Listening to [artist name]". Maybe it could be customizable as well to display the song name instead of the artist if the user chooses to do that.

Mockup: https://imgur.com/a/D78MUYs

I haven't seen any mod requests like this, and I'm curious how difficult it would be to make if its actually possible.

Existing Plugin for other mod

No response

Request Agreement

Vendicated commented 1 month ago

possible but this will break the time bar and maybe listen along

SushiRoll55 commented 1 month ago

You mean this bar when you expand someone's profile? https://imgur.com/a/g05Vr5K

Sqaaakoi commented 1 month ago

You mean this bar when you expand someone's profile? https://imgur.com/a/g05Vr5K

yes.

I need to check how this is implemented, if it's based on application ID or name or something else. TimeBarAllActivities already exists to force this for every activity, which can help in the research

Vendicated commented 1 month ago

check how this is implemented

activity.name === "spotify" :trollface:

Sqaaakoi commented 1 month ago

check how this is implemented

activity.name === "spotify" :trollface:

i actually just checked it wtf you are right. this is bad design tbh? spotify activity detection code also this module is called from a lot of places so maybe this should be done on the client-side only, and not sent to other users?

Blackilykat commented 1 month ago

This is basically what my plugin does (https://github.com/Vendicated/Vencord/pull/2483), I should probably add the option to display artist name / album instead of just song title edit: the option has been added