TIDAL-Discord-Rich-Presence-UNOFFICIAL
TIDAL-Discord-Rich-Presence-UNOFFICIAL copied to clipboard
[Windows 10] Discord RPC stays active even when TIDAL is paused or closed
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.
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??;
Yes I can take a look tomorrow.
🙏🙏
Is this fixed ?
Discord still says "Playing TIDAL" when TIDAL is completely closed. Running v1.3.0.79.
The IDiscordCore instance should be destroyed per the docs. Could do it on pause (like Spotify), or just when Tidal is closed
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.
Still having this issue, any way to fix it yet?