Tidal RPC for Discord (Third Party) like spotify integration with discord!
Important Note:
Works only on windows as of now.
How it works:
- Fetches the process ids of programs run by the user (not services) using pywinauto
- Psutil parses the process id into the real name of program.
- We then check if the name of the program is Tidal and get the song name using pywinauto.
- We use the spotify api to fetch the album art of the song (Ironic, I know lol). The spotipy library helps us to do this.
- Finally we use the pypresence library to connect to discord RPC :).
Upcoming:
Currently working on bringing buttons that allow anyone to directly click the button to listen to the song on any music streaming platform of their choice!