cpd73 wrote: 
> Sounds like there is an error in your actions JSON file. Perhaps attach
> a copy here, and I'll check.

Here is what's in my actions.json. As I stated this was working before
the recent update. Also I copied in full your example from the wiki into
a fresh actions.json and it gives the same error without any of the
items showing in the menus. 


Code:
--------------------
    {
  "artist":[
  {
  "title":"Random Play Artist",
  "script":"lmsCommand('$ID', ['dynamicplaylist', 'playlist', 'play', 
'dpldefault_zz_CONTEXTMENU_for_selected_artist_a01_songs_random', 
'dynamicplaylist_parameter_1:$ARTISTID'])",
  "icon":"playlist_play"
  },
  {
  "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":"Random Play Genre",
  "script":"lmsCommand('$ID', ['dynamicplaylist', 'playlist', 'play', 
'dpldefault_zz_CONTEXTMENU_for_selected_genre_a01_songs_random', 
'dynamicplaylist_parameter_1:$GENREID'])",
  "icon":"playlist_play"
  }
  ]
  }
  
--------------------


------------------------------------------------------------------------
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