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: 20 days 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-13T08:44:12.000Z (about 3 years ago)
- Last Synced: 2024-11-01T18:37:08.717Z (6 months ago)
- Topics: discord, discord-js, discordjs, js, json, music, nodejs, rich-presence, richpresence, rpc, vk, vkontakte
- Language: JavaScript
- Homepage:
- Size: 85 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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

VK Music RPC for displaying Music and Author.
Currently supporting 2 languages: English and Russian!## Demonstration In Discord

## 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.
After the setup, you are good to go! Just run the main executable when discord app is on.

### 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).