Show your friends and servers your horrible music taste. Thank me and M1nx.
It's pretty simple, really. Read along...
- Download and set up NodeJS from the link or your package manager (Be sure to install NPM)
- Clone this repository:
git clone https://github.com/Zemyoro/VLC-Presence.git
- Set current directory to the repository:
cd VLC-Presence
- Install modules:
npm install
- Run VLC Presence:
npm start
These steps require a Spotify account!
- Head over to the Spotify for Developers dashboard
- Click
LOG IN
and enter your Spotify login details - Click
CREATE AN APP
and enter your desiredApp name
andApp description
- Agree to Spotify's Developer Terms of Service and Branding Guidelines
- Go to the
config.json
file inside the repository folder and edit it (e.g.vim config.json
) - Copy the
Client ID
value from the website and paste it into thespotify
>id
value - Click
SHOW CLIENT SECRET
on the website - Copy the
Client Secret
value from the website and paste it into thespotify
>secret
value - Change the
spotify
>enabled
value fromfalse
totrue
- Run VLC Presence:
npm start