Events
Player
Amethyst’s player will emit these events when things happen
player:play
Emits when a new song starts playing
player:pause
Emits when user pauses playback
player:resume
Emits when user resumes/continues playback
player:stop
Emits when the player has finished playing the queue
This will not emit if looping entire queue is enabled
player:seek
Emits when user seeks
player:trackChange
Emits when user changes the playing track
player:next
Emits when user skips to the next track
player:trackChange will also emit alongside this
player:previous
Emits when user skips to the previous track
player:trackChange will also emit alongside this
player:volumeChange
Emits when user changes the playback volume
player:currentTrackMetadataLoaded
Emits when the metadata for the currently playing track has finished loading