implement discord status types#1037
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Is this working on vanilla discord? I've only ever seen it work on arRPC-enabled clients like Vesktop. |
yes, status_display_type is part of the sdk now: |
|
Can album name be added? would be pretty nice |
discord only supports using the Details (first line, song name) or State (second line, artist name) part of the presence data in the status - album name is stored by using the large_image_text in what i can only assume is a hack on their existing data structure to support album in presence, either the presence data needs to be shuffled around or discord would need to support using large_image_text for status display |
|
ahhh alright |
this pr introduces an option to change what is displayed in the discord status: "Feishin", the song's name or the song's artist
(for artist name, the "By" was dropped from the presence data as "Listening to By Vylet Pony" does not look very good - this also matches implemention of other music apps such as Spotify)