Great job on the newest version. I have setup a Custom menu entry and
action using the actions.json for Dynamic playlist and it works. Yay! I
had to change your dynamic playlist example to work with the newest
version of the dynamic playlist as follows... 

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


I have two questions concerning this.
1) When I select the menu item from above item labeled "Artist Radio" it
starts the playlist as expected but the browse screen remains blank.
Shown below. Is there a way to make it so that once you select the
custom menu item "Artist Radio" the browse screen returns to the
artist's browse page?
35913

2) Is there a way to get this custom menu entry to show one level up in
the standarditems menu that shows when you press the vertical 3-dot
menu. for example in the album artist view below...
35915


+-------------------------------------------------------------------+
|Filename: lms3.jpg                                                 |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=35915|
+-------------------------------------------------------------------+

------------------------------------------------------------------------
shinedou's Profile: http://forums.slimdevices.com/member.php?userid=72027
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