Skip to content

KK964/Discord-YT-Music-Rich-Presence

Repository files navigation


Discord Youtube Music Rich Presence

Show the song you are listening to as your status in Discord!


Why

In discord, spotify users can show what song they are playing as their status.

Spotify Presence in Discord

Us Youtube Music users did not have a way to do this, so I decided to make my own alternative.

Examples

Playing Music

Listening to music

Paused

Paused song

Contributing

$ git clone https://github.com/KK964/Discord-YT-Music-Rich-Presence

A folder will be created called Discord-YT-Music-Rich-Presence with the source code inside. You can open this folder with your favourite IDE and begin editing.

Using

Setting up

There are a few ways to setup for your use.

With Application

  1. Setup a Discord application
    1. Go to Discords Developer Page
    2. Make a new application
    3. Set the App Icon to the Youtube Music Icon
    4. Go to Rich Presence -> Art Assets set the Cover Image to Logo.png
    5. Add Playing.png, and Paused.png
  2. Set the application id in your .env file

After

After you have finished setting up your application, install the dependancies.

$ npm i

Installing the Extension

The Extension instalation proccess may differ depending on what browser you are using. In the future this will be made easier.

  1. Go to chrome://extensions/
  2. Enable Developer mode
  3. Click Load unpacked
  4. Navigate to where the Discord-YT-Music-Rich-Presence/extension folder is located and click Select Folder
  1. Go to about:debugging#/runtime/this-firefox
  2. Click Load Temporary Add-on
  3. Navigate to Discord-YT-Music-Rich-Presence/extension/manifest.json
  4. Click manifest.json and click Open Due to the extension being a temparary extension, you may need to re-add the extension on restart

Running the Server

$ node .

Todo

  • Make working
  • Add to Webstores
    • Add to Chrome Webstore
    • Add to Firefox Extensions page
  • Add toggle button
  • Add Join button

License

The MIT License (MIT)

About

Show the song you are watching in your status like spotify

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published