31.10.2017, 20:40
(This post was last modified: 31.10.2017, 20:41 by Erwin van der Zwart.)
Hi,
You probably are requesting the wrong playlist as they are not numbered 1,2,3 etcetera but there can be gaps when you delete or add playlists.
To see your playlist numbers you can get them in a browser like this:
The reply will look like this:
Then to load the list 'Top 100' you need to request it like this:
BR,
Erwin
You probably are requesting the wrong playlist as they are not numbered 1,2,3 etcetera but there can be gaps when you delete or add playlists.
To see your playlist numbers you can get them in a browser like this:
Code:
http://192.168.0.10/apps/data/sonos/sonos.lp?action=getplaylists&ip=192.168.0.50
Code:
[{"name":"Adele","id":"19"},{"name":"Pink","id":"34"},{"name":"Top 100","id":"18"},{"name":"Top 1000","id":"30"}]
Code:
http://192.168.0.10/apps/data/sonos/sonos.lp?action=loadplaylist&ip=192.168.0.50&listnumber=18&autoplay=true
Erwin