Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DaveFeed/VK-Music-RPC-for-Discord
VK Music RPC creator with music name and author
https://github.com/DaveFeed/VK-Music-RPC-for-Discord
discord discord-js discordjs js json music nodejs rich-presence richpresence rpc vk vkontakte
Last synced: about 2 months ago
JSON representation
VK Music RPC creator with music name and author
- Host: GitHub
- URL: https://github.com/DaveFeed/VK-Music-RPC-for-Discord
- Owner: DaveFeed
- License: mit
- Created: 2021-02-18T20:11:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-13T08:44:12.000Z (almost 3 years ago)
- Last Synced: 2024-08-02T05:11:13.590Z (5 months ago)
- Topics: discord, discord-js, discordjs, js, json, music, nodejs, rich-presence, richpresence, rpc, vk, vkontakte
- Language: JavaScript
- Homepage:
- Size: 85 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-discord-activities - VK Music RPC for Discord - VK.com Music RPC using parser (Music)
README
# VK Music RPC for Discord
![Full size](./pictures/full.png)
VK Music RPC for displaying Music and Author.
Currently supporting 2 languages: English and Russian!## Demonstration In Discord
![Side panel](./pictures/side.png)
![VC](./pictures/vc.png)## Instalation
### Packing the code yourself
- Download the code
- Do `npm install` in the main folder
- Install pkg module `npm install -g pkg`
- Pack the main folder files using package.json `pkg .`
- Go to the setup folder, and do the same stepsYou can download the latest build from [releases](https://github.com/DaveFeed/VK-Music-RPC-for-Discord/releases).
### Using the software
After you got the main executable and setuper, run the setuper.
1. Pass your vk id or your url name. (ex: https://vk.com/id1234567 or https://vk.com/username)
2. Choose if you want to have a button in RPC, which links to your profile or not.
3. Choose language from the list, or leave it blank for English.![Setup](./pictures/setup.png)
After the setup, you are good to go! Just run the main executable when discord app is on.
![Console](./pictures/running.png)
### Possible Error Codes
- Error code 0: The setup is not done, or is done purely, or the file is damaged.
To fix this redo the setup.
- Error code 1: This is not an error, if it doesn't stop, then there is error with the code, or with the client part. (Error 1 can be cased by the VK itself, if it is not usable in the country you are in for example. Thanks to @AlexFiverr1 for finding and mentioning it)
- Error code 2: The link to account is invalid, or there are server issues.
This only happens when server throws >=400 errors
- Error code 3: Discord is not turned on. You need to turn discord on before running this file.
This will be fixed in other versions.### Next Tasks
- [x] Add pictures to Readme
- [ ] Change the code to work with VK API
- [ ] Add other languages too
- [ ] Fix Timeouts so console doesn't close
- [ ] Add other os version executables in [releases](https://github.com/DaveFeed/VK-Music-RPC-for-Discord/releases).