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?
There is no way to do this in Sonos’ software.
You can export (and import) Sonos playlists using my iOS app (see Profile).
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.