Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.
/ ytm-discord-rpc Public archive

🧩 An extension to set your Discord RPC with Youtube Music status.

License

Notifications You must be signed in to change notification settings

lareii/ytm-discord-rpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pypresence License

YouTube Music Discord RPC

Set your Discord RPC with YouTube music status.

image

Features

  • Real-time sync between Discord and Youtube Music.
  • Low resource usage.
  • Free & open-source.

Installation & Usage

> git clone https://github.com/lareithen/ytm-discord-rpc.git
> cd ytm-discord-rpc

Chrome Extension

> cd chrome-extension/
> npm i
> npm run build
  1. Open Google Chrome.
  2. Go to chrome://extensions.
  3. Enable "Developer mode" by clicking the toggle switch in the upper-right corner.
  4. Click "Load unpacked".
  5. Select the dist/ folder you just built.

Desktop Application

> cd application/
> pip3 install -r requirements.txt
> python3 app.py

or simply download desktop app from releases page.

Contributing

If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

Licensing

The code in this project is licensed under MIT license.