Skip to content

Commit

Permalink
[ADDED & ORGANIZED] Added resume system, organized files
Browse files Browse the repository at this point in the history
Added the resume syste, still in BETA and the NodeLink files were organized, but more organization will come slowly.
  • Loading branch information
ThePedroo committed Mar 16, 2023
1 parent 2d45b17 commit 3121307
Show file tree
Hide file tree
Showing 7 changed files with 713 additions and 667 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ NodeLink is a fast and light-weight Lavalink based (v4) audio sending node.
- [x] LoadTracks endpoint (noReplace: yes, playlist & others: no)
- [x] Track(s) encoding (NodeLink-only endpoint)
- [x] Version endpoint
- [x] Resume system
- [ ] Info endpoint
- [ ] Filters
- [ ] Resume system
- [ ] Track(s) decoding
- [ ] Router planner API

Expand Down
5 changes: 3 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
export default {
port: 2333,
password: 'youshallnotpass',
password: 'FogueteLavalink',
threshold: 5000,
stateInterval: 5000,
statsInterval: 10000
statsInterval: 10000,
showReceivedRequestBody: true
}
2 changes: 1 addition & 1 deletion constants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
NodeLinkVersion: '1.0.0',
NodeLinkVersion: '1.1.0',
VoiceWSCloseCodes: {
4000: 'Unknown error',
4001: 'Unknown opcode',
Expand Down
Loading

0 comments on commit 3121307

Please sign in to comment.