Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.23 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.23 KB

qBittorrent Rich Presence

d-r-p qb-api-v2

GitHub stars

Discord Rich Presence for qBittorrent

Rich Presence preview

Note that you need qBittorrent already launched before starting the rich presence.

How to use

• Download NPM and NodeJS

• Download the project or clone it

• Go to the qbittorrent-rp folder and do npm install

• Go to your qBittorrent settings and activate WEB UI

• Set the ip, port, username and password

• Edit the config :

host: {
    ip:"127.0.0.1",
    port:"4000"
},
//ip and port for the web API
user: "username",
//username for the web API
password: "password",
//password for the web API

• Run it by doing node index.js

Copyright

See the license.