A simple but effective Discord rich presence for Youtube Music. This consists of two modules, a client and an extension. The client needs to be running on the machine at all times (if you want rpc at all times) and you need to add and enable the extension in your browser.
- Displays Song name, Artist name, and how much time has elapsed.
- Displays Song art.
- Shows if the song is paused.
- A Listen Along button
- LTS vesrion of Nodejs
- A browser which supports chrome extension manifest version 2
- Discord Client
- Clone this repo.
- Open the extensions page of your browser (usually
chrome://extensions
but differs with browser) and enable developer mode. - Click
Load unpacked
and selectyt-music-ext
. - Enable the extension and restart the browser.
- Go to
yt-music-rpc
folder and runnpm start
.