shinedou wrote: 
> Thanks, I got it working right using the "script":"lmsCommand" method. I
> tried using the "lmscommand": method but that would not work. 

Odd. So the following would not work?

Code:
--------------------
    
  {
  "artist":[
  {
  "title":"Artist Radio",
  "lmscommand":["dynamicplaylist", "playlist", "play", 
"dpldefault_zz_CONTEXTMENU_for_selected_artist_a01_songs_random", 
"dynamicplaylist_parameter_1:$ARTISTID"],
  "svg":"dice-list"
  }
  ],
  "genre":[
  {
  "title":"Genre Radio",
  "lmscommand":["dynamicplaylist", "playlist", "play", 
"dpldefault_zz_CONTEXTMENU_for_selected_genre_a01_songs_random", 
"dynamicplaylist_parameter_1:$GENREID"],
  "svg":"dice-list"
  }
  ]
  }
  
--------------------


Adding these to the context menus would be possible, but non-trivial.
I'll give it some thought.



*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