This script enables Discord Rich Presence integration for TIDAL music streaming service on Windows. It allows your Discord status to automatically reflect the song you're currently listening to on TIDAL, displaying the artist, song name, and album art.
- Python 3.x
- psutil
- pypresence
- tidalapi
-
Clone this repository or download the script
tidal_rpc.py
. -
Install dependencies using pip:
pip install psutil pypresence tidalapi
-
Make sure you have Python added to your system PATH.
-
Run the script using Python:
python tidal_rpc.py
- Make sure TIDAL Desktop application is running on your system.
- Run the script, and it will automatically update your Discord status with the current song playing on TIDAL.
- You can customize the appearance of the Discord Rich Presence via the script.
- You can modify the script to change the appearance of the Discord Rich Presence, such as the images used for album art.
- Refer to the documentation of pypresence for more customization options.
If you encounter any issues with the script or have suggestions for improvements, feel free to open an issue or pull request