Replies: 1 comment 5 replies
-
Add an endpoint to see all client connected to the node with WS Return an array agent |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey Lavalink people,
With Lavalink
v3.7.0
finally being released new and the new REST API being in your hands, I'm here to share our plans moving forward with Lavalinkv4
.We don't have any big breaking changes for you, but we are looking into one often requested feature. We are planning on adding support for
artworkUrl
&isrc
in all tracks. Unfortunately this requires breaking changes to the current encoded track format and therefore some clients will require updating their implementation to work withv4
.But you don't worry if you have a large collection of previously encoded tracks as they will still work just fine, they just won't have an
artworkUrl
orisrc
.Here is a full list of all the changes we are currently planning to do for
v4
:v3.7.0
(all non/v3
prefixed endpoints except/version
)resumeKey
with thesessionId
to resume a Lavalink sessionv3
(track
in events, etc.)artworkUrl
andisrc
in the track json & encoded tracksTrackXEvent
sLoadResult
jsonIf you have any thoughts or ideas about these changes or something else you'd like to see please let us know here as we depend on your feedback.
Beta Was this translation helpful? Give feedback.
All reactions