Commands

sonos enqueue

sonos enqueue

Same as sonos open but stops short of pressing play — the item is added to the queue, that's it.

#Synopsis

sonos enqueue <spotify-uri-or-link> --name "<Room>" [--next] [--title "<title>"]

#Flags

FlagWhat it does
--nextInsert as the next item (shuffle mode only).
--title stringOptional display title for the queued item.

#Examples

sonos enqueue --name "Kitchen" spotify:track:6NmXV4o6bmp704aPGyTVVG
sonos enqueue --name "Kitchen" spotify:album:0nrRP2bk19rLc0orkWPQk2 --next

#When to use this vs open

  • Already playing something and want to extend the queue → enqueue.
  • Replace what's playing immediately → open.
  • Want it to play right after the current track → enqueue --next (shuffle mode only).