How do I print off a track list from a Sonos playlist?

  • 20 August 2022
  • 3 replies
  • 270 views

Userlevel 2

This question has been asked myriad times in slightly different formats/ contexts but here goes again; how do I print off the track list from a Sonos playlist so I can share it with someone else?  Adding a layer of complexity, can I share it with another Sonos user?


This topic has been closed for further comments. You can use the search bar to find a similar topic, or create a new one by clicking Create Topic at the top of the page.

3 replies

There is no way to do this in Sonos’ software. 

Userlevel 7
Badge +23

You can export (and import) Sonos playlists using my iOS app (see Profile).

Userlevel 7
Badge +20

If you know how to install and run a Python program, SoCo-CLI [1] can list tracks in a Sonos playlist:

sonos <speaker_name> list_playlist_tracks <playlist_name>

e.g.:

% sonos Study list_playlist_tracks "Summer Rewind"

  Sonos Playlist: Summer Rewind

  =============================

      1: Artist: Kygo | Album: ID (Ultra Music Festival Anthem) | Title: ID - Ultra Music Festival Anthem

      2: Artist: Sia | Album: 1000 Forms Of Fear | Title: Elastic Heart

      3: Artist: Ed Sheeran | Album: Bloodstream | Title: Bloodstream

      4: Artist: Elbow | Album: Little Fictions | Title: Magnificent (She Says)

      5: Artist: Kygo | Album: Epsilon | Title: Epsilon - Original Mix

...

     49: Artist: The National | Album: Sleep Well Beast | Title: The System Only Dreams in Total Darkness

     50: Artist: Jean-Michel Jarre | Album: Oxygene 3 | Title: Oxygene, Pt. 16

[1] https://github.com/avantrec/soco-cli#favourites-and-playlists