Can confirm that wipePlaylist:1 is correct (and case sensitive!) and
works with the playlist preview. I'm using the following for a JSON
request to retrieve and resume the playlist created with the preview
request.

_LUA_

Code:
--------------------
    
  local data = {
  id            = 1,
  method        = "slim.request",
  params        = {
  "MA:CA:DD:RE:SS:00",
  {
  "playlist",
  "resume",
  "tempplaylist_" .. string.gsub(uuid, ":", ""),
  "wipePlaylist:1",
  },
  },
  };
--------------------


Works a treat to play my door bell throughout the house.


------------------------------------------------------------------------
cpntainsprky's Profile: http://forums.slimdevices.com/member.php?userid=65772
View this thread: http://forums.slimdevices.com/showthread.php?t=104999

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to