For the complete documentation index, see llms.txt. This page is also available as Markdown.

Set Track Position / Seek

The Set Track Position / Seek block allows you to set the position in the currently playing track to an absolute position, or relative to the current position in the song.

Server

This setting allows you to target a server. You have two options to select from:

When you select the 'Current Server' option, the track position of the music playing in the current server will be changed.

When you select the 'Server ID' option, the track position of the music playing in the provided server ID will be changed.

Server ID

In this field you can enter the ID of the server where you want to change the track position. Variables can be used in this field.

Mode

This setting allows you to choose whether to set the absolute position in the track, or seek relative to the song's current position.

Set Position allows you to set the exact position in the song.

Position (Milliseconds)

In this field you can set what position in the song you want to skip to in milliseconds. For example, setting this to 60000 would skip to one minute into the song. Remember that 1 second is equal to 1000 milliseconds.

Seek (Relative) allows you to seek forward or backward relative to the current position of the song.

Time Offset (Milliseconds)

In this field, you can set the time offset in milliseconds that you would like to seek to. For example, setting this to 10000 would skip forward 10 seconds, or setting this to -5000 would rewind by 5 seconds. Remember that 1 second is equal to 1000 milliseconds.

Last updated

Was this helpful?