If you're here from the Chrome Web Store, you can skip the first step.
-
Add the Chrome Extension from the Chrome Web Store
- To access the personalization page, click the small icon in the top right corner of the browser, located beneath the extensions icon. For easier access, consider pinning the extension.
-
Download the latest
YTDPsetup.msi
file in the releases section of this repository and run it on your device to install the secondary desktop component.- NOTE: Only Windows (x64) versions are currently supported.
Still confused? Watch the installation tutorial on YouTube using this link.
Important
Please read the announcements below for how the recent Discord UI/UX changes have impacted YouTubeDiscordPresence. Don't worry, YouTubeDiscordPresence will still work, but there will be some minor changes to how the rich presence is diplayed.
Recently, Discord has been making major UI/UX changes that have impacted YouTubeDiscordPresence. Here are a few things you should know:
-
Buttons: Don't worry, Discord did not remove this feature. However, buttons on your profile will no longer show on your client. Instead, they will only be displayed on other people's clients, so everyone else will still be able to click the buttons on your profile. If you want proof, simply ask a friend to take a screenshot after you start watching YouTube or YouTube Music.
- Here's an example.
-
Time Left: For whatever reason, Discord deprecated the ability to display time left in a video. As a workaround, YouTubeDiscordPresence will now display how far you are into the video. I will work on addressing this once Discord finalizes its UI/UX updates.
- An example profile with all the features with new UI/UX updates is shown below. Again, note that while you might not see all features on your client, this is what everyone else's client would display for your profile.
These issues are not unique to YouTubeDiscordPresence. For example, you can no longer see Spotify buttons on your own client either.
-
This is an extension used to create a detailed rich presence for YouTube and YouTube Music on Discord. It is a project that I decided to take on towards the end of my freshman year.
-
Currently, the application only supports Windows (x64), although more operating systems will be supported in the future. Stay tuned!
-
Any warnings from services like VirusTotal are false positives due to YouTubeDiscordPresence being compiled using pkg, a widely-used app bundler.
Important
Please read the announcements above for how the recent Discord UI/UX changes have impacted YouTubeDiscordPresence. Don't worry, YouTubeDiscordPresence will still work, but there will be some minor changes to how the rich presence is diplayed.
Otherwise, see if any of the following address your issue:
-
YouTubeDiscordPresence only works with the desktop application of Discord, not the browser version.
-
Please ensure that
Display current activity as status message
in your Discord settings is turned on. -
The appearance and disappearance of the rich presence on your profile can be delayed because Discord limits the processing of rich presence update requests to once every 15 seconds.
-
The rich presence can also randomly disappear and reappear within a few seconds because Chrome forcibly unloads and reloads the
background.js
in Manifest v3
If none of the above address your issue, then the first step you should always take is to go to chrome://extensions
and disable the extension. Then, close and reopen your browser, and re-enable the extension, especially...
-
If the extension is not appearing even after you installed the desktop application...
- In this case, your Discord client is likely ratelimiting YouTubeDiscordPresence. To fix this, do not simply just reload Discord. Go to your system tray or task manager and quit Discord before relaunching it.
-
If two or more instances of the rich presence appear on your profile...
- Again, this is an error with the socket implementation Discord currently has and there is currently no easy way around it.
-
If you need more details and have the ability to open an issue, then before that, please head to
chrome://extensions
, turn on developer mode, and click "inspect views service worker". This should open a developer window. From there, head to the console section and describe what the debug log shows. -
Don't hesistate to open an issue if there's something wrong with YouTubeDiscordPresence. In fact, you should also open one if you have any suggestions for a new feature to be added.
-
Building the installer from scratch:
-
For NodeJS version: download the
NodeHost
directory and use pkg to compileapp.js
into an executable. However, you have to link the Chrome extension to the compiled executable manually, which can be done by following this guide-
Note that in
node_modules/discord-rpc/src/client.js
, theRPC_CONNECTION_TIMEOUT
was changed from10e3
to2000
-
The
bundle.js
file contains the application IDs for the YouTube and YouTube Music rich presence that you have to create separately in the Discord Developer Portal. Make sure the image keys match the ones inapp.js
-
-
For C++ version: you can build the whole thing yourself with Visual Studio 2022. Just download the
Host
directory from this repository and openYTDPwin.sln
underHost/YTDPwin
in Visual Studio. Also, make sure to have the Microsoft Visual Studio Installer Project extension installed
-
-
Add the Chrome Extension from the Chrome Web Store
-
If you want to load the extension without the Chrome Web Store or make edits, download the
Extension
directory, compress it into a zip, and load it onto your browser manually. -
Make sure that the
"allowed_origins"
key in the JSON file involved in native messaging contains the extension's ID. This file can be found in the location you installed YouTubeDiscordPresence, which is usuallyC:\Program Files\YouTubeDiscordPresence
asmain.json
-
DISCLAIMER: this is not a bootleg copy of PreMiD. On a more technical note, it works similar to the Spotify rich presence—it only appears when a video is playing and disappears when there is no video or the video is paused. In addition, it only displays the presence for videos. Idling and searching are not displayed. Features such as exclusions, fully customizable details, and thumbnail coverage are unique and original to YouTubeDiscordPresence. YouTubeDiscordPresence has not referenced nor is affiliated with PreMiD in any way whatsoever.
Licensed under the MIT license.