tyrellshawn / discord-netflix

A Netflix wrapper that uses Discord RPC to show what you're watching using Rich Presence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discord-netflix Build Status

A Netflix wrapper that uses Discord RPC to show what you're watching using the new Rich Presence

Prebuilt installers

You can download a prebuilt installer from releases if you want.

Building yourself

Prepairing the environment

You will need:

Make sure you add both to the PATH.

Running

You have to install the dependencies. So, just run npm install in the repo's folder.
Once it's done, run npm start to start the application.

Build and distribution

The app also have a build method, used for distribution. It will generate a NSIS installer for the app, and a packaged version of it. You can build different packages for different operating softwares.

Windows: npm run dist:win

Mac: npm run dist:mac

Linux: npm run dist:linux

Contributing

If you have a suggestion, an implementation, a fix, you can fork this repo and make all the changes you want.
Then, when you're finished, you can open a pull request here.

Contributors


Eduardo Londero

πŸ’» 🎨

Wist9063

πŸ’» 🎨

Keegan

πŸ’»

Dominic Fitch-Jones

πŸ’‘

NovusTheory

πŸ’»

Maik

πŸ“Ήβœ…

Errors

If Discord is not opened, or, for some reason, the RPC Client couldn't connect to it, an error will show in the app. It disappears in 15 seconds.
Even if Discord is not opened, you can still use the app as a normal Netflix wrapper.

Things you should know

The app has support for most of the avatars available in Netflix, and shows in the Rich Presence (see previews).

Previews

Idle:
Browsing

Watching a Show:
Watching

Watching a Movie:
Watching

Tutorials

PT-BR

Credits: Maicon Alves (Maik#8097)

About

A Netflix wrapper that uses Discord RPC to show what you're watching using Rich Presence


Languages

Language:JavaScript 100.0%