unickorn / discordtidal

tidal discord rich presence for windows
24 stars 2 forks source link

feat: add "Listen on Tidal" button to Rich Presence #10

Closed andregamma closed 1 year ago

andregamma commented 1 year ago

This PR adds a button to RIch Presence that allows to open the current track on Tidal's website.

I changed the "albumId" to "largeImage" as well. I was going to use albumId in the URL but it changes to "tidal" when there is no image, so I changed it to a more representative name.

unickorn commented 1 year ago

Hey, thank you for your contribution!

I no longer own a Windows device nor have a TIDAL account, so I can't do testing myself very easily. Was this tested? Can you provide screenshots?

andregamma commented 1 year ago

Hey @unickorn thanks for the quick reply!

Yes, I've done some testing and seems to work great.

image image

image

As you can see, the button still works when the song is paused and a log is displayed to check everything is working.

image

Tidal unfortunately don't have an "open in application" url, so we have to use the track url that automatically hovers the song in the album.

unickorn commented 1 year ago

Thank you for providing such a detailed explanation, the code looks alright as well. I'll merge. Thanks again for your contribution, have a great day!