TIDAL-Discord-Rich-Presence-UNOFFICIAL icon indicating copy to clipboard operation
TIDAL-Discord-Rich-Presence-UNOFFICIAL copied to clipboard

[Windows 10] Discord RPC stays active even when TIDAL is paused or closed

Open twhitson opened this issue 5 years ago • 10 comments

Steps to reproduce

  • Pause or close the TIDAL app

Actual behavior

Discord still says "Playing TIDAL"

Expected behavior

Discord RPC should go away when nothing is playing, or especially when the TIDAL app is closed completely.

twhitson avatar May 20 '20 21:05 twhitson

Hello, Yeah that seems to be an issue when moved to discord SDK. (on Pause the behavior is as expected - it displays the song is closed)

@PaulBGD when disabled or tidal is not running

manager->clear_activity(manager, nullptr, nullptr);

is not sufficient - it just clears the rpc. Can you fix that ? Idk the sdk maybe with something like that ?? app.core->destroy??;

purpl3F0x avatar May 21 '20 08:05 purpl3F0x

Yes I can take a look tomorrow.

PaulBGD avatar May 21 '20 09:05 PaulBGD

🙏🙏

purpl3F0x avatar May 21 '20 09:05 purpl3F0x

Is this fixed ?

purpl3F0x avatar Sep 23 '21 14:09 purpl3F0x

Discord still says "Playing TIDAL" when TIDAL is completely closed. Running v1.3.0.79.

jthvai avatar Feb 03 '22 09:02 jthvai

The IDiscordCore instance should be destroyed per the docs. Could do it on pause (like Spotify), or just when Tidal is closed

pl4nty avatar Feb 05 '22 06:02 pl4nty

If someone wants to implement it, I have no time atm. The app doesn't use the c++ bindings it's in C. The allocations and de-allocations should be done manually.

purpl3F0x avatar Feb 05 '22 08:02 purpl3F0x

Still having this issue, any way to fix it yet?

bonklebum avatar Mar 03 '24 07:03 bonklebum