Amethyst’s player will emit these events when things happenDocumentation Index
Fetch the complete documentation index at: https://amethyst.geoxor.moe/llms.txt
Use this file to discover all available pages before exploring further.
player:play
Emits only when a song starts playing after being at a stopped or finished stateplayer:pause
Emits when user pauses playbackplayer:resume
Emits when user resumes/continues playbackplayer:stop
Emits when the player has finished playing the queueThis will not emit if looping entire queue is enabled
player:seek
Emits when user seeksplayer:trackChange
Emits when user changes the playing trackplayer:trackFinished
Emits when a track has finished playing before switching to the next oneplayer:pitchChange
Emits when user changes the playback rate / pitch shift (default is 1)player:next
Emits when user skips to the next trackplayer:trackChange will also emit alongside this
player:previous
Emits when user skips to the previous trackplayer:trackChange will also emit alongside this