Giter Site home page Giter Site logo

Comments (4)

CrazyContraption avatar CrazyContraption commented on September 12, 2024 2

I stumbled across this repo in my own personal efforts to make an Discord x YouTube RPC.
I managed to get this working as of the timing of this post.

You'll need a few things to execute this reliably.

  • Node JS. Do not use versions above v12, I used Node v11.5 after realizing Node v14+ was too new for some of the libraries required. You can find a windows 10 x64 bit installer here: https://nodejs.org/download/release/v11.15.0/node-v11.15.0-x64.msi
  • You will also require npm (node package manager) for installing the dependencies. This should be included with Node, so you needn't worry much about this.
  • Optionally, I'd suggest using git to install the repo, it makes life easier, especially when updating the files, or even attempting to make new contributions.

Now that you have all of these hopefully, we can start to run this bad boy.

  1. Open your Start menu, and type in CMD. Click to open with Administrator.
  2. Navigate to a directory where you'd like to save the files. If you don't know how to do this in CMD, use windows explorer, and copy the address of the location. Go back to your CMD and type cd followed by pasting the address you copied, with a space in between. (i.e. "cd Z:\Users\Crazy\YoutubeDiscordRPC"). If your terminal didn't do anything, you may be on the wrong drive (default C:), swap to the correct one by typing the letter of the correct drive (Z in the above example) followed by a : then repeat the previous command.
  3. If you have git installed, you can type git clone https://github.com/imfunniee/youtube-discord-rpc.git now to clone the files. If it was installed, and all went well, you can use cd youtube-discord-rpc to now enter the new files you've cloned. If you don't have git, you can download and extract the zip into the folder. I'm pretty sure that's pretty self-explanatory.
  4. Now, if you've done everything just right, typing npm i should start spitting text everywhere, and if it's mostly not red, I think you're good to go.
  5. Test if it works! Type node index to start the application!

Make sure you have Discord open and your playing status set to true!
Open a youtube video, and wait 10 seconds, it should be updated!

from youtube-discord-rpc.

BadaBingBadaBoom avatar BadaBingBadaBoom commented on September 12, 2024

holy ffricken based downgrading node.js is THE solution, props!!!!!!!

from youtube-discord-rpc.

XxsjrapsxX avatar XxsjrapsxX commented on September 12, 2024

I stumbled across this repo in my own personal efforts to make an Discord x YouTube RPC. I managed to get this working as of the timing of this post.

You'll need a few things to execute this reliably.

  • Node JS. Do not use versions above v12, I used Node v11.5 after realizing Node v14+ was too new for some of the libraries required. You can find a windows 10 x64 bit installer here: https://nodejs.org/download/release/v11.15.0/node-v11.15.0-x64.msi
  • You will also require npm (node package manager) for installing the dependencies. This should be included with Node, so you needn't worry much about this.
  • Optionally, I'd suggest using git to install the repo, it makes life easier, especially when updating the files, or even attempting to make new contributions.

Now that you have all of these hopefully, we can start to run this bad boy.

  1. Open your Start menu, and type in CMD. Click to open with Administrator.
  2. Navigate to a directory where you'd like to save the files. If you don't know how to do this in CMD, use windows explorer, and copy the address of the location. Go back to your CMD and type cd followed by pasting the address you copied, with a space in between. (i.e. "cd Z:\Users\Crazy\YoutubeDiscordRPC"). If your terminal didn't do anything, you may be on the wrong drive (default C:), swap to the correct one by typing the letter of the correct drive (Z in the above example) followed by a : then repeat the previous command.
  3. If you have git installed, you can type git clone https://github.com/imfunniee/youtube-discord-rpc.git now to clone the files. If it was installed, and all went well, you can use cd youtube-discord-rpc to now enter the new files you've cloned. If you don't have git, you can download and extract the zip into the folder. I'm pretty sure that's pretty self-explanatory.
  4. Now, if you've done everything just right, typing npm i should start spitting text everywhere, and if it's mostly not red, I think you're good to go.
  5. Test if it works! Type node index to start the application!

Make sure you have Discord open and your playing status set to true! Open a youtube video, and wait 10 seconds, it should be updated!

so uh, this didnt work for me it threw an arrow of some sort
image

from youtube-discord-rpc.

CrazyContraption avatar CrazyContraption commented on September 12, 2024

I stumbled across this repo in my own personal efforts to make an Discord x YouTube RPC. I managed to get this working as of the timing of this post.
You'll need a few things to execute this reliably.

  • Node JS. Do not use versions above v12, I used Node v11.5 after realizing Node v14+ was too new for some of the libraries required. You can find a windows 10 x64 bit installer here: https://nodejs.org/download/release/v11.15.0/node-v11.15.0-x64.msi
  • You will also require npm (node package manager) for installing the dependencies. This should be included with Node, so you needn't worry much about this.
  • Optionally, I'd suggest using git to install the repo, it makes life easier, especially when updating the files, or even attempting to make new contributions.

Now that you have all of these hopefully, we can start to run this bad boy.

  1. Open your Start menu, and type in CMD. Click to open with Administrator.
  2. Navigate to a directory where you'd like to save the files. If you don't know how to do this in CMD, use windows explorer, and copy the address of the location. Go back to your CMD and type cd followed by pasting the address you copied, with a space in between. (i.e. "cd Z:\Users\Crazy\YoutubeDiscordRPC"). If your terminal didn't do anything, you may be on the wrong drive (default C:), swap to the correct one by typing the letter of the correct drive (Z in the above example) followed by a : then repeat the previous command.
  3. If you have git installed, you can type git clone https://github.com/imfunniee/youtube-discord-rpc.git now to clone the files. If it was installed, and all went well, you can use cd youtube-discord-rpc to now enter the new files you've cloned. If you don't have git, you can download and extract the zip into the folder. I'm pretty sure that's pretty self-explanatory.
  4. Now, if you've done everything just right, typing npm i should start spitting text everywhere, and if it's mostly not red, I think you're good to go.
  5. Test if it works! Type node index to start the application!

Make sure you have Discord open and your playing status set to true! Open a youtube video, and wait 10 seconds, it should be updated!

so uh, this didnt work for me it threw an arrow of some sort image

Perhaps I should be more concise; The commands to run this are as follows once you're in the directory with admin perms.

git clone https://github.com/imfunniee/youtube-discord-rpc.git if you haven't already installed the repo.
npm i will install the required libraries set by the repo.
node index will run the entry point of the app using node.js.

Can't find git, npm or node in your CMD? Make sure it's installed - you might need to restart to get windows to recognize them.

from youtube-discord-rpc.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.