Skip to content

SkebbZ/Tidal-Rich-Presence

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-based rich presence for TIDAL.

Neither I nor this program are affiliated with either TIDAL or Discord in any way.

TIDAL, the wordmark and logo are registered trademarks of TIDAL Music AS.

Set-Up

This project provides a simple and safe method of getting basic TIDAL rich presence on your profile, featuring the song name and artist.

  1. Run the command python -m pip install pypresence, as this module is needed to interact with Discord.
  2. If you wish to use the GUI variant, you will additionally need python -m pip install PySimpleGUI and python -m pip install psgtray
  3. Download this project's latest release (.zip).
  4. Head to the Discord developer portal.
  5. Select applications.
  6. Sign in to Discord.
  7. Click "New Application".
  8. Under "General Information", name your application TIDAL.
  9. Under "Rich Presence", add the two images contained in the downloaded zip, hra and tidallogo. Do NOT change the file names.
  10. Ensure the images have saved.
  11. Head back to "General Information", and copy your "Application ID" into the client_id variable in Tidal RPC.py.

You're all set! Simply run Tidal RPC.py, and you should be able to see the rich presence in action.

This program requires that your TIDAL window remains open. It does not need to be in focus (apps can be on top of it), but it cannot be minimised or in your system tray.

Running the CLI/GUI variants without any terminal windows

Create a simple .bat file running the CLI or GUI python code with

@echo off

python "pathToFile\Tidal RPC GUI.py"

Edit the AHK script and point it to your created .bat file.

Compile the AHK script into an executable file (use compression: NONE to avoid angry antivirus software).

bilde

Run the file! Optionally add it to startup by putting a shortcut to it in the startup folder, which you can access by using WindowsKey + R and entering shell:startup

Note: the CLI variant may start hidden in the system tray, and can be hidden/restored by doubleclicking the tray icon (looks like a C:> ).

Media

Rich presence preview:

Project in Action

GUI preview (set your own themes in PySimpleGUI)

GUI version

Notifications and minimize to tray preview:

Notification and hide in system tray

A Project by AJSF (@AeJae)

Logo

About

Unofficial Discord Rich Presence for TIDAL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 96.1%
  • AutoHotkey 3.9%