The status should be able to say "Playing TIDAL" when I'm listening to TIDAL or "Playing XYZ" for any other application.
Solution
Add a setting to enable "Playing XYZ" as an alternative to "Playing Music".
Alternatives
You can change the Application ID in the settings file to 1246943204411179120, which will replace "Playing Music" with "Playing TIDAL" (for TIDAL specifically). It's also possible to create a custom Discord application in the Discord Developer portal here.
Is there an existing issue for this?
Describe the problem
The status should be able to say "Playing TIDAL" when I'm listening to TIDAL or "Playing XYZ" for any other application.
Solution
Add a setting to enable "Playing XYZ" as an alternative to "Playing Music".
Alternatives
You can change the Application ID in the settings file to
1246943204411179120
, which will replace "Playing Music" with "Playing TIDAL" (for TIDAL specifically). It's also possible to create a custom Discord application in the Discord Developer portal here.You can find the settings file in
C:\Users\USER\AppData\Roaming\Music Presence\settings.json
/Users/USER/Library/Application Support/Music Presence/settings.json
Replace
1205619376275980288
with1246943204411179120
and restart Music Presence.This will also show "Playing TIDAL" if you use any other media player though.
Additional context
No response