#live lyrics endpoint

1 messages · Page 1 of 1 (latest)

formal wing
#

Do any npmjs packages support the POST /v4/sessions/{sessionId}/players/{guildId}/lyrics/subscribe?skipTrackSource={skipTrackSource} endpoint at all?

#

I looked around and i didnt see any packages that do support it.

thorny cobalt
#
const restUrl = `${baseUrl}/v4/sessions/${sessionId}/players/${guildId}/track/lyrics`;
const params = new URLSearchParams({
    skipTrackSource: "false"
});
const res = await fetch(`${restUrl}?${params.toString()}`, {
    headers: {
        Authorization: lavalinkAuth
    }
});

for example code snippet

formal wing
#

alr, ty ill see

thorny cobalt
formal wing
#

I've already tried the live with shoukaku and it never worked.

#

I'm currently trying magmastream to see if it will work aswell.

winged spire
formal wing
#

lowk crazy

winged spire
#

idk