Skip to main content
PUT
/
player
/
load
Load tracks into an external player (Cast/AirPlay)
curl --request PUT \
  --url http://localhost:6063/player/load \
  --header 'Content-Type: application/json' \
  --data '
{
  "tracks": [
    "<string>"
  ],
  "shuffle": true
}
'

Body

application/json
tracks
string[]
required

Track paths or HTTP URLs

shuffle
boolean

Response

Loaded