staresy wrote: 
> 
> Any chance you could just give me a pointer as to what the code would
> loo like in actions.json to create a bliss mix from say the artist menu?

Artist menu, Album menu, and now-playing context menu:


Code:
--------------------
    
  {
  "artist":[
  {
  "title":"Bliss mix",
  "lmsbrowse":{
  "command":["blissmixer", "mix"],
  "params":["artist_id:$ARTISTID", "menu:1"]
  },
  "icon":"playlist_play"
  }
  ],
  "album":[
  {
  "title":"Bliss mix",
  "lmsbrowse":{
  "command":["blissmixer", "mix"],
  "params":["album_id:$ALBUMID", "menu:1"]
  },
  "icon":"playlist_play"
  }
  ],
  "track":[
  {
  "title":"Bliss mix",
  "lmsbrowse":{
  "command":["blissmixer", "mix"],
  "params":["track_id:$ITEMID", "menu:1"]
  },
  "icon":"playlist_play"
  }
  ]
  }
  
--------------------


*But* "track" / now-playing context menu does not currently work - fixed
in git for next release.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.
------------------------------------------------------------------------
cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

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

Reply via email to