I've enabled Spotty on my dev rig and can indeed see all the Spotty
playlists showing up in the library query with "Spotty: bla bla" in
their name. But when I try to play one of these via jsonrpc.js, there is
indeed no audio and it does not matter whether I try to load the
playlist by id or by name. So it's not an Axios issue but LMS. I'm on
8.0.1 - 1607593012.

@mherger, is this functionality not yet supported via jsonrpc.js in
LMS8.0.1 ? I tried:


Code:
--------------------
    
  {
  "id": "1",
  "method": "slim.request",
  "params": [
  "00:04:20:11:22:33",
  [
  "playlist",
  "play",
  "playlist_id:1114"
  ]
  ]
  }
  
--------------------


and also


Code:
--------------------
    
  {
  "id": "1",
  "method": "slim.request",
  "params": [
  "00:04:20:11:22:33",
  [
  "playlist",
  "play",
  "Spotty: Dinner Music"
  ]
  ]
  }
  
--------------------


------------------------------------------------------------------------
philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to