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
}
'

Documentation Index

Fetch the complete documentation index at: https://rockboxzig.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
tracks
string[]
required

Track paths or HTTP URLs

shuffle
boolean

Response

Loaded